Skip to main content

IAppRouteConfigWithPrivateProps

runtime / IAppRouteConfigWithPrivateProps

Interface: IAppRouteConfigWithPrivateProps

Hierarchy

Indexable

[x: string]: any

Table of contents

Properties

Methods

Properties

__componentSourceWithAffix__

__componentSourceWithAffix__: string


__componentSource__

__componentSource__: string


caseSensitive

Optional caseSensitive: boolean

Inherited from

IRouteRecord.caseSensitive


children

Optional children: IAppRouteConfigWithPrivateProps[]

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

Methods

__import__

import(): Promise<any>

Returns

Promise<any>


__resolveWeak__

resolveWeak(): any

Returns

any