kvision
Toggle table of contents
9.0.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision
/
io.kvision
/
Hot
Hot
external
interface
Hot
(
source
)
Helper interface for Hot Module Replacement (HMR).
Members
Properties
data
Link copied to clipboard
abstract
val
data
:
dynamic
Functions
accept
Link copied to clipboard
abstract
fun
accept
(
)
abstract
fun
accept
(
dependencies
:
Array
<
String
>
,
callback
:
(
updated
:
Array
<
String
>
)
->
Unit
)
abstract
fun
accept
(
dependency
:
String
,
callback
:
(
)
->
Unit
)
dispose
Link copied to clipboard
abstract
fun
dispose
(
callback
:
(
dynamic
)
->
Unit
)