internal_.IClientRendererOptions
runtime / <internal> / IClientRendererOptions
Interface: IClientRendererOptions<CompType, Data, Router>
internal.IClientRendererOptions
Type parameters
Name | Type |
---|---|
CompType | any |
Data | {} |
Router | extends IRouter <any > = IRouter <any > |
Hierarchy
IRenderOptions
<IApplicationCreaterClientContext
,Router
,CompType
>↳
IClientRendererOptions
Table of contents
Properties
Properties
AppComponent
• AppComponent: CompType
Inherited from
appContainer
• appContainer: HTMLElement
appContext
• appContext: IApplicationCreaterClientContext
Inherited from
appData
• appData: IAppData
<Data
, any
>
modelManager
• modelManager: IModelManager
Inherited from
router
• router: Router