ApplicationCreater
runtime / ApplicationCreater
Interface: ApplicationCreater<Context, Router, CompType, AppState>
Type parameters
Name | Type |
---|---|
Context | extends IContext |
Router | extends IRouter = IRouter |
CompType | any |
AppState | extends IAppState = any |
Callable
ApplicationCreater
▸ ApplicationCreater(context
, options
): IApplication
Parameters
Name | Type |
---|---|
context | Context |
options | Object |
options.appState? | AppState |
options.render | IAppRenderFn <Context , Router , CompType > |