Interface EndRoute<Locales, RouteRef>

interface EndRoute<Locales, RouteRef> {
    getPath: ((locale?) => EndRoutePath);
    isLocalized: (() => boolean);
    isSegment: (() => false);
    ref: RouteRef;
    toJSON: (() => any);
    toString: (() => string);
}

Type Parameters

Hierarchy (view full)

Properties

getPath: ((locale?) => EndRoutePath)

Type declaration

isLocalized: (() => boolean)

Type declaration

    • (): boolean
    • Returns boolean

isSegment: (() => false)

Type declaration

    • (): false
    • Returns false

toJSON: (() => any)

Type declaration

    • (): any
    • Returns any

toString: (() => string)

Type declaration

    • (): string
    • Returns string