kilua-project
Toggle table of contents
0.0.25
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-leaflet
/
dev.kilua.externals.leaflet.core
/
Class
/
addInitHook
add
Init
Hook
fun
addInitHook
(
initHookFn
:
(
)
->
Unit
)
:
JsAny
(
source
)
Adds a constructor hook to the class.
fun
addInitHook
(
methodName
:
String
,
vararg
args
:
JsAny
)
:
JsAny
(
source
)