Other access Key access Key : string
Readonly access Key Label access Key Label : string
autocapitalize autocapitalize : string
draggable draggable : boolean
inner Text inner Text : string
Readonly offset Height offset Height : number
Readonly offset Left offset Left : number
Readonly offset Parent offset Parent : Element
Readonly offset Top offset Top : number
Readonly offset Width offset Width : number
outer Text outer Text : string
spellcheck spellcheck : boolean
translate translate : boolean
attach Internals attach Internals ( ) : ElementInternals Returns ElementInternals click click ( ) : void Returns void hide Popover hide Popover ( ) : void Returns void show Popover show Popover ( ) : void Returns void toggle Popover toggle Popover ( force ? ) : boolean Returns boolean add Event Listener add Event Listener < K > ( type , listener , options ? ) : void Type Parameters K extends keyof HTMLElementEventMap Parameters type : K listener : ( ( this , ev ) => any ) ( this , ev ) : any Parameters this : HTMLElement ev : HTMLElementEventMap [ K ] Returns any Optional options : boolean | AddEventListenerOptions Returns void add Event Listener ( type , listener , options ? ) : void Parameters type : string listener : EventListenerOrEventListenerObject Optional options : boolean | AddEventListenerOptions Returns void remove Event Listener remove Event Listener < K > ( type , listener , options ? ) : void Type Parameters K extends keyof HTMLElementEventMap Parameters type : K listener : ( ( this , ev ) => any ) ( this , ev ) : any Parameters this : HTMLElement ev : HTMLElementEventMap [ K ] Returns any Optional options : boolean | EventListenerOptions Returns void remove Event Listener ( type , listener , options ? ) : void Parameters type : string listener : EventListenerOrEventListenerObject Optional options : boolean | EventListenerOptions Returns void Readonly attributes attributes : NamedNodeMap
Readonly class List class List : DOMTokenList
class Name class Name : string
Readonly client Height client Height : number
Readonly client Left client Left : number
Readonly client Top client Top : number
Readonly client Width client Width : number
Readonly local Name local Name : string
Readonly namespaceURI namespaceURI : string
onfullscreenchange onfullscreenchange : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Returns any onfullscreenerror onfullscreenerror : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Returns any outerHTML outerHTML : string
Readonly owner Document owner Document : Document
Readonly part part : DOMTokenList
Readonly prefix prefix : string
Readonly scroll Height scroll Height : number
scroll Left scroll Left : number
scroll Top scroll Top : number
Readonly scroll Width scroll Width : number
Readonly shadow Root shadow Root : ShadowRoot
Readonly tag Name tag Name : string
attach Shadow attach Shadow ( init ) : ShadowRoot Returns ShadowRoot check Visibility check Visibility ( options ? ) : boolean Parameters Optional options : CheckVisibilityOptions Returns boolean closest closest < K > ( selector ) : HTMLElementTagNameMap [ K ] Type Parameters K extends keyof HTMLElementTagNameMap Returns HTMLElementTagNameMap [ K ] closest < K > ( selector ) : SVGElementTagNameMap [ K ] Type Parameters K extends keyof SVGElementTagNameMap Returns SVGElementTagNameMap [ K ] closest < K > ( selector ) : MathMLElementTagNameMap [ K ] Type Parameters K extends keyof MathMLElementTagNameMap Returns MathMLElementTagNameMap [ K ] closest < E > ( selectors ) : E Type Parameters E extends Element = Element Returns E computed Style Map computed Style Map ( ) : StylePropertyMapReadOnly Returns StylePropertyMapReadOnly get Attribute get Attribute ( qualifiedName ) : string Returns string get AttributeNS get AttributeNS ( namespace , localName ) : string Parameters namespace : string localName : string Returns string get Attribute Names get Attribute Names ( ) : string [] Returns string [] get Attribute Node get Attribute Node ( qualifiedName ) : Attr Returns Attr get Attribute NodeNS get Attribute NodeNS ( namespace , localName ) : Attr Parameters namespace : string localName : string Returns Attr get Bounding Client Rect get Bounding Client Rect ( ) : DOMRect Returns DOMRect get Client Rects get Client Rects ( ) : DOMRectList Returns DOMRectList get Elements By Class Name get Elements By Class Name ( classNames ) : HTMLCollectionOf < Element > Returns HTMLCollectionOf < Element > get Elements By Tag Name get Elements By Tag Name < K > ( qualifiedName ) : HTMLCollectionOf < HTMLElementTagNameMap [ K ] > Type Parameters K extends keyof HTMLElementTagNameMap Returns HTMLCollectionOf < HTMLElementTagNameMap [ K ] > get Elements By Tag Name < K > ( qualifiedName ) : HTMLCollectionOf < SVGElementTagNameMap [ K ] > Type Parameters K extends keyof SVGElementTagNameMap Returns HTMLCollectionOf < SVGElementTagNameMap [ K ] > get Elements By Tag Name < K > ( qualifiedName ) : HTMLCollectionOf < MathMLElementTagNameMap [ K ] > Type Parameters K extends keyof MathMLElementTagNameMap Returns HTMLCollectionOf < MathMLElementTagNameMap [ K ] > get Elements By Tag Name < K > ( qualifiedName ) : HTMLCollectionOf < HTMLElementDeprecatedTagNameMap [ K ] > Type Parameters K extends keyof HTMLElementDeprecatedTagNameMap Returns HTMLCollectionOf < HTMLElementDeprecatedTagNameMap [ K ] > get Elements By Tag Name ( qualifiedName ) : HTMLCollectionOf < Element > Returns HTMLCollectionOf < Element > get Elements By Tag NameNS get Elements By Tag NameNS ( namespaceURI , localName ) : HTMLCollectionOf < HTMLElement > Parameters namespaceURI : "http://www.w3.org/1999/xhtml" localName : string Returns HTMLCollectionOf < HTMLElement > get Elements By Tag NameNS ( namespaceURI , localName ) : HTMLCollectionOf < SVGElement > Parameters namespaceURI : "http://www.w3.org/2000/svg" localName : string Returns HTMLCollectionOf < SVGElement > get Elements By Tag NameNS ( namespaceURI , localName ) : HTMLCollectionOf < MathMLElement > Parameters namespaceURI : "http://www.w3.org/1998/Math/MathML" localName : string Returns HTMLCollectionOf < MathMLElement > get Elements By Tag NameNS ( namespace , localName ) : HTMLCollectionOf < Element > Parameters namespace : string localName : string Returns HTMLCollectionOf < Element > has Attribute has Attribute ( qualifiedName ) : boolean Returns boolean has AttributeNS has AttributeNS ( namespace , localName ) : boolean Parameters namespace : string localName : string Returns boolean has Attributes has Attributes ( ) : boolean Returns boolean has Pointer Capture has Pointer Capture ( pointerId ) : boolean Returns boolean insert Adjacent Element insert Adjacent Element ( where , element ) : Element Parameters where : InsertPosition element : Element Returns Element insert AdjacentHTML insert AdjacentHTML ( position , text ) : void Parameters position : InsertPosition text : string Returns void insert Adjacent Text insert Adjacent Text ( where , data ) : void Parameters where : InsertPosition data : string Returns void matches matches ( selectors ) : boolean Returns boolean release Pointer Capture release Pointer Capture ( pointerId ) : void Returns void remove Attribute remove Attribute ( qualifiedName ) : void Returns void remove AttributeNS remove AttributeNS ( namespace , localName ) : void Parameters namespace : string localName : string Returns void remove Attribute Node remove Attribute Node ( attr ) : Attr Returns Attr request Fullscreen request Fullscreen ( options ? ) : Promise < void > Parameters Optional options : FullscreenOptions Returns Promise < void > request Pointer Lock request Pointer Lock ( ) : void Returns void scroll scroll ( options ? ) : void Parameters Optional options : ScrollToOptions Returns void scroll ( x , y ) : void Returns void scroll By scroll By ( options ? ) : void Parameters Optional options : ScrollToOptions Returns void scroll By ( x , y ) : void Returns void scroll Into View scroll Into View ( arg ? ) : void Parameters Optional arg : boolean | ScrollIntoViewOptions Returns void scroll To scroll To ( options ? ) : void Parameters Optional options : ScrollToOptions Returns void scroll To ( x , y ) : void Returns void set Attribute set Attribute ( qualifiedName , value ) : void Parameters qualifiedName : string value : string Returns void set AttributeNS set AttributeNS ( namespace , qualifiedName , value ) : void Parameters namespace : string qualifiedName : string value : string Returns void set Attribute Node set Attribute Node ( attr ) : Attr Returns Attr set Attribute NodeNS set Attribute NodeNS ( attr ) : Attr Returns Attr set Pointer Capture set Pointer Capture ( pointerId ) : void Returns void toggle Attribute toggle Attribute ( qualifiedName , force ? ) : boolean Parameters qualifiedName : string Optional force : boolean Returns boolean webkit Matches Selector webkit Matches Selector ( selectors ) : boolean Returns boolean Readonly baseURI baseURI : string
Readonly child Nodes child Nodes : NodeListOf < ChildNode >
Readonly first Child first Child : ChildNode
Readonly is Connected is Connected : boolean
Readonly last Child last Child : ChildNode
Readonly next Sibling next Sibling : ChildNode
Readonly node Name node Name : string
Readonly node Type node Type : number
node Value node Value : string
Readonly parent Element parent Element : HTMLElement
Readonly parent Node parent Node : ParentNode
Readonly previous Sibling previous Sibling : ChildNode
text Content text Content : string
append Child append Child < T > ( node ) : T Returns T clone Node clone Node ( deep ? ) : Node Returns Node compare Document Position compare Document Position ( other ) : number Returns number contains contains ( other ) : boolean Returns boolean get Root Node get Root Node ( options ? ) : Node Parameters Optional options : GetRootNodeOptions Returns Node has Child Nodes has Child Nodes ( ) : boolean Returns boolean insert Before insert Before < T > ( node , child ) : T Returns T is Default Namespace is Default Namespace ( namespace ) : boolean Returns boolean is Equal Node is Equal Node ( otherNode ) : boolean Returns boolean is Same Node is Same Node ( otherNode ) : boolean Returns boolean lookup NamespaceURI lookup NamespaceURI ( prefix ) : string Returns string lookup Prefix lookup Prefix ( namespace ) : string Returns string normalize normalize ( ) : void Returns void remove Child remove Child < T > ( child ) : T Returns T replace Child replace Child < T > ( node , child ) : T Returns T Readonly ELEMENT_ NODE ELEMENT_ NODE : 1
Readonly ATTRIBUTE_ NODE ATTRIBUTE_ NODE : 2
Readonly TEXT_ NODE TEXT_ NODE : 3
Readonly CDATA_ SECTION_ NODE CDATA_ SECTION_ NODE : 4
Readonly ENTITY_ REFERENCE_ NODE ENTITY_ REFERENCE_ NODE : 5
Readonly ENTITY_ NODE ENTITY_ NODE : 6
Readonly PROCESSING_ INSTRUCTION_ NODE PROCESSING_ INSTRUCTION_ NODE : 7
Readonly COMMENT_ NODE COMMENT_ NODE : 8
Readonly DOCUMENT_ NODE DOCUMENT_ NODE : 9
Readonly DOCUMENT_ TYPE_ NODE DOCUMENT_ TYPE_ NODE : 10
Readonly DOCUMENT_ FRAGMENT_ NODE DOCUMENT_ FRAGMENT_ NODE : 11
Readonly NOTATION_ NODE NOTATION_ NODE : 12
Readonly DOCUMENT_ POSITION_ DISCONNECTED DOCUMENT_ POSITION_ DISCONNECTED : 1
Readonly DOCUMENT_ POSITION_ PRECEDING DOCUMENT_ POSITION_ PRECEDING : 2
Readonly DOCUMENT_ POSITION_ FOLLOWING DOCUMENT_ POSITION_ FOLLOWING : 4
Readonly DOCUMENT_ POSITION_ CONTAINS DOCUMENT_ POSITION_ CONTAINS : 8
Readonly DOCUMENT_ POSITION_ CONTAINED_ BY DOCUMENT_ POSITION_ CONTAINED_ BY : 16
Readonly DOCUMENT_ POSITION_ IMPLEMENTATION_ SPECIFIC DOCUMENT_ POSITION_ IMPLEMENTATION_ SPECIFIC : 32
dispatch Event dispatch Event ( event ) : boolean Returns boolean aria Atomic aria Atomic : string
aria Auto Complete aria Auto Complete : string
aria Checked aria Checked : string
aria Col Count aria Col Count : string
aria Col Index aria Col Index : string
aria Col Span aria Col Span : string
aria Current aria Current : string
aria Description aria Description : string
aria Disabled aria Disabled : string
aria Expanded aria Expanded : string
aria Has Popup aria Has Popup : string
aria Hidden aria Hidden : string
aria Invalid aria Invalid : string
aria Key Shortcuts aria Key Shortcuts : string
aria Label aria Label : string
aria Level aria Level : string
aria Modal aria Modal : string
aria Multi Line aria Multi Line : string
aria Multi Selectable aria Multi Selectable : string
aria Orientation aria Orientation : string
aria Placeholder aria Placeholder : string
aria Pos In Set aria Pos In Set : string
aria Pressed aria Pressed : string
aria Read Only aria Read Only : string
aria Required aria Required : string
aria Role Description aria Role Description : string
aria Row Count aria Row Count : string
aria Row Index aria Row Index : string
aria Row Span aria Row Span : string
aria Selected aria Selected : string
aria Set Size aria Set Size : string
aria Value Max aria Value Max : string
aria Value Min aria Value Min : string
aria Value Now aria Value Now : string
aria Value Text aria Value Text : string
animate animate ( keyframes , options ? ) : Animation Parameters keyframes : PropertyIndexedKeyframes | Keyframe [] Optional options : number | KeyframeAnimationOptions Returns Animation get Animations get Animations ( options ? ) : Animation [] Parameters Optional options : GetAnimationsOptions Returns Animation [] after after ( ... nodes ) : void Parameters Rest ... nodes : ( string | Node ) [] Returns void before before ( ... nodes ) : void Parameters Rest ... nodes : ( string | Node ) [] Returns void remove remove ( ) : void Returns void replace With replace With ( ... nodes ) : void Parameters Rest ... nodes : ( string | Node ) [] Returns void innerHTML innerHTML : string
Readonly next Element Sibling next Element Sibling : Element
Readonly previous Element Sibling previous Element Sibling : Element
Readonly child Element Count child Element Count : number
Readonly children children : HTMLCollection
Readonly first Element Child first Element Child : Element
Readonly last Element Child last Element Child : Element
append append ( ... nodes ) : void Parameters Rest ... nodes : ( string | Node ) [] Returns void prepend prepend ( ... nodes ) : void Parameters Rest ... nodes : ( string | Node ) [] Returns void query Selector query Selector < K > ( selectors ) : HTMLElementTagNameMap [ K ] Type Parameters K extends keyof HTMLElementTagNameMap Returns HTMLElementTagNameMap [ K ] query Selector < K > ( selectors ) : SVGElementTagNameMap [ K ] Type Parameters K extends keyof SVGElementTagNameMap Returns SVGElementTagNameMap [ K ] query Selector < K > ( selectors ) : MathMLElementTagNameMap [ K ] Type Parameters K extends keyof MathMLElementTagNameMap Returns MathMLElementTagNameMap [ K ] query Selector < K > ( selectors ) : HTMLElementDeprecatedTagNameMap [ K ] Type Parameters K extends keyof HTMLElementDeprecatedTagNameMap Returns HTMLElementDeprecatedTagNameMap [ K ] query Selector < E > ( selectors ) : E Type Parameters E extends Element = Element Returns E query Selector All query Selector All < K > ( selectors ) : NodeListOf < HTMLElementTagNameMap [ K ] > Type Parameters K extends keyof HTMLElementTagNameMap Returns NodeListOf < HTMLElementTagNameMap [ K ] > query Selector All < K > ( selectors ) : NodeListOf < SVGElementTagNameMap [ K ] > Type Parameters K extends keyof SVGElementTagNameMap Returns NodeListOf < SVGElementTagNameMap [ K ] > query Selector All < K > ( selectors ) : NodeListOf < MathMLElementTagNameMap [ K ] > Type Parameters K extends keyof MathMLElementTagNameMap Returns NodeListOf < MathMLElementTagNameMap [ K ] > query Selector All < K > ( selectors ) : NodeListOf < HTMLElementDeprecatedTagNameMap [ K ] > Type Parameters K extends keyof HTMLElementDeprecatedTagNameMap Returns NodeListOf < HTMLElementDeprecatedTagNameMap [ K ] > query Selector All < E > ( selectors ) : NodeListOf < E > Type Parameters E extends Element = Element Returns NodeListOf < E > replace Children replace Children ( ... nodes ) : void Parameters Rest ... nodes : ( string | Node ) [] Returns void Readonly assigned Slot assigned Slot : HTMLSlotElement
Readonly attribute Style Map attribute Style Map : StylePropertyMap
Readonly style style : CSSStyleDeclaration
content Editable content Editable : string
enter Key Hint enter Key Hint : string
input Mode input Mode : string
Readonly is Content Editable is Content Editable : boolean
onabort onabort : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : UIEvent Returns any onanimationcancel onanimationcancel : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : AnimationEvent Returns any onanimationend onanimationend : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : AnimationEvent Returns any onanimationiteration onanimationiteration : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : AnimationEvent Returns any onanimationstart onanimationstart : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : AnimationEvent Returns any onauxclick onauxclick : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : MouseEvent Returns any onbeforeinput onbeforeinput : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : InputEvent Returns any onbeforetoggle onbeforetoggle : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onblur onblur : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : FocusEvent Returns any oncancel oncancel : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any oncanplay oncanplay : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any oncanplaythrough oncanplaythrough : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onchange onchange : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onclick onclick : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : MouseEvent Returns any onclose onclose : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any oncontextmenu oncontextmenu : ( ( this , ev ) => any )
Type declaration Parameters this : GlobalEventHandlers ev : MouseEvent Returns any oncopy oncopy : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : ClipboardEvent Returns any oncuechange oncuechange : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any oncut oncut : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : ClipboardEvent Returns any ondblclick ondblclick : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : MouseEvent Returns any ondrag ondrag : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : DragEvent Returns any ondragend ondragend : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : DragEvent Returns any ondragenter ondragenter : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : DragEvent Returns any ondragleave ondragleave : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : DragEvent Returns any ondragover ondragover : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : DragEvent Returns any ondragstart ondragstart : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : DragEvent Returns any ondrop ondrop : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : DragEvent Returns any ondurationchange ondurationchange : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onemptied onemptied : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onended onended : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onerror onerror : OnErrorEventHandlerNonNull
onfocus onfocus : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : FocusEvent Returns any onformdata onformdata : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : FormDataEvent Returns any ongotpointercapture ongotpointercapture : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : PointerEvent Returns any oninput oninput : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any oninvalid oninvalid : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onkeydown onkeydown : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : KeyboardEvent Returns any onkeypress onkeypress : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : KeyboardEvent Returns any onkeyup onkeyup : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : KeyboardEvent Returns any onload onload : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onloadeddata onloadeddata : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onloadedmetadata onloadedmetadata : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onloadstart onloadstart : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onlostpointercapture onlostpointercapture : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : PointerEvent Returns any onmousedown onmousedown : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : MouseEvent Returns any onmouseenter onmouseenter : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : MouseEvent Returns any onmouseleave onmouseleave : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : MouseEvent Returns any onmousemove onmousemove : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : MouseEvent Returns any onmouseout onmouseout : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : MouseEvent Returns any onmouseover onmouseover : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : MouseEvent Returns any onmouseup onmouseup : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : MouseEvent Returns any onpaste onpaste : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : ClipboardEvent Returns any onpause onpause : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onplay onplay : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onplaying onplaying : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onpointercancel onpointercancel : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : PointerEvent Returns any onpointerdown onpointerdown : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : PointerEvent Returns any onpointerenter onpointerenter : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : PointerEvent Returns any onpointerleave onpointerleave : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : PointerEvent Returns any onpointermove onpointermove : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : PointerEvent Returns any onpointerout onpointerout : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : PointerEvent Returns any onpointerover onpointerover : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : PointerEvent Returns any onpointerup onpointerup : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : PointerEvent Returns any onprogress onprogress : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : ProgressEvent < EventTarget > Returns any onratechange onratechange : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onreset onreset : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onresize onresize : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : UIEvent Returns any onscroll onscroll : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onscrollend onscrollend : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onsecuritypolicyviolation onsecuritypolicyviolation : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : SecurityPolicyViolationEvent Returns any onseeked onseeked : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onseeking onseeking : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onselect onselect : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onselectionchange onselectionchange : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onselectstart onselectstart : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onslotchange onslotchange : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onstalled onstalled : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onsubmit onsubmit : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : SubmitEvent Returns any onsuspend onsuspend : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any ontimeupdate ontimeupdate : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any ontoggle ontoggle : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any Optional ontouchcancel ontouchcancel ?: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : TouchEvent Returns any Optional ontouchend ontouchend ?: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : TouchEvent Returns any Optional ontouchmove ontouchmove ?: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : TouchEvent Returns any Optional ontouchstart ontouchstart ?: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : TouchEvent Returns any ontransitioncancel ontransitioncancel : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : TransitionEvent Returns any ontransitionend ontransitionend : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : TransitionEvent Returns any ontransitionrun ontransitionrun : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : TransitionEvent Returns any ontransitionstart ontransitionstart : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : TransitionEvent Returns any onvolumechange onvolumechange : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onwaiting onwaiting : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onwebkitanimationend onwebkitanimationend : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onwebkitanimationiteration onwebkitanimationiteration : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onwebkitanimationstart onwebkitanimationstart : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onwebkittransitionend onwebkittransitionend : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : Event Returns any onwheel onwheel : ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this : GlobalEventHandlers ev : WheelEvent Returns any autofocus autofocus : boolean
Readonly dataset dataset : DOMStringMap
Optional nonce nonce ?: string
focus focus ( options ? ) : void Parameters Optional options : FocusOptions Returns void
A button that can be toggled on and off