Plumile JS API
    Preparing search index...

    Type Alias RouterSnapshotEvent

    RouterSnapshotEvent: RouterEventBase & {
        kind: "snapshot";
        routePath?: string;
        source: RouterNavigationSource;
    }