data-cap
    Preparing search index...

    Interface OperationNames

    Static operation names discovered on a createData(...) call's config object literal -- names (AST object keys) only, never the operations' own function bodies. undefined for a buildData(...) call, which never has these sections.

    interface OperationNames {
        getters: readonly string[];
        mutators: readonly string[];
        subscriptions: readonly string[];
    }
    Index
    getters: readonly string[]

    Getter names.

    mutators: readonly string[]

    Mutator names.

    subscriptions: readonly string[]

    Subscription names.