Slotable

JS
1.1
interface Slotable
(source)

Exposes the JavaScript Slotable to Kotlin

Properties

JS
1.1

assignedSlot

open val assignedSlot: HTMLSlotElement?

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

Text

Exposes the JavaScript Text to Kotlin

open class Text : CharacterData, Slotable, GeometryUtils