KVision main Application class and some helper interfaces necessary to support Hot Module Replacement (HMR).
(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 |
(js)
module |
Helper variable for Hot Module Replacement (HMR). val module: Module |
(js)
startApplication |
Main function for creating KVision applications. fun startApplication(builder: () -> Application): Unit |