create
create<
T
,D
>(config
,ApplicationClass
,domElement
,speak
):Promise
<T
>
Defined in: core/create.ts:16
Type Parameters
• T extends IApplication
= Application
• D extends DataSchema
= DataSchema
Parameters
config
AppConfig
<D
> = ...
ApplicationClass
() => IApplication
domElement
string
| Window
| HTMLElement
speak
boolean
= true
Returns
Promise
<T
>