KVision main Application class and some helper interfaces necessary to support Hot Module Replacement (HMR).
abstract class Application
Base class for KVision applications. |
|
external interface Hot
Helper interface for Hot Module Replacement (HMR). |
|
object KVManager
Internal singleton object which initializes and configures KVision framework. |
|
external interface Module
Helper interface for Hot Module Replacement (HMR). |
external val module: Module
Helper variable for Hot Module Replacement (HMR). |
fun startApplication(builder: () -> Application): Unit
Main function for creating KVision applications. |