Plumile JS API
    Preparing search index...

    Type Alias RouterEntrySnapshot

    Summary of the current router entry that can be broadcast to instrumentations. The shape intentionally mirrors public data already available to applications.

    type RouterEntrySnapshot = {
        activeQuerySchema?: Schema;
        filterDiagnostics?: unknown[];
        filters?: UnknownFilters;
        location: RouterLocationSnapshot;
        preparedMatch?: RouterPreparedMatchSnapshot;
        routePath?: string;
    }
    Index

    Properties

    activeQuerySchema?: Schema
    filterDiagnostics?: unknown[]
    filters?: UnknownFilters
    routePath?: string