toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.dom
/
NonElementParentNode
/
getElementById
get
Element
By
Id
abstract
fun
getElementById
(
elementId
:
String
)
:
Element
?
(
source
)
Returns the first element within node's descendants whose ID is elementId.
MDN Reference