shajara API Map
    Preparing search index...

    Interface SelfHandle

    Current process reference and its owning scope reference.

    interface SelfHandle {
        process: ProcessRef<unknown>;
        scope: ScopeRef<unknown>;
    }
    Index
    process: ProcessRef<unknown>
    scope: ScopeRef<unknown>