toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.dom
/
NonElementParentNode
Non
Element
Parent
Node
sealed
external
interface
NonElementParentNode
(
source
)
Inheritors
Document
DocumentFragment
Members
Functions
get
Element
By
Id
Link copied to clipboard
abstract
fun
getElementById
(
elementId
:
String
)
:
Element
?
Returns the first element within node's descendants whose ID is elementId.