Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-browser
/
web.dom
/
NonElementParentNode
Non
Element
Parent
Node
sealed
interface
NonElementParentNode
(
source
)
Inheritors
Document
DocumentFragment
Members
Functions
get
Element
By
Id
Link copied to clipboard
open
fun
getElementById
(
elementId
:
ElementId
)
:
Element
?
Returns the first element within node's descendants whose ID is elementId.