DebugRegistry | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface DebugRegistry

    interface DebugRegistry {
        codeContexts: { [key: string]: WeakRef<CodeContext> };
        [type: string]: { [key: string]: WeakRef<WeakKey> };
    }

    Indexable

    • [type: string]: { [key: string]: WeakRef<WeakKey> }
    Index

    Properties

    Properties

    codeContexts: { [key: string]: WeakRef<CodeContext> }