Interface: RouteOptions
@ima/core.RouteOptions
Hierarchy
↳
RouteOptions
Properties
autoScroll
• autoScroll: boolean
Inherited from
RouteFactoryOptions.autoScroll
Defined in
packages/core/src/router/Router.ts:36
documentView
• documentView: unknown
Inherited from
RouteFactoryOptions.documentView
Defined in
packages/core/src/router/Router.ts:37
extensions
• Optional
extensions: (keyof OCAliasMap
| "?$Helper"
| "?$oc"
| "?$Settings"
| "?$Env"
| "?$Protocol"
| "?$Secure"
| "?$Request"
| "?$Response"
| "?$Window"
| "?$Error"
| "?$Dictionary"
| "?$CookieTransformFunction"
| "?$CookieStorage"
| "?$SessionStorage"
| "?$MapStorage"
| "?$WeakMapStorage"
| "?$SessionMapStorage"
| "?$Dispatcher"
| "?$EventBus"
| "?$CacheStorage"
| "?$CacheFactory"
| "?$Cache"
| "?$MetaManager"
| "?$ControllerDecorator"
| "?$PageStateManagerDecorator"
| "?$PageStateManager"
| "?$PageFactory"
| "?$ComponentUtils"
| "?$Utils"
| "?$PageHandlerRegistry"
| "?$PageManager"
| "?$RouteFactory"
| "?$Router"
| "?$RouteNames"
| "?$RouterEvents"
| "?$HttpUrlTransformer"
| "?$HttpAgentProxy"
| "?$Http"
| "?$HttpStatusCode"
| "?$PageRenderer"
| "...?$Helper"
| "...?$oc"
| "...?$Settings"
| "...?$Env"
| "...?$Protocol"
| "...?$Secure"
| "...?$Request"
| "...?$Response"
| "...?$Window"
| "...?$Error"
| "...?$Dictionary"
| "...?$CookieTransformFunction"
| "...?$CookieStorage"
| "...?$SessionStorage"
| "...?$MapStorage"
| "...?$WeakMapStorage"
| "...?$SessionMapStorage"
| "...?$Dispatcher"
| "...?$EventBus"
| "...?$CacheStorage"
| "...?$CacheFactory"
| "...?$Cache"
| "...?$MetaManager"
| "...?$ControllerDecorator"
| "...?$PageStateManagerDecorator"
| "...?$PageStateManager"
| "...?$PageFactory"
| "...?$ComponentUtils"
| "...?$Utils"
| "...?$PageHandlerRegistry"
| "...?$PageManager"
| "...?$RouteFactory"
| "...?$Router"
| "...?$RouteNames"
| "...?$RouterEvents"
| "...?$HttpUrlTransformer"
| "...?$HttpAgentProxy"
| "...?$Http"
| "...?$HttpStatusCode"
| "...?$PageRenderer"
| "...$Helper"
| "...$oc"
| "...$Settings"
| "...$Env"
| "...$Protocol"
| "...$Secure"
| "...$Request"
| "...$Response"
| "...$Window"
| "...$Error"
| "...$Dictionary"
| "...$CookieTransformFunction"
| "...$CookieStorage"
| "...$SessionStorage"
| "...$MapStorage"
| "...$WeakMapStorage"
| "...$SessionMapStorage"
| "...$Dispatcher"
| "...$EventBus"
| "...$CacheStorage"
| "...$CacheFactory"
| "...$Cache"
| "...$MetaManager"
| "...$ControllerDecorator"
| "...$PageStateManagerDecorator"
| "...$PageStateManager"
| "...$PageFactory"
| "...$ComponentUtils"
| "...$Utils"
| "...$PageHandlerRegistry"
| "...$PageManager"
| "...$RouteFactory"
| "...$Router"
| "...$RouteNames"
| "...$RouterEvents"
| "...$HttpUrlTransformer"
| "...$HttpAgentProxy"
| "...$Http"
| "...$HttpStatusCode"
| "...$PageRenderer"
| Constructor
<Extension
<any
, any
, any
>> | AbstractConstructor
<Extension
<any
, any
, any
>> | [Constructor
<Extension
<any
, any
, any
>> | AbstractConstructor
<Extension
<any
, any
, any
>>, { optional
: true
}])[]
Inherited from
RouteFactoryOptions.extensions
Defined in
packages/core/src/router/Router.ts:44
headers
• Optional
headers: UnknownParameters
Defined in
packages/core/src/router/Router.ts:59
httpStatus
• Optional
httpStatus: number
Defined in
packages/core/src/router/Router.ts:60
managedRootView
• managedRootView: unknown
Inherited from
RouteFactoryOptions.managedRootView
Defined in
packages/core/src/router/Router.ts:38
middlewares
• middlewares: RouterMiddleware
[]
Inherited from
RouteFactoryOptions.middlewares
Defined in
packages/core/src/router/Router.ts:43
onlyUpdate
• onlyUpdate: boolean
| (controller
: RouteController
, view
: unknown
) => boolean
Inherited from
RouteFactoryOptions.onlyUpdate
Defined in
packages/core/src/router/Router.ts:39
viewAdapter
• viewAdapter: unknown
Inherited from
RouteFactoryOptions.viewAdapter