Skip to content

create

create<T, D>(config, ApplicationClass, domElement, speak): Promise<T>

Defined in: core/create.ts:16

Type Parameters

T extends IApplication<DataSchema, ActionContext, Action> = Application<DataSchema, ActionContext, Action, Renderer>

D extends DataSchema = DataSchema

Parameters

config

AppConfig<D> = ...

ApplicationClass

() => IApplication

domElement

string | Window | HTMLElement

speak

boolean = true

Returns

Promise<T>