@karmaniverous/jeeves
    Preparing search index...

    Interface OrchestrateHeartbeatOptions

    Options for the orchestrator.

    interface OrchestrateHeartbeatOptions {
        configRoot: string;
        coreConfigDir: string;
        declinedNames: Set<string>;
    }
    Index

    Properties

    configRoot: string

    Path to the config root.

    coreConfigDir: string

    Path to the core config directory.

    declinedNames: Set<string>

    Existing declined component names (from parsing current HEARTBEAT).