kvision / pl.treksoft.kvision

Package pl.treksoft.kvision

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

Types

(js)

Application

Base class for KVision applications.

abstract class Application
(js)

Hot

Helper interface for Hot Module Replacement (HMR).

interface Hot
(js)

KVManager

Internal singleton object which initializes and configures KVision framework.

object KVManager
(js)

Module

Helper interface for Hot Module Replacement (HMR).

interface Module

Properties

(js)

module

Helper variable for Hot Module Replacement (HMR).

val module: Module

Functions

(js)

startApplication

Main function for creating KVision applications.

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