Plumile JS API
    Preparing search index...

    Type Alias RouterPreparedSegmentSnapshot

    type RouterPreparedSegmentSnapshot = {
        fullPath?: string;
        highlightId?: string;
        path?: string;
        preparedResource?: PreparedValueResource;
        preparedStatus?: AsyncResourceStatus;
        querySchema?: Schema;
        redirectTo: string | null;
        segmentIndex: number;
    }
    Index

    Properties

    fullPath?: string
    highlightId?: string
    path?: string
    preparedResource?: PreparedValueResource
    preparedStatus?: AsyncResourceStatus
    querySchema?: Schema
    redirectTo: string | null
    segmentIndex: number