MapLibre Compose API Reference
Toggle table of contents
0.6.0
common
js
wasmJs
Platform filter
common
js
wasmJs
Switch theme
Search in API
MapLibre Compose API Reference
compose-html-interop
/
dev.sargunv.composehtmlinterop
Package-level
declarations
Types
Functions
Types
HTMLElement
Link copied to clipboard
common
js
wasmJs
expect
abstract
class
HTMLElement
actual
typealias
HTMLElement
=
org.w3c.dom.HTMLElement
actual
typealias
HTMLElement
=
org.w3c.dom.HTMLElement
Functions
Html
Element
Link copied to clipboard
@
Composable
fun
<
T
:
HTMLElement
>
HtmlElement
(
factory
:
(
)
->
T
,
update
:
(
T
)
->
Unit
=
{}
,
zIndex
:
String
=
"auto"
,
modifier
:
Modifier
=
Modifier
)