shajara API
    Preparing search index...

    Interface AutonomyScopeDescriptor

    Scope descriptor carrying scheduler or reaper autonomy options.

    interface AutonomyScopeDescriptor {
        "[autonomyKey]": AutonomyOptions;
        readonly [key: string]: unknown;
        readonly [key: number]: unknown;
        readonly [key: symbol]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • readonly [key: string]: unknown
    • readonly [key: number]: unknown
    • readonly [key: symbol]: unknown
    Index

    Properties

    Properties

    "[autonomyKey]": AutonomyOptions