Skip to main content

IAppRouteConfig

runtime / IAppRouteConfig

Interface: IAppRouteConfig

Hierarchy

Indexable

[x: string]: any

Table of contents

Properties

Properties

__componentSourceWithAffix__

Optional __componentSourceWithAffix__: undefined


__componentSource__

Optional __componentSource__: undefined


__import__

Optional __import__: undefined


__resolveWeak__

Optional __resolveWeak__: undefined


caseSensitive

Optional caseSensitive: boolean

Inherited from

IRouteRecord.caseSensitive


children

Optional children: IAppRouteConfig[]

Overrides

IRouteRecord.children


component

Optional component: any

Overrides

IRouteRecord.component


filepath

Optional filepath: string

Inherited from

IRouteRecord.filepath


id

id: string


path

path: string

Overrides

IRouteRecord.path


props

Optional props: IRouteComponentProps

Inherited from

IRouteRecord.props


redirect

Optional redirect: string

Inherited from

IRouteRecord.redirect


resolve

Optional resolve: NavigationGuardHookWithContext<any>

Inherited from

IRouteRecord.resolve