kvision
/
io.kvision
/
Hot
js
Hot
external interface
Hot
Content copied to clipboard
Helper interface for Hot Module Replacement (HMR).
Functions
Properties
Functions
accept
Link copied to clipboard
js
abstract fun
accept
()
Content copied to clipboard
abstract fun
accept
(dependencies:
Array
<
String
>, callback: (updated:
Array
<
String
>) ->
Unit
)
Content copied to clipboard
abstract fun
accept
(dependency:
String
, callback: () ->
Unit
)
Content copied to clipboard
dispose
Link copied to clipboard
js
abstract fun
dispose
(callback: (dynamic) ->
Unit
)
Content copied to clipboard
Properties
data
Link copied to clipboard
js
abstract val
data
: dynamic
Content copied to clipboard