kvision / pl.treksoft.kvision / Application / start

start

open fun start(): Unit

Starting point for an application.

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).