UnionElementOrRadioNodeList

JS
1.1
interface UnionElementOrRadioNodeList
(source)

Inheritors

JS
1.1

Element

Exposes the JavaScript Element to Kotlin

abstract class Element : 
    Node,
    ParentNode,
    NonDocumentTypeChildNode,
    ChildNode,
    Slotable,
    GeometryUtils,
    UnionElementOrHTMLCollection,
    UnionElementOrRadioNodeList,
    UnionElementOrMouseEvent,
    UnionElementOrProcessingInstruction
JS
1.1

RadioNodeList

Exposes the JavaScript RadioNodeList to Kotlin

abstract class RadioNodeList : 
    NodeList,
    UnionElementOrRadioNodeList