kvision / pl.treksoft.kvision

Package pl.treksoft.kvision

KVision main Application class and some helper interfaces necessary to support Hot Module Replacement (HMR).

Types

Application

abstract class Application

Base class for KVision applications.

Hot

external interface Hot

Helper interface for Hot Module Replacement (HMR).

KVManager

object KVManager

Internal singleton object which initializes and configures KVision framework.

Module

external interface Module

Helper interface for Hot Module Replacement (HMR).

Properties

module

external val module: Module

Helper variable for Hot Module Replacement (HMR).

Functions

startApplication

fun startApplication(builder: () -> Application): Unit

Main function for creating KVision applications.