Plumile JS API
    Preparing search index...

    Type Alias InstrumentationRegistry

    type InstrumentationRegistry = {
        dispose: () => void;
        emitEvent: (event: RouterEvent) => void;
        notifyEntryChange: (entry: RouterEntrySnapshot) => void;
        register: (instrumentation: InstrumentationAPI) => void;
        size: number;
        unregister: (instrumentation: InstrumentationAPI) => void;
    }
    Index

    Properties

    dispose: () => void
    emitEvent: (event: RouterEvent) => void
    notifyEntryChange: (entry: RouterEntrySnapshot) => void
    register: (instrumentation: InstrumentationAPI) => void
    size: number
    unregister: (instrumentation: InstrumentationAPI) => void