Documentation
    Preparing search index...
    MatchItRouteToken: RouteMatcher & {
        old: string;
        type: 0 | 1 | 2 | 3;
        val: string;
        end: string;
    }

    Route token structure used internally by the matchit routing library

    Type Declaration

    • old: string

      Original token string

    • type: 0 | 1 | 2 | 3

      Token type identifier (0=static, 1=param, 2=wildcard, 3=optional)

    • val: string

      Token value

    • end: string

      Token end delimiter