IAppRouteConfig
runtime / IAppRouteConfig
Interface: IAppRouteConfig
Hierarchy
↳
IAppRouteConfig
Indexable
▪ [x: string
]: any
Table of contents
Properties
- __componentSourceWithAffix__
- __componentSource__
- __import__
- __resolveWeak__
- caseSensitive
- children
- component
- filepath
- id
- path
- props
- redirect
- resolve
Properties
__componentSourceWithAffix__
• Optional
__componentSourceWithAffix__: undefined
__componentSource__
• Optional
__componentSource__: undefined
__import__
• Optional
__import__: undefined
__resolveWeak__
• Optional
__resolveWeak__: undefined
caseSensitive
• Optional
caseSensitive: boolean
Inherited from
children
• Optional
children: IAppRouteConfig
[]
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
>