Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 974 Bytes

RouteRecordInfo.md

File metadata and controls

53 lines (31 loc) · 974 Bytes
editLink

API Documentation / RouteRecordInfo

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

Helper type to define a Typed RouteRecord

See

RouteRecord

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