create
create<
T
,D
>(config
,ApplicationClass
,domElement
,speak
):Promise
<T
>
Defined in: core/create.ts:64
Type Parameters
Section titled “Type Parameters”T
extends IApplication
<DataSchema
, ActionContext
, Action
> = Application
<DataSchema
, ActionContext
, Action
, Renderer
>
D
extends DataSchema
= DataSchema
Parameters
Section titled “Parameters”config
Section titled “config”AppConfig
<D
> = ...
ApplicationClass
Section titled “ApplicationClass”() => IApplication
domElement
Section titled “domElement”string
| HTMLElement
| Window
boolean
= true
Returns
Section titled “Returns”Promise
<T
>