API Documentation / RouteRecordInfo
Interface: RouteRecordInfo<Name, Path, ParamsRaw, Params, Meta>
Helper type to define a Typed RouteRecord
See
Type parameters
Name | Type |
---|---|
Name | extends string | symbol = string |
Path | extends string = string |
ParamsRaw | extends RouteParamsRawGeneric = RouteParamsRawGeneric |
Params | extends RouteParamsGeneric = RouteParamsGeneric |
Meta | extends RouteMeta = RouteMeta |
Properties
meta
• meta: Meta
name
• name: Name
params
• params: Params
paramsRaw
• paramsRaw: ParamsRaw
path
• path: Path