Plumile JS API
    Preparing search index...

    Type Alias PreparedRouteSegmentSnapshot

    type PreparedRouteSegmentSnapshot = {
        fullPath?: string;
        highlightId?: string;
        path?: string;
        preparedResource?: PreparedValueResource;
        querySchema?: Schema;
        redirectTo: string | null;
        resourcePage?: ResourcePage | null;
        segmentIndex: number;
    }
    Index

    Properties

    fullPath?: string
    highlightId?: string
    path?: string
    preparedResource?: PreparedValueResource
    querySchema?: Schema
    redirectTo: string | null
    resourcePage?: ResourcePage | null
    segmentIndex: number