Skip to content

API Documentation / RouteRecordInfo

Interface: RouteRecordInfo<Name, Path, ParamsRaw, Params, Meta>

Helper type to define a Typed RouteRecord

See

RouteRecord

Type parameters

NameType
Nameextends string | symbol = string
Pathextends string = string
ParamsRawextends RouteParamsRawGeneric = RouteParamsRawGeneric
Paramsextends RouteParamsGeneric = RouteParamsGeneric
Metaextends RouteMeta = RouteMeta

Properties

meta

meta: Meta


name

name: Name


params

params: Params


paramsRaw

paramsRaw: ParamsRaw


path

path: Path

Released under the MIT License.