Properties
Readonly
ATTRIBUTE_NODE
ATTRIBUTE_NODE : number
Readonly
CDATA_SECTION_NODE
CDATA_SECTION_NODE : number
Readonly
COMMENT_NODE
COMMENT_NODE : number
Readonly
DOCUMENT_FRAGMENT_NODE
DOCUMENT_FRAGMENT_NODE : number
Readonly
DOCUMENT_NODE
DOCUMENT_NODE : number
Readonly
DOCUMENT_POSITION_CONTAINED_BY
DOCUMENT_POSITION_CONTAINED_BY : number
Readonly
DOCUMENT_POSITION_CONTAINS
DOCUMENT_POSITION_CONTAINS : number
Readonly
DOCUMENT_POSITION_DISCONNECTED
DOCUMENT_POSITION_DISCONNECTED : number
Readonly
DOCUMENT_POSITION_FOLLOWING
DOCUMENT_POSITION_FOLLOWING : number
Readonly
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC : number
Readonly
DOCUMENT_POSITION_PRECEDING
DOCUMENT_POSITION_PRECEDING : number
Readonly
DOCUMENT_TYPE_NODE
DOCUMENT_TYPE_NODE : number
Readonly
ELEMENT_NODE
ELEMENT_NODE : number
Readonly
ENTITY_NODE
ENTITY_NODE : number
Readonly
ENTITY_REFERENCE_NODE
ENTITY_REFERENCE_NODE : number
Readonly
NOTATION_NODE
NOTATION_NODE : number
Readonly
PROCESSING_INSTRUCTION_NODE
PROCESSING_INSTRUCTION_NODE : number
Readonly
TEXT_NODE
TEXT_NODE : number
accessKey
accessKey : string
Readonly
accessKeyLabel
accessKeyLabel : string
ariaAtomic
ariaAtomic : null | string
ariaAutoComplete
ariaAutoComplete : null | string
ariaBusy
ariaBusy : null | string
ariaChecked
ariaChecked : null | string
ariaColCount
ariaColCount : null | string
ariaColIndex
ariaColIndex : null | string
ariaColIndexText
ariaColIndexText : null | string
ariaColSpan
ariaColSpan : null | string
ariaCurrent
ariaCurrent : null | string
ariaDisabled
ariaDisabled : null | string
ariaExpanded
ariaExpanded : null | string
ariaHasPopup
ariaHasPopup : null | string
ariaHidden
ariaHidden : null | string
ariaInvalid
ariaInvalid : null | string
ariaKeyShortcuts
ariaKeyShortcuts : null | string
ariaLabel
ariaLabel : null | string
ariaLevel
ariaLevel : null | string
ariaLive
ariaLive : null | string
ariaModal
ariaModal : null | string
ariaMultiLine
ariaMultiLine : null | string
ariaMultiSelectable
ariaMultiSelectable : null | string
ariaOrientation
ariaOrientation : null | string
ariaPlaceholder
ariaPlaceholder : null | string
ariaPosInSet
ariaPosInSet : null | string
ariaPressed
ariaPressed : null | string
ariaReadOnly
ariaReadOnly : null | string
ariaRequired
ariaRequired : null | string
ariaRoleDescription
ariaRoleDescription : null | string
ariaRowCount
ariaRowCount : null | string
ariaRowIndex
ariaRowIndex : null | string
ariaRowIndexText
ariaRowIndexText : null | string
ariaRowSpan
ariaRowSpan : null | string
ariaSelected
ariaSelected : null | string
ariaSetSize
ariaSetSize : null | string
ariaSort
ariaSort : null | string
ariaValueMax
ariaValueMax : null | string
ariaValueMin
ariaValueMin : null | string
ariaValueNow
ariaValueNow : null | string
ariaValueText
ariaValueText : null | string
Readonly
assignedSlot
assignedSlot : null | HTMLSlotElement
Readonly
attributes
attributes : NamedNodeMap
autocapitalize
autocapitalize : string
autofocus
autofocus : boolean
Readonly
baseURI
baseURI : string
Readonly
childElementCount
childElementCount : number
Readonly
childNodes
childNodes : NodeListOf < ChildNode >
Readonly
children
children : HTMLCollection
Readonly
classList
classList : DOMTokenList
className
className : string
Readonly
clientHeight
clientHeight : number
Readonly
clientLeft
clientLeft : number
Readonly
clientTop
clientTop : number
Readonly
clientWidth
clientWidth : number
contentEditable
contentEditable : string
Readonly
dataset
dataset : DOMStringMap
draggable
draggable : boolean
enterKeyHint
enterKeyHint : string
Readonly
firstChild
firstChild : null | ChildNode
Readonly
firstElementChild
firstElementChild : null | Element
innerHTML
innerHTML : string
innerText
innerText : string
inputMode
inputMode : string
Readonly
isConnected
isConnected : boolean
Readonly
isContentEditable
isContentEditable : boolean
Readonly
lastChild
lastChild : null | ChildNode
Readonly
lastElementChild
lastElementChild : null | Element
Readonly
localName
localName : string
Readonly
namespaceURI
namespaceURI : null | string
Readonly
nextElementSibling
nextElementSibling : null | Element
Readonly
nextSibling
nextSibling : null | ChildNode
Readonly
nodeName
nodeName : string
Readonly
nodeType
nodeType : number
nodeValue
nodeValue : null | string
Optional
nonce
nonce ?: string
Readonly
offsetHeight
offsetHeight : number
Readonly
offsetLeft
offsetLeft : number
Readonly
offsetParent
offsetParent : null | Element
Readonly
offsetTop
offsetTop : number
Readonly
offsetWidth
offsetWidth : number
onabort
onabort : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : UIEvent
Returns any
onanimationcancel
onanimationcancel : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onanimationend
onanimationend : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onanimationiteration
onanimationiteration : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onanimationstart
onanimationstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onauxclick
onauxclick : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onbeforeinput
onbeforeinput : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : InputEvent
Returns any
onblur
onblur : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : FocusEvent
Returns any
oncancel
oncancel : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncanplay
oncanplay : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncanplaythrough
oncanplaythrough : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onchange
onchange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onclick
onclick : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onclose
onclose : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncontextmenu
oncontextmenu : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
oncopy
oncopy : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : DocumentAndElementEventHandlers
ev : ClipboardEvent
Returns any
oncuechange
oncuechange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncut
oncut : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : DocumentAndElementEventHandlers
ev : ClipboardEvent
Returns any
ondblclick
ondblclick : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
ondrag
ondrag : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragend
ondragend : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragenter
ondragenter : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragleave
ondragleave : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragover
ondragover : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragstart
ondragstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondrop
ondrop : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondurationchange
ondurationchange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onemptied
onemptied : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onended
onended : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onerror
onerror : OnErrorEventHandler
onfocus
onfocus : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : FocusEvent
Returns any
onformdata
onformdata : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : FormDataEvent
Returns any
onfullscreenchange
onfullscreenchange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Returns any
onfullscreenerror
onfullscreenerror : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Returns any
ongotpointercapture
ongotpointercapture : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
oninput
oninput : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oninvalid
oninvalid : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onkeydown
onkeydown : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : KeyboardEvent
Returns any
onkeypress
onkeypress : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : KeyboardEvent
Returns any
onkeyup
onkeyup : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : KeyboardEvent
Returns any
onload
onload : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onloadeddata
onloadeddata : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onloadedmetadata
onloadedmetadata : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onloadstart
onloadstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onlostpointercapture
onlostpointercapture : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onmousedown
onmousedown : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseenter
onmouseenter : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseleave
onmouseleave : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmousemove
onmousemove : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseout
onmouseout : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseover
onmouseover : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseup
onmouseup : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onpaste
onpaste : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : DocumentAndElementEventHandlers
ev : ClipboardEvent
Returns any
onpause
onpause : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onplay
onplay : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onplaying
onplaying : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onpointercancel
onpointercancel : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerdown
onpointerdown : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerenter
onpointerenter : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerleave
onpointerleave : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointermove
onpointermove : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerout
onpointerout : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerover
onpointerover : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerup
onpointerup : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onprogress
onprogress : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ProgressEvent < EventTarget >
Returns any
onratechange
onratechange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onreset
onreset : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onresize
onresize : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : UIEvent
Returns any
onscroll
onscroll : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onsecuritypolicyviolation
onsecuritypolicyviolation : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : SecurityPolicyViolationEvent
Returns any
onseeked
onseeked : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onseeking
onseeking : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onselect
onselect : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onselectionchange
onselectionchange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onselectstart
onselectstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onslotchange
onslotchange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onstalled
onstalled : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onsubmit
onsubmit : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : SubmitEvent
Returns any
onsuspend
onsuspend : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
ontimeupdate
ontimeupdate : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
ontoggle
ontoggle : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
Optional
ontouchcancel
ontouchcancel ?: null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
Optional
ontouchend
ontouchend ?: null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
Optional
ontouchmove
ontouchmove ?: null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
Optional
ontouchstart
ontouchstart ?: null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
ontransitioncancel
ontransitioncancel : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
ontransitionend
ontransitionend : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
ontransitionrun
ontransitionrun : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
ontransitionstart
ontransitionstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
onvolumechange
onvolumechange : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwaiting
onwaiting : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkitanimationend
onwebkitanimationend : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkitanimationiteration
onwebkitanimationiteration : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkitanimationstart
onwebkitanimationstart : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkittransitionend
onwebkittransitionend : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwheel
onwheel : null | ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : WheelEvent
Returns any
outerHTML
outerHTML : string
outerText
outerText : string
Readonly
ownerDocument
ownerDocument : Document
Readonly
parentElement
parentElement : null | HTMLElement
Readonly
parentNode
parentNode : null | ParentNode
Readonly
part
part : DOMTokenList
Readonly
prefix
prefix : null | string
Readonly
previousElementSibling
previousElementSibling : null | Element
Readonly
previousSibling
previousSibling : null | ChildNode
Readonly
scrollHeight
scrollHeight : number
scrollLeft
scrollLeft : number
scrollTop
scrollTop : number
Readonly
scrollWidth
scrollWidth : number
Readonly
shadowRoot
shadowRoot : null | ShadowRoot
spellcheck
spellcheck : boolean
Readonly
style
style : CSSStyleDeclaration
tabIndex
tabIndex : number
Readonly
tagName
tagName : string
textContent
textContent : null | string
translate
translate : boolean
It's not possible to make a