UnionElementOrHTMLCollection
Inheritors
Element
Exposes the JavaScript Element to Kotlin
abstract
class
Element
:
Node
,
ParentNode
,
NonDocumentTypeChildNode
,
ChildNode
,
Slotable
,
GeometryUtils
,
UnionElementOrHTMLCollection
,
UnionElementOrRadioNodeList
,
UnionElementOrMouseEvent
,
UnionElementOrProcessingInstruction
HTMLCollection
Exposes the JavaScript HTMLCollection to Kotlin
abstract
class
HTMLCollection
:
ItemArrayLike
<
Element
>
,
UnionElementOrHTMLCollection