Skip to content

API DocumentationDocs


API Documentation / RouteRecordInfo

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

Helper type to define a Typed RouteRecord

See

RouteRecord

Type Parameters

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

Released under the MIT License.