kvision / pl.treksoft.kvision / Application / start

start

(js) open fun start(): Unit

Starting point for an application.

(js) open fun start(state: Map<String, Any>): Unit

Starting point for an application with the state managed by Hot Module Replacement (HMR).

Parameters

state - Initial state for Hot Module Replacement (HMR).