A HTML Element. These elements also share all of the properties and methods of other HTML elements via the HTMLElement interface.MDN Reference MembersMembers & Extensions Properties abortEvent Link copied to clipboard open val abortEvent: EventInstance<Event, Element, Element>MDN Reference accessKey Link copied to clipboard var accessKey: StringMDN Reference accessKeyLabel Link copied to clipboard val accessKeyLabel: StringMDN Reference animationCancelEvent Link copied to clipboard val animationCancelEvent: EventInstance<AnimationEvent, HTMLElement, Node>MDN Reference animationEndEvent Link copied to clipboard val animationEndEvent: EventInstance<AnimationEvent, HTMLElement, Node>MDN Reference animationIterationEvent Link copied to clipboard val animationIterationEvent: EventInstance<AnimationEvent, HTMLElement, Node>MDN Reference animationStartEvent Link copied to clipboard val animationStartEvent: EventInstance<AnimationEvent, HTMLElement, Node>MDN Reference ariaAtomic Link copied to clipboard open var ariaAtomic: String?MDN Reference ariaAutoComplete Link copied to clipboard open var ariaAutoComplete: String?MDN Reference ariaBrailleLabel Link copied to clipboard open var ariaBrailleLabel: String?MDN Reference ariaBrailleRoleDescription Link copied to clipboard open var ariaBrailleRoleDescription: String?MDN Reference ariaBusy Link copied to clipboard open var ariaBusy: String?MDN Reference ariaChecked Link copied to clipboard open var ariaChecked: String?MDN Reference ariaColCount Link copied to clipboard open var ariaColCount: String?MDN Reference ariaColIndex Link copied to clipboard open var ariaColIndex: String?MDN Reference ariaColIndexText Link copied to clipboard open var ariaColIndexText: String?MDN Reference ariaColSpan Link copied to clipboard open var ariaColSpan: String?MDN Reference ariaCurrent Link copied to clipboard open var ariaCurrent: String?MDN Reference ariaDescription Link copied to clipboard open var ariaDescription: String?MDN Reference ariaDisabled Link copied to clipboard open var ariaDisabled: String?MDN Reference ariaExpanded Link copied to clipboard open var ariaExpanded: String?MDN Reference ariaHasPopup Link copied to clipboard open var ariaHasPopup: String?MDN Reference ariaHidden Link copied to clipboard open var ariaHidden: String?MDN Reference ariaInvalid Link copied to clipboard open var ariaInvalid: String? ariaKeyShortcuts Link copied to clipboard open var ariaKeyShortcuts: String?MDN Reference ariaLabel Link copied to clipboard open var ariaLabel: String?MDN Reference ariaLevel Link copied to clipboard open var ariaLevel: String?MDN Reference ariaLive Link copied to clipboard open var ariaLive: String?MDN Reference ariaModal Link copied to clipboard open var ariaModal: String?MDN Reference ariaMultiLine Link copied to clipboard open var ariaMultiLine: String?MDN Reference ariaMultiSelectable Link copied to clipboard open var ariaMultiSelectable: String?MDN Reference ariaOrientation Link copied to clipboard open var ariaOrientation: String?MDN Reference ariaPlaceholder Link copied to clipboard open var ariaPlaceholder: String?MDN Reference ariaPosInSet Link copied to clipboard open var ariaPosInSet: String?MDN Reference ariaPressed Link copied to clipboard open var ariaPressed: String?MDN Reference ariaReadOnly Link copied to clipboard open var ariaReadOnly: String?MDN Reference ariaRequired Link copied to clipboard open var ariaRequired: String?MDN Reference ariaRoleDescription Link copied to clipboard open var ariaRoleDescription: String?MDN Reference ariaRowCount Link copied to clipboard open var ariaRowCount: String?MDN Reference ariaRowIndex Link copied to clipboard open var ariaRowIndex: String?MDN Reference ariaRowIndexText Link copied to clipboard open var ariaRowIndexText: String?MDN Reference ariaRowSpan Link copied to clipboard open var ariaRowSpan: String?MDN Reference ariaSelected Link copied to clipboard open var ariaSelected: String?MDN Reference ariaSetSize Link copied to clipboard open var ariaSetSize: String?MDN Reference ariaSort Link copied to clipboard open var ariaSort: String?MDN Reference ariaValueMax Link copied to clipboard open var ariaValueMax: String?MDN Reference ariaValueMin Link copied to clipboard open var ariaValueMin: String?MDN Reference ariaValueNow Link copied to clipboard open var ariaValueNow: String?MDN Reference ariaValueText Link copied to clipboard open var ariaValueText: String?MDN Reference assignedSlot Link copied to clipboard open val assignedSlot: HTMLSlotElement?MDN Reference ATTRIBUTE_NODE Link copied to clipboard val ATTRIBUTE_NODE: NodeType attributes Link copied to clipboard val attributes: NamedNodeMapMDN Reference attributeStyleMap Link copied to clipboard open val attributeStyleMap: StylePropertyMapMDN Reference autocapitalize Link copied to clipboard var autocapitalize: AutoCapitalizeMDN Reference autocomplete Link copied to clipboard var autocomplete: AutoFillMDN Reference autofocus Link copied to clipboard open var autofocus: BooleanMDN Reference auxClickEvent Link copied to clipboard open val auxClickEvent: EventInstance<MouseEvent, Element, Node>MDN Reference baseURI Link copied to clipboard val baseURI: StringReturns node's node document's document base URL. beforeInputEvent Link copied to clipboard open val beforeInputEvent: EventInstance<InputEvent, Element, Node>MDN Reference beforeToggleEvent Link copied to clipboard val beforeToggleEvent: EventInstance<ToggleEvent, HTMLElement, HTMLElement>MDN Reference blurEvent Link copied to clipboard open val blurEvent: EventInstance<FocusEvent, Element, Element>MDN Reference CDATA_SECTION_NODE Link copied to clipboard val CDATA_SECTION_NODE: NodeTypenode is a CDATASection node. changeEvent Link copied to clipboard val changeEvent: EventInstance<Event, HTMLSelectElement, Node>MDN Reference childElementCount Link copied to clipboard open val childElementCount: IntMDN Reference childNodes Link copied to clipboard val childNodes: NodeListOf<ChildNode>Returns the children. children Link copied to clipboard open val children: HTMLCollection<*>Returns the child elements. classList Link copied to clipboard val classList: DOMTokenListAllows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object. className Link copied to clipboard var className: StringReturns the value of element's class content attribute. Can be set to change it. clickEvent Link copied to clipboard open val clickEvent: EventInstance<MouseEvent, Element, Node>MDN Reference clientHeight Link copied to clipboard val clientHeight: IntMDN Reference clientLeft Link copied to clipboard val clientLeft: IntMDN Reference clientTop Link copied to clipboard val clientTop: IntMDN Reference clientWidth Link copied to clipboard val clientWidth: IntMDN Reference COMMENT_NODE Link copied to clipboard val COMMENT_NODE: NodeTypenode is a Comment node. compositionEndEvent Link copied to clipboard open val compositionEndEvent: EventInstance<CompositionEvent, Element, Node>MDN Reference compositionStartEvent Link copied to clipboard open val compositionStartEvent: EventInstance<CompositionEvent, Element, Node>MDN Reference compositionUpdateEvent Link copied to clipboard open val compositionUpdateEvent: EventInstance<CompositionEvent, Element, Node>MDN Reference contentEditable Link copied to clipboard open var contentEditable: StringMDN Reference contextMenuEvent Link copied to clipboard open val contextMenuEvent: EventInstance<MouseEvent, Element, Node>MDN Reference copyEvent Link copied to clipboard val copyEvent: EventInstance<ClipboardEvent, HTMLElement, Node>MDN Reference currentCSSZoom Link copied to clipboard val currentCSSZoom: DoubleMDN Reference cutEvent Link copied to clipboard val cutEvent: EventInstance<ClipboardEvent, HTMLElement, Node>MDN Reference dataset Link copied to clipboard open val dataset: DOMStringMapMDN Reference dblClickEvent Link copied to clipboard open val dblClickEvent: EventInstance<MouseEvent, Element, Node>MDN Reference dir Link copied to clipboard var dir: StringMDN Reference disabled Link copied to clipboard var disabled: BooleanMDN Reference DOCUMENT_FRAGMENT_NODE Link copied to clipboard val DOCUMENT_FRAGMENT_NODE: NodeTypenode is a DocumentFragment node. DOCUMENT_NODE Link copied to clipboard val DOCUMENT_NODE: NodeTypenode is a document. DOCUMENT_POSITION_CONTAINED_BY Link copied to clipboard val DOCUMENT_POSITION_CONTAINED_BY: NodeTypeSet when other is a descendant of node. DOCUMENT_POSITION_CONTAINS Link copied to clipboard val DOCUMENT_POSITION_CONTAINS: NodeTypeSet when other is an ancestor of node. DOCUMENT_POSITION_DISCONNECTED Link copied to clipboard val DOCUMENT_POSITION_DISCONNECTED: NodeTypeSet when node and other are not in the same tree. DOCUMENT_POSITION_FOLLOWING Link copied to clipboard val DOCUMENT_POSITION_FOLLOWING: NodeTypeSet when other is following node. DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC Link copied to clipboard val DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: NodeType DOCUMENT_POSITION_PRECEDING Link copied to clipboard val DOCUMENT_POSITION_PRECEDING: NodeTypeSet when other is preceding node. DOCUMENT_TYPE_NODE Link copied to clipboard val DOCUMENT_TYPE_NODE: NodeTypenode is a doctype. dragEndEvent Link copied to clipboard val dragEndEvent: EventInstance<DragEvent, HTMLElement, Node>MDN Reference dragEnterEvent Link copied to clipboard val dragEnterEvent: EventInstance<DragEvent, HTMLElement, Node>MDN Reference dragEvent Link copied to clipboard val dragEvent: EventInstance<DragEvent, HTMLElement, Node>MDN Reference draggable Link copied to clipboard var draggable: BooleanMDN Reference dragLeaveEvent Link copied to clipboard val dragLeaveEvent: EventInstance<DragEvent, HTMLElement, Node>MDN Reference dragOverEvent Link copied to clipboard val dragOverEvent: EventInstance<DragEvent, HTMLElement, Node>MDN Reference dragStartEvent Link copied to clipboard val dragStartEvent: EventInstance<DragEvent, HTMLElement, Node>MDN Reference dropEvent Link copied to clipboard val dropEvent: EventInstance<DragEvent, HTMLElement, Node>MDN Reference ELEMENT_NODE Link copied to clipboard val ELEMENT_NODE: NodeTypenode is an element. enterKeyHint Link copied to clipboard open var enterKeyHint: EnterKeyHintMDN Reference ENTITY_NODE Link copied to clipboard val ENTITY_NODE: NodeType ENTITY_REFERENCE_NODE Link copied to clipboard val ENTITY_REFERENCE_NODE: NodeType errorEvent Link copied to clipboard open val errorEvent: EventInstance<Event, Element, Element>MDN Reference firstChild Link copied to clipboard val firstChild: ChildNode?Returns the first child. firstElementChild Link copied to clipboard open val firstElementChild: Element?Returns the first child that is an element, and null otherwise. focusEvent Link copied to clipboard open val focusEvent: EventInstance<FocusEvent, Element, Element>MDN Reference focusInEvent Link copied to clipboard open val focusInEvent: EventInstance<FocusEvent, Element, Node>MDN Reference focusOutEvent Link copied to clipboard open val focusOutEvent: EventInstance<FocusEvent, Element, Node>MDN Reference form Link copied to clipboard open override val form: HTMLFormElement?Retrieves a reference to the form that the object is embedded in. fullscreenChangeEvent Link copied to clipboard open val fullscreenChangeEvent: EventInstance<Event, Element, Node>MDN Reference fullscreenErrorEvent Link copied to clipboard open val fullscreenErrorEvent: EventInstance<Event, Element, Node>MDN Reference gotPointerCaptureEvent Link copied to clipboard val gotPointerCaptureEvent: EventInstance<PointerEvent, HTMLElement, Node>MDN Reference hidden Link copied to clipboard var hidden: BooleanMDN Reference id Link copied to clipboard var id: StringReturns the value of element's id content attribute. Can be set to change it. inert Link copied to clipboard var inert: BooleanMDN Reference innerHTML Link copied to clipboard var innerHTML: StringMDN Reference innerText Link copied to clipboard var innerText: StringMDN Reference inputEvent Link copied to clipboard open val inputEvent: EventInstance<InputEvent, Element, Node>MDN Reference inputMode Link copied to clipboard open var inputMode: InputModeMDN Reference invalidEvent Link copied to clipboard val invalidEvent: EventInstance<Event, HTMLSelectElement, HTMLSelectElement>MDN Reference isConnected Link copied to clipboard val isConnected: BooleanReturns true if node is connected and false otherwise. isContentEditable Link copied to clipboard open val isContentEditable: BooleanMDN Reference keyDownEvent Link copied to clipboard open val keyDownEvent: EventInstance<KeyboardEvent, Element, Node>MDN Reference keyPressEvent Link copied to clipboard open val keyPressEvent: EventInstance<KeyboardEvent, Element, Node>MDN Reference keyUpEvent Link copied to clipboard open val keyUpEvent: EventInstance<KeyboardEvent, Element, Node>MDN Reference labels Link copied to clipboard open override val labels: NodeListOf<HTMLLabelElement>MDN Reference lang Link copied to clipboard var lang: StringMDN Reference lastChild Link copied to clipboard val lastChild: ChildNode?Returns the last child. lastElementChild Link copied to clipboard open val lastElementChild: Element?Returns the last child that is an element, and null otherwise. length Link copied to clipboard var length: IntSets or retrieves the number of objects in a collection. loadEvent Link copied to clipboard open val loadEvent: EventInstance<Event, Element, Element>MDN Reference localName Link copied to clipboard val localName: StringReturns the local name. lostPointerCaptureEvent Link copied to clipboard val lostPointerCaptureEvent: EventInstance<PointerEvent, HTMLElement, Node>MDN Reference mouseDownEvent Link copied to clipboard open val mouseDownEvent: EventInstance<MouseEvent, Element, Node>MDN Reference mouseEnterEvent Link copied to clipboard open val mouseEnterEvent: EventInstance<MouseEvent, Element, Element>MDN Reference mouseLeaveEvent Link copied to clipboard open val mouseLeaveEvent: EventInstance<MouseEvent, Element, Element>MDN Reference mouseMoveEvent Link copied to clipboard open val mouseMoveEvent: EventInstance<MouseEvent, Element, Node>MDN Reference mouseOutEvent Link copied to clipboard open val mouseOutEvent: EventInstance<MouseEvent, Element, Node>MDN Reference mouseOverEvent Link copied to clipboard open val mouseOverEvent: EventInstance<MouseEvent, Element, Node>MDN Reference mouseUpEvent Link copied to clipboard open val mouseUpEvent: EventInstance<MouseEvent, Element, Node>MDN Reference multiple Link copied to clipboard var multiple: BooleanSets or retrieves the Boolean value indicating whether multiple items can be selected from a list. name Link copied to clipboard open override var name: StringSets or retrieves the name of the object. namespaceURI Link copied to clipboard val namespaceURI: String?Returns the namespace. nextElementSibling Link copied to clipboard open val nextElementSibling: Element?Returns the first following sibling that is an element, and null otherwise. nextSibling Link copied to clipboard val nextSibling: ChildNode?Returns the next sibling. nodeName Link copied to clipboard val nodeName: StringReturns a string appropriate for the type of node. nodeType Link copied to clipboard val nodeType: NodeTypeReturns the type of node. nodeValue Link copied to clipboard var nodeValue: String?MDN Reference nonce Link copied to clipboard open var nonce: String?MDN Reference NOTATION_NODE Link copied to clipboard val NOTATION_NODE: NodeType offsetHeight Link copied to clipboard val offsetHeight: IntMDN Reference offsetLeft Link copied to clipboard val offsetLeft: IntMDN Reference offsetParent Link copied to clipboard val offsetParent: Element?MDN Reference offsetTop Link copied to clipboard val offsetTop: IntMDN Reference offsetWidth Link copied to clipboard val offsetWidth: IntMDN Reference onabort Link copied to clipboard open var onabort: EventHandler<UIEvent, GlobalEventHandlers, GlobalEventHandlers>?Fires when the user aborts the download. onanimationcancel Link copied to clipboard open var onanimationcancel: EventHandler<AnimationEvent, GlobalEventHandlers, Node>?MDN Reference onanimationend Link copied to clipboard open var onanimationend: EventHandler<AnimationEvent, GlobalEventHandlers, Node>?MDN Reference onanimationiteration Link copied to clipboard open var onanimationiteration: EventHandler<AnimationEvent, GlobalEventHandlers, Node>?MDN Reference onanimationstart Link copied to clipboard open var onanimationstart: EventHandler<AnimationEvent, GlobalEventHandlers, Node>?MDN Reference onauxclick Link copied to clipboard open var onauxclick: EventHandler<MouseEvent, GlobalEventHandlers, Node>?MDN Reference onbeforeinput Link copied to clipboard open var onbeforeinput: EventHandler<InputEvent, GlobalEventHandlers, Node>?MDN Reference onbeforetoggle Link copied to clipboard open var onbeforetoggle: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference onblur Link copied to clipboard open var onblur: EventHandler<FocusEvent, GlobalEventHandlers, GlobalEventHandlers>?Fires when the object loses the input focus. oncancel Link copied to clipboard open var oncancel: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference oncanplay Link copied to clipboard open var oncanplay: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when playback is possible, but would require further buffering. oncanplaythrough Link copied to clipboard open var oncanplaythrough: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference onchange Link copied to clipboard open var onchange: EventHandler<Event, GlobalEventHandlers, Node>?Fires when the contents of the object or selection have changed. onclick Link copied to clipboard open var onclick: EventHandler<MouseEvent, GlobalEventHandlers, Node>?Fires when the user clicks the left mouse button on the object onclose Link copied to clipboard open var onclose: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference oncontextlost Link copied to clipboard open var oncontextlost: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference oncontextmenu Link copied to clipboard open var oncontextmenu: EventHandler<MouseEvent, GlobalEventHandlers, Node>?Fires when the user clicks the right mouse button in the client area, opening the context menu. oncontextrestored Link copied to clipboard open var oncontextrestored: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference oncopy Link copied to clipboard open var oncopy: EventHandler<ClipboardEvent, GlobalEventHandlers, Node>?MDN Reference oncuechange Link copied to clipboard open var oncuechange: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference oncut Link copied to clipboard open var oncut: EventHandler<ClipboardEvent, GlobalEventHandlers, Node>?MDN Reference ondblclick Link copied to clipboard open var ondblclick: EventHandler<MouseEvent, GlobalEventHandlers, Node>?Fires when the user double-clicks the object. ondrag Link copied to clipboard open var ondrag: EventHandler<DragEvent, GlobalEventHandlers, Node>?Fires on the source object continuously during a drag operation. ondragend Link copied to clipboard open var ondragend: EventHandler<DragEvent, GlobalEventHandlers, Node>?Fires on the source object when the user releases the mouse at the close of a drag operation. ondragenter Link copied to clipboard open var ondragenter: EventHandler<DragEvent, GlobalEventHandlers, Node>?Fires on the target element when the user drags the object to a valid drop target. ondragleave Link copied to clipboard open var ondragleave: EventHandler<DragEvent, GlobalEventHandlers, Node>?Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation. ondragover Link copied to clipboard open var ondragover: EventHandler<DragEvent, GlobalEventHandlers, Node>?Fires on the target element continuously while the user drags the object over a valid drop target. ondragstart Link copied to clipboard open var ondragstart: EventHandler<DragEvent, GlobalEventHandlers, Node>?Fires on the source object when the user starts to drag a text selection or selected object. ondrop Link copied to clipboard open var ondrop: EventHandler<DragEvent, GlobalEventHandlers, Node>?MDN Reference ondurationchange Link copied to clipboard open var ondurationchange: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when the duration attribute is updated. onemptied Link copied to clipboard open var onemptied: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when the media element is reset to its initial state. onended Link copied to clipboard open var onended: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when the end of playback is reached. onerror Link copied to clipboard open var onerror: Function<Unit>?Fires when an error occurs during object loading. onfocus Link copied to clipboard open var onfocus: EventHandler<FocusEvent, GlobalEventHandlers, GlobalEventHandlers>?Fires when the object receives focus. onformdata Link copied to clipboard open var onformdata: EventHandler<FormDataEvent, GlobalEventHandlers, Node>?MDN Reference onfullscreenchange Link copied to clipboard var onfullscreenchange: EventHandler<Event, Element, Node>?MDN Reference onfullscreenerror Link copied to clipboard var onfullscreenerror: EventHandler<Event, Element, Node>?MDN Reference ongotpointercapture Link copied to clipboard open var ongotpointercapture: EventHandler<PointerEvent, GlobalEventHandlers, Node>?MDN Reference oninput Link copied to clipboard open var oninput: EventHandler<Event, GlobalEventHandlers, Node>?MDN Reference oninvalid Link copied to clipboard open var oninvalid: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference onkeydown Link copied to clipboard open var onkeydown: EventHandler<KeyboardEvent, GlobalEventHandlers, Node>?Fires when the user presses a key. onkeyup Link copied to clipboard open var onkeyup: EventHandler<KeyboardEvent, GlobalEventHandlers, Node>?Fires when the user releases a key. onload Link copied to clipboard open var onload: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Fires immediately after the browser loads the object. onloadeddata Link copied to clipboard open var onloadeddata: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when media data is loaded at the current playback position. onloadedmetadata Link copied to clipboard open var onloadedmetadata: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when the duration and dimensions of the media have been determined. onloadstart Link copied to clipboard open var onloadstart: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when Internet Explorer begins looking for media data. onlostpointercapture Link copied to clipboard open var onlostpointercapture: EventHandler<PointerEvent, GlobalEventHandlers, Node>?MDN Reference onmousedown Link copied to clipboard open var onmousedown: EventHandler<MouseEvent, GlobalEventHandlers, Node>?Fires when the user clicks the object with either mouse button. onmouseenter Link copied to clipboard open var onmouseenter: EventHandler<MouseEvent, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference onmouseleave Link copied to clipboard open var onmouseleave: EventHandler<MouseEvent, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference onmousemove Link copied to clipboard open var onmousemove: EventHandler<MouseEvent, GlobalEventHandlers, Node>?Fires when the user moves the mouse over the object. onmouseout Link copied to clipboard open var onmouseout: EventHandler<MouseEvent, GlobalEventHandlers, Node>?Fires when the user moves the mouse pointer outside the boundaries of the object. onmouseover Link copied to clipboard open var onmouseover: EventHandler<MouseEvent, GlobalEventHandlers, Node>?Fires when the user moves the mouse pointer into the object. onmouseup Link copied to clipboard open var onmouseup: EventHandler<MouseEvent, GlobalEventHandlers, Node>?Fires when the user releases a mouse button while the mouse is over the object. onpaste Link copied to clipboard open var onpaste: EventHandler<ClipboardEvent, GlobalEventHandlers, Node>?MDN Reference onpause Link copied to clipboard open var onpause: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when playback is paused. onplay Link copied to clipboard open var onplay: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when the play method is requested. onplaying Link copied to clipboard open var onplaying: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when the audio or video has started playing. onpointercancel Link copied to clipboard open var onpointercancel: EventHandler<PointerEvent, GlobalEventHandlers, Node>?MDN Reference onpointerdown Link copied to clipboard open var onpointerdown: EventHandler<PointerEvent, GlobalEventHandlers, Node>?MDN Reference onpointerenter Link copied to clipboard open var onpointerenter: EventHandler<PointerEvent, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference onpointerleave Link copied to clipboard open var onpointerleave: EventHandler<PointerEvent, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference onpointermove Link copied to clipboard open var onpointermove: EventHandler<PointerEvent, GlobalEventHandlers, Node>?MDN Reference onpointerout Link copied to clipboard open var onpointerout: EventHandler<PointerEvent, GlobalEventHandlers, Node>?MDN Reference onpointerover Link copied to clipboard open var onpointerover: EventHandler<PointerEvent, GlobalEventHandlers, Node>?MDN Reference onpointerup Link copied to clipboard open var onpointerup: EventHandler<PointerEvent, GlobalEventHandlers, Node>?MDN Reference onprogress Link copied to clipboard open var onprogress: EventHandler<ProgressEvent, GlobalEventHandlers, GlobalEventHandlers>?Occurs to indicate progress while downloading media data. onratechange Link copied to clipboard open var onratechange: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when the playback rate is increased or decreased. onreset Link copied to clipboard open var onreset: EventHandler<Event, GlobalEventHandlers, Node>?Fires when the user resets a form. onresize Link copied to clipboard open var onresize: EventHandler<UIEvent, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference onscroll Link copied to clipboard open var onscroll: EventHandler<Event, GlobalEventHandlers, Node>?Fires when the user repositions the scroll box in the scroll bar on the object. onscrollend Link copied to clipboard open var onscrollend: EventHandler<Event, GlobalEventHandlers, Node>?MDN Reference onsecuritypolicyviolation Link copied to clipboard open var onsecuritypolicyviolation: EventHandler<SecurityPolicyViolationEvent, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference onseeked Link copied to clipboard open var onseeked: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when the seek operation ends. onseeking Link copied to clipboard open var onseeking: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when the current playback position is moved. onselect Link copied to clipboard open var onselect: EventHandler<Event, GlobalEventHandlers, Node>?Fires when the current selection changes. onselectionchange Link copied to clipboard open var onselectionchange: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference onselectstart Link copied to clipboard open var onselectstart: EventHandler<Event, GlobalEventHandlers, Node>?MDN Reference onslotchange Link copied to clipboard open var onslotchange: EventHandler<Event, GlobalEventHandlers, Node>?MDN Reference onstalled Link copied to clipboard open var onstalled: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when the download has stopped. onsubmit Link copied to clipboard open var onsubmit: EventHandler<SubmitEvent, GlobalEventHandlers, Node>?MDN Reference onsuspend Link copied to clipboard open var onsuspend: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs if the load operation has been intentionally halted. ontimeupdate Link copied to clipboard open var ontimeupdate: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs to indicate the current playback position. ontoggle Link copied to clipboard open var ontoggle: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?MDN Reference ontouchcancel Link copied to clipboard open var ontouchcancel: EventHandler<TouchEvent, GlobalEventHandlers, Node>?MDN Reference ontouchend Link copied to clipboard open var ontouchend: EventHandler<TouchEvent, GlobalEventHandlers, Node>?MDN Reference ontouchmove Link copied to clipboard open var ontouchmove: EventHandler<TouchEvent, GlobalEventHandlers, Node>?MDN Reference ontouchstart Link copied to clipboard open var ontouchstart: EventHandler<TouchEvent, GlobalEventHandlers, Node>?MDN Reference ontransitioncancel Link copied to clipboard open var ontransitioncancel: EventHandler<TransitionEvent, GlobalEventHandlers, Node>?MDN Reference ontransitionend Link copied to clipboard open var ontransitionend: EventHandler<TransitionEvent, GlobalEventHandlers, Node>?MDN Reference ontransitionrun Link copied to clipboard open var ontransitionrun: EventHandler<TransitionEvent, GlobalEventHandlers, Node>?MDN Reference ontransitionstart Link copied to clipboard open var ontransitionstart: EventHandler<TransitionEvent, GlobalEventHandlers, Node>?MDN Reference onvolumechange Link copied to clipboard open var onvolumechange: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when the volume is changed, or playback is muted or unmuted. onwaiting Link copied to clipboard open var onwaiting: EventHandler<Event, GlobalEventHandlers, GlobalEventHandlers>?Occurs when playback stops because the next frame of a video resource is not available. onwheel Link copied to clipboard open var onwheel: EventHandler<WheelEvent, GlobalEventHandlers, Node>?MDN Reference options Link copied to clipboard val options: HTMLOptionsCollectionReturns an HTMLOptionsCollection of the list of options. outerHTML Link copied to clipboard var outerHTML: StringMDN Reference outerText Link copied to clipboard var outerText: StringMDN Reference ownerDocument Link copied to clipboard open override val ownerDocument: DocumentReturns the node document. Returns null for documents. parentElement Link copied to clipboard val parentElement: HTMLElement?Returns the parent element. parentNode Link copied to clipboard val parentNode: ParentNode?Returns the parent. part Link copied to clipboard val part: DOMTokenListMDN Reference pasteEvent Link copied to clipboard val pasteEvent: EventInstance<ClipboardEvent, HTMLElement, Node>MDN Reference pointerCancelEvent Link copied to clipboard val pointerCancelEvent: EventInstance<PointerEvent, HTMLElement, Node>MDN Reference pointerDownEvent Link copied to clipboard val pointerDownEvent: EventInstance<PointerEvent, HTMLElement, Node>MDN Reference pointerEnterEvent Link copied to clipboard val pointerEnterEvent: EventInstance<PointerEvent, HTMLElement, HTMLElement>MDN Reference pointerLeaveEvent Link copied to clipboard val pointerLeaveEvent: EventInstance<PointerEvent, HTMLElement, HTMLElement>MDN Reference pointerMoveEvent Link copied to clipboard val pointerMoveEvent: EventInstance<PointerEvent, HTMLElement, Node>MDN Reference pointerOutEvent Link copied to clipboard val pointerOutEvent: EventInstance<PointerEvent, HTMLElement, Node>MDN Reference pointerOverEvent Link copied to clipboard val pointerOverEvent: EventInstance<PointerEvent, HTMLElement, Node>MDN Reference pointerUpEvent Link copied to clipboard val pointerUpEvent: EventInstance<PointerEvent, HTMLElement, Node>MDN Reference popover Link copied to clipboard var popover: String?MDN Reference prefix Link copied to clipboard val prefix: String?Returns the namespace prefix. previousElementSibling Link copied to clipboard open val previousElementSibling: Element?Returns the first preceding sibling that is an element, and null otherwise. previousSibling Link copied to clipboard val previousSibling: ChildNode?Returns the previous sibling. PROCESSING_INSTRUCTION_NODE Link copied to clipboard val PROCESSING_INSTRUCTION_NODE: NodeTypenode is a ProcessingInstruction node. required Link copied to clipboard var required: BooleanWhen present, marks an element that can't be submitted without a value. role Link copied to clipboard open var role: String? scrollEndEvent Link copied to clipboard open val scrollEndEvent: EventInstance<Event, Element, Node>MDN Reference scrollEvent Link copied to clipboard open val scrollEvent: EventInstance<Event, Element, Node>MDN Reference scrollHeight Link copied to clipboard val scrollHeight: IntMDN Reference scrollLeft Link copied to clipboard var scrollLeft: DoubleMDN Reference scrollTop Link copied to clipboard var scrollTop: DoubleMDN Reference scrollWidth Link copied to clipboard val scrollWidth: IntMDN Reference selectedIndex Link copied to clipboard var selectedIndex: IntSets or retrieves the index of the selected option in a select object. selectedOptions Link copied to clipboard val selectedOptions: HTMLCollectionOf<HTMLOptionElement>MDN Reference selectEvent Link copied to clipboard open val selectEvent: EventInstance<Event, Element, Node>MDN Reference selectionChangeEvent Link copied to clipboard val selectionChangeEvent: EventInstance<Event, HTMLElement, HTMLElement>MDN Reference selectStartEvent Link copied to clipboard val selectStartEvent: EventInstance<Event, HTMLElement, Node>MDN Reference shadowRoot Link copied to clipboard val shadowRoot: ShadowRoot?Returns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise. size Link copied to clipboard var size: IntSets or retrieves the number of rows in the list box. slot Link copied to clipboard var slot: StringReturns the value of element's slot content attribute. Can be set to change it. spellcheck Link copied to clipboard var spellcheck: BooleanMDN Reference style Link copied to clipboard open val style: CSSStyleDeclarationMDN Reference tabIndex Link copied to clipboard open var tabIndex: IntMDN Reference tagName Link copied to clipboard val tagName: StringReturns the HTML-uppercased qualified name. TEXT_NODE Link copied to clipboard val TEXT_NODE: NodeTypenode is a Text node. textContent Link copied to clipboard var textContent: String?MDN Reference title Link copied to clipboard var title: StringMDN Reference touchCancelEvent Link copied to clipboard open val touchCancelEvent: EventInstance<TouchEvent, Element, Node>MDN Reference touchEndEvent Link copied to clipboard open val touchEndEvent: EventInstance<TouchEvent, Element, Node>MDN Reference touchMoveEvent Link copied to clipboard open val touchMoveEvent: EventInstance<TouchEvent, Element, Node>MDN Reference touchStartEvent Link copied to clipboard open val touchStartEvent: EventInstance<TouchEvent, Element, Node>MDN Reference transitionCancelEvent Link copied to clipboard val transitionCancelEvent: EventInstance<TransitionEvent, HTMLElement, Node>MDN Reference transitionEndEvent Link copied to clipboard val transitionEndEvent: EventInstance<TransitionEvent, HTMLElement, Node>MDN Reference transitionRunEvent Link copied to clipboard val transitionRunEvent: EventInstance<TransitionEvent, HTMLElement, Node>MDN Reference transitionStartEvent Link copied to clipboard val transitionStartEvent: EventInstance<TransitionEvent, HTMLElement, Node>MDN Reference translate Link copied to clipboard var translate: BooleanMDN Reference type Link copied to clipboard val type: SelectTypeRetrieves the type of select control based on the value of the MULTIPLE attribute. unloadEvent Link copied to clipboard open val unloadEvent: EventInstance<Event, Element, Element>MDN Reference validationMessage Link copied to clipboard open override val validationMessage: StringReturns the error message that would be displayed if the user submits the form, or an empty string if no error message. It also triggers the standard error message, such as "this is a required field". The result is that the user sees validation messages without actually submitting. validity Link copied to clipboard open override val validity: ValidityStateReturns a ValidityState object that represents the validity states of an element. value Link copied to clipboard var value: StringSets or retrieves the value which is returned to the server when the form control is submitted. wheelEvent Link copied to clipboard open val wheelEvent: EventInstance<WheelEvent, Element, Node>MDN Reference willValidate Link copied to clipboard open override val willValidate: BooleanReturns whether an element will successfully validate based on forms validation rules and constraints. writingSuggestions Link copied to clipboard var writingSuggestions: String Functions add Link copied to clipboard fun add(element: HTMLOptGroupElement, before: Int?)fun add(element: HTMLOptGroupElement, before: HTMLElement? = definedExternally)fun add(element: HTMLOptionElement, before: Int?)fun add(element: HTMLOptionElement, before: HTMLElement? = definedExternally)Adds an element to the areas, controlRange, or options collection. after Link copied to clipboard open fun after(vararg nodes: Any)Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes. animate Link copied to clipboard open fun animate(keyframes: ReadonlyArray<Keyframe>?, options: Double = definedExternally): AnimationMDN Referenceopen fun animate(keyframes: ReadonlyArray<Keyframe>?, options: KeyframeAnimationOptions): Animationopen fun animate(keyframes: PropertyIndexedKeyframes?, options: Double = definedExternally): Animationopen fun animate(keyframes: PropertyIndexedKeyframes?, options: KeyframeAnimationOptions): Animation append Link copied to clipboard open fun append(vararg nodes: Any)Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes. appendChild Link copied to clipboard fun <T : Node> appendChild(node: T): TMDN Reference appendText Link copied to clipboard fun Element.appendText(text: String): Element attachInternals Link copied to clipboard fun attachInternals(): ElementInternalsMDN Reference attachShadow Link copied to clipboard fun attachShadow(init: ShadowRootInit): ShadowRootCreates a shadow root for element and returns it. before Link copied to clipboard open fun before(vararg nodes: Any)Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes. blur Link copied to clipboard open fun blur()MDN Reference checkValidity Link copied to clipboard open override fun checkValidity(): BooleanReturns whether a form will validate when it is submitted, without having to submit it. checkVisibility Link copied to clipboard fun checkVisibility(options: CheckVisibilityOptions = definedExternally): BooleanMDN Reference click Link copied to clipboard fun click()MDN Reference cloneNode Link copied to clipboard fun cloneNode(deep: Boolean = definedExternally): NodeReturns a copy of node. If deep is true, the copy also includes the node's descendants. closest Link copied to clipboard fun closest(selector: String): Element?fun <T : MathMLElement> closest(selector: MathMLTagName<T>): T?fun <T : SVGElement> closest(selector: SvgTagName<T>): T?fun <T : HTMLElement> closest(selector: HtmlTagName<T>): T?Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise. compareDocumentPosition Link copied to clipboard fun compareDocumentPosition(other: Node): ShortReturns a bitmask indicating the position of other relative to node. computedStyleMap Link copied to clipboard fun computedStyleMap(): StylePropertyMapReadOnlyMDN Reference contains Link copied to clipboard fun contains(other: Node?): BooleanReturns true if other is an inclusive descendant of node, and false otherwise. dispatchEvent Link copied to clipboard fun dispatchEvent(event: Event): Boolean focus Link copied to clipboard open fun focus(options: FocusOptions = definedExternally)MDN Reference get Link copied to clipboard open operator fun get(key: Symbol.iterator): () -> JsIterator<HTMLOptionElement> getAnimations Link copied to clipboard open fun getAnimations(options: GetAnimationsOptions = definedExternally): ReadonlyArray<Animation>MDN Reference getAttribute Link copied to clipboard fun getAttribute(qualifiedName: String): String?Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise. getAttributeNames Link copied to clipboard fun getAttributeNames(): ReadonlyArray<String>Returns the qualified names of all element's attributes. Can contain duplicates. getAttributeNode Link copied to clipboard fun getAttributeNode(qualifiedName: String): Attr?MDN Reference getAttributeNodeNS Link copied to clipboard fun getAttributeNodeNS(namespace: String?, localName: String): Attr?MDN Reference getAttributeNS Link copied to clipboard fun getAttributeNS(namespace: String?, localName: String): String?Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise. getBoundingClientRect Link copied to clipboard fun getBoundingClientRect(): DOMRectMDN Reference getClientRects Link copied to clipboard fun getClientRects(): DOMRectListMDN Reference getElementsByClassName Link copied to clipboard fun getElementsByClassName(classNames: String): HTMLCollectionOf<Element>Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes. getElementsByTagName Link copied to clipboard fun getElementsByTagName(qualifiedName: String): HTMLCollectionOf<Element>fun <T : MathMLElement> getElementsByTagName(qualifiedName: MathMLTagName<T>): HTMLCollectionOf<T>fun <T : SVGElement> getElementsByTagName(qualifiedName: SvgTagName<T>): HTMLCollectionOf<T>fun <T : HTMLElement> getElementsByTagName(qualifiedName: HtmlTagName<T>): HTMLCollectionOf<T>MDN Reference getElementsByTagNameNS Link copied to clipboard fun getElementsByTagNameNS(namespace: String?, localName: String): HTMLCollectionOf<Element>fun <T : MathMLElement> getElementsByTagNameNS(namespaceURI: MATHML_NAMESPACE, localName: MathMLTagName<T>): HTMLCollectionOf<T>fun <T : SVGElement> getElementsByTagNameNS(namespaceURI: SVG_NAMESPACE, localName: SvgTagName<T>): HTMLCollectionOf<T> getHTML Link copied to clipboard fun getHTML(options: GetHTMLOptions = definedExternally): StringMDN Reference getRootNode Link copied to clipboard fun getRootNode(options: GetRootNodeOptions = definedExternally): NodeReturns node's root. hasAttribute Link copied to clipboard fun hasAttribute(qualifiedName: String): BooleanReturns true if element has an attribute whose qualified name is qualifiedName, and false otherwise. hasAttributeNS Link copied to clipboard fun hasAttributeNS(namespace: String?, localName: String): BooleanReturns true if element has an attribute whose namespace is namespace and local name is localName. hasAttributes Link copied to clipboard fun hasAttributes(): BooleanReturns true if element has attributes, and false otherwise. hasChildNodes Link copied to clipboard fun hasChildNodes(): BooleanReturns whether node has children. hasPointerCapture Link copied to clipboard fun hasPointerCapture(pointerId: Int): BooleanMDN Reference hidePopover Link copied to clipboard fun hidePopover()MDN Reference insertAdjacentElement Link copied to clipboard fun insertAdjacentElement(where: InsertPosition, element: Element): Element?MDN Reference insertAdjacentHTML Link copied to clipboard fun insertAdjacentHTML(position: InsertPosition, string: String)MDN Reference insertAdjacentText Link copied to clipboard fun insertAdjacentText(where: InsertPosition, data: String)MDN Reference insertBefore Link copied to clipboard fun <T : Node> insertBefore(node: T, child: Node?): TMDN Reference isDefaultNamespace Link copied to clipboard fun isDefaultNamespace(namespace: String?): BooleanMDN Reference isEqualNode Link copied to clipboard fun isEqualNode(otherNode: Node?): BooleanReturns whether node and otherNode have the same properties. isSameNode Link copied to clipboard fun isSameNode(otherNode: Node?): BooleanMDN Reference item Link copied to clipboard fun item(index: Int): HTMLOptionElement?Retrieves a select object or an object from an options collection. iterator Link copied to clipboard open inline operator fun iterator(): Iterator<HTMLOptionElement> lookupNamespaceURI Link copied to clipboard fun lookupNamespaceURI(prefix: String?): String?MDN Reference lookupPrefix Link copied to clipboard fun lookupPrefix(namespace: String?): String?MDN Reference matches Link copied to clipboard fun matches(selectors: String): BooleanReturns true if matching selectors against element's root yields element, and false otherwise. namedItem Link copied to clipboard fun namedItem(name: String): HTMLOptionElement?Retrieves a select object or an object from an options collection. normalize Link copied to clipboard fun normalize()Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes. prepend Link copied to clipboard open fun prepend(vararg nodes: Any)Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes. querySelector Link copied to clipboard open fun querySelector(selectors: String): Element?open fun <T : MathMLElement> querySelector(selectors: MathMLTagName<T>): T?open fun <T : SVGElement> querySelector(selectors: SvgTagName<T>): T?open fun <T : HTMLElement> querySelector(selectors: HtmlTagName<T>): T?Returns the first element that is a descendant of node that matches selectors. querySelectorAll Link copied to clipboard open fun querySelectorAll(selectors: String): NodeListOf<Element>open fun <T : MathMLElement> querySelectorAll(selectors: MathMLTagName<T>): NodeListOf<T>open fun <T : SVGElement> querySelectorAll(selectors: SvgTagName<T>): NodeListOf<T>open fun <T : HTMLElement> querySelectorAll(selectors: HtmlTagName<T>): NodeListOf<T>Returns all element descendants of node that match selectors. releasePointerCapture Link copied to clipboard fun releasePointerCapture(pointerId: Int)MDN Reference remove Link copied to clipboard open override fun remove()Removes an element from the collection.fun remove(index: Int) removeAttribute Link copied to clipboard fun removeAttribute(qualifiedName: String)Removes element's first attribute whose qualified name is qualifiedName. removeAttributeNode Link copied to clipboard fun removeAttributeNode(attr: Attr): AttrMDN Reference removeAttributeNS Link copied to clipboard fun removeAttributeNS(namespace: String?, localName: String)Removes element's attribute whose namespace is namespace and local name is localName. removeChild Link copied to clipboard fun <T : Node> removeChild(child: T): TMDN Reference replaceChild Link copied to clipboard fun <T : Node> replaceChild(node: Node, child: T): TMDN Reference replaceChildren Link copied to clipboard open fun replaceChildren(vararg nodes: Any)Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes. replaceWith Link copied to clipboard open fun replaceWith(vararg nodes: Any)Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes. reportValidity Link copied to clipboard open override fun reportValidity(): BooleanMDN Reference requestFullscreen Link copied to clipboard suspend fun requestFullscreen(options: FullscreenOptions = definedExternally)Displays element fullscreen and resolves promise when done. requestFullscreenAsync Link copied to clipboard fun requestFullscreenAsync(options: FullscreenOptions = definedExternally): Promise<Void> requestPointerLock Link copied to clipboard suspend fun requestPointerLock(options: PointerLockOptions = definedExternally)MDN Reference requestPointerLockAsync Link copied to clipboard fun requestPointerLockAsync(options: PointerLockOptions = definedExternally): Promise<Void> scroll Link copied to clipboard fun scroll(options: ScrollToOptions = definedExternally)MDN Referencefun scroll(x: Double, y: Double) scrollBy Link copied to clipboard fun scrollBy(options: ScrollToOptions = definedExternally)MDN Referencefun scrollBy(x: Double, y: Double) scrollIntoView Link copied to clipboard fun scrollIntoView(options: ScrollIntoViewOptions = definedExternally)MDN Reference scrollTo Link copied to clipboard fun scrollTo(options: ScrollToOptions = definedExternally)MDN Referencefun scrollTo(x: Double, y: Double) setAttribute Link copied to clipboard fun setAttribute(qualifiedName: String, value: String)Sets the value of element's first attribute whose qualified name is qualifiedName to value. setAttributeNode Link copied to clipboard fun setAttributeNode(attr: Attr): Attr?MDN Reference setAttributeNodeNS Link copied to clipboard fun setAttributeNodeNS(attr: Attr): Attr?MDN Reference setAttributeNS Link copied to clipboard fun setAttributeNS(namespace: String?, qualifiedName: String, value: String)Sets the value of element's attribute whose namespace is namespace and local name is localName to value. setCustomValidity Link copied to clipboard fun setCustomValidity(error: String)Sets a custom error message that is displayed when a form is submitted. setHTMLUnsafe Link copied to clipboard fun setHTMLUnsafe(html: String)MDN Reference setPointerCapture Link copied to clipboard fun setPointerCapture(pointerId: Int)MDN Reference showPicker Link copied to clipboard fun showPicker()MDN Reference showPopover Link copied to clipboard fun showPopover()MDN Reference toggleAttribute Link copied to clipboard fun toggleAttribute(qualifiedName: String, force: Boolean = definedExternally): BooleanIf force is not given, "toggles" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName. togglePopover Link copied to clipboard fun togglePopover(force: Boolean = definedExternally): BooleanMDN Reference © 2024 CopyrightGenerated by dokka