IAppRouteConfigWithPrivateProps
runtime / IAppRouteConfigWithPrivateProps
Interface: IAppRouteConfigWithPrivateProps
Hierarchy
↳
IAppRouteConfigWithPrivateProps
Indexable
▪ [x: string]: any
Table of contents
Properties
- __componentSourceWithAffix__
- __componentSource__
- caseSensitive
- children
- component
- filepath
- id
- path
- props
- redirect
- resolve
Methods
Properties
__componentSourceWithAffix__
• __componentSourceWithAffix__: string
__componentSource__
• __componentSource__: string
caseSensitive
• Optional caseSensitive: boolean
Inherited from
children
• Optional children: IAppRouteConfigWithPrivateProps[]
Overrides
component
• Optional component: any
Overrides
filepath
• Optional filepath: string
Inherited from
id
• id: string
path
• path: string
Overrides
props
• Optional props: IRouteComponentProps
Inherited from
redirect
• Optional redirect: string
Inherited from
resolve
• Optional resolve: NavigationGuardHookWithContext<any>
Inherited from
Methods
__import__
▸ import(): Promise<any>
Returns
Promise<any>
__resolveWeak__
▸ resolveWeak(): any
Returns
any