@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias HookMetadata

    type HookMetadata = {
        command: string | null;
        currentHash: string;
        displayOrder: bigint;
        enabled: boolean;
        eventName: HookEventName;
        handlerType: HookHandlerType;
        isManaged: boolean;
        key: string;
        matcher: string | null;
        pluginId: string | null;
        source: HookSource;
        sourcePath: AbsolutePathBuf;
        statusMessage: string | null;
        timeoutSec: bigint;
        trustStatus: HookTrustStatus;
    }
    Index

    Properties

    command: string | null
    currentHash: string
    displayOrder: bigint
    enabled: boolean
    eventName: HookEventName
    handlerType: HookHandlerType
    isManaged: boolean
    key: string
    matcher: string | null
    pluginId: string | null
    source: HookSource
    sourcePath: AbsolutePathBuf
    statusMessage: string | null
    timeoutSec: bigint
    trustStatus: HookTrustStatus