Skip to main content

IRouteRecord

runtime / IRouteRecord

Interface: IRouteRecord<Element>

Type parameters

NameType
Elementany

Hierarchy

Table of contents

Properties

Properties

caseSensitive

Optional caseSensitive: boolean


children

Optional children: IRouteRecord<Element>[]


component

Optional component: Element


filepath

Optional filepath: string


path

path: string


props

Optional props: IRouteComponentProps


redirect

Optional redirect: string


resolve

Optional resolve: NavigationGuardHookWithContext<any>