NgElement
Implements the functionality needed for a custom element.
ngElementStrategy
NgElementStrategyThe strategy that controls how a component is transformed in a custom element.
ngElementEventsSubscription
anyA subscription to change, connect, and disconnect events in the custom element.
attributeChangedCallback
voidPrototype for a handler that responds to a change in an observed attribute.
stringThe name of the attribute that has changed.
string | nullThe previous value of the attribute.
stringThe new value of the attribute.
string | undefinedThe namespace in which the attribute is defined.
voidconnectedCallback
voidPrototype for a handler that responds to the insertion of the custom element in the DOM.
voiddisconnectedCallback
voidPrototype for a handler that responds to the deletion of the custom element from the DOM.
voidaccessKey
stringaccessKeyLabel
stringautocapitalize
stringdir
stringdraggable
booleaninert
booleaninnerText
stringlang
stringoffsetHeight
numberoffsetLeft
numberoffsetParent
Element | nulloffsetTop
numberoffsetWidth
numberouterText
stringpopover
string | nullspellcheck
booleantitle
stringtranslate
booleanwritingSuggestions
stringattachInternals
ElementInternalsElementInternalsclick
voidvoidhidePopover
voidvoidshowPopover
voidvoidtogglePopover
booleanaddEventListener
voidK(this: HTMLElement, ev: HTMLElementEventMap[K]) => anyboolean | AddEventListenerOptions | undefinedvoidaddEventListener
voidstringEventListenerOrEventListenerObjectboolean | AddEventListenerOptions | undefinedvoidremoveEventListener
voidK(this: HTMLElement, ev: HTMLElementEventMap[K]) => anyboolean | EventListenerOptions | undefinedvoidremoveEventListener
voidstringEventListenerOrEventListenerObjectboolean | EventListenerOptions | undefinedvoidattributes
NamedNodeMapclassList
DOMTokenListAllows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.
classList
DOMTokenListclassName
stringReturns the value of element's class content attribute. Can be set to change it.
clientHeight
numberclientLeft
numberclientTop
numberclientWidth
numbercurrentCSSZoom
numberid
stringReturns the value of element's id content attribute. Can be set to change it.
innerHTML
stringlocalName
stringReturns the local name.
namespaceURI
string | nullReturns the namespace.
onfullscreenchange
((this: Element, ev: Event) => any) | nullonfullscreenerror
((this: Element, ev: Event) => any) | nullouterHTML
stringownerDocument
Documentpart
DOMTokenListpart
DOMTokenListprefix
string | nullReturns the namespace prefix.
scrollHeight
numberscrollLeft
numberscrollTop
numberscrollWidth
numbershadowRoot
ShadowRoot | nullReturns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.
slot
stringReturns the value of element's slot content attribute. Can be set to change it.
tagName
stringReturns the HTML-uppercased qualified name.
attachShadow
ShadowRootCreates a shadow root for element and returns it.
ShadowRootInitShadowRootcheckVisibility
booleanclosest
HTMLElementTagNameMap[K] | nullReturns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
KHTMLElementTagNameMap[K] | nullclosest
SVGElementTagNameMap[K] | nullKSVGElementTagNameMap[K] | nullclosest
MathMLElementTagNameMap[K] | nullKMathMLElementTagNameMap[K] | nullclosest
E | nullstringE | nullcomputedStyleMap
StylePropertyMapReadOnlyStylePropertyMapReadOnlygetAttribute
string | nullReturns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.
stringstring | nullgetAttributeNS
string | nullReturns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.
string | nullstringstring | nullgetAttributeNames
string[]Returns the qualified names of all element's attributes. Can contain duplicates.
string[]getAttributeNode
Attr | nullgetAttributeNodeNS
Attr | nullgetBoundingClientRect
DOMRectDOMRectgetClientRects
DOMRectListDOMRectListgetElementsByClassName
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.
stringHTMLCollectionOf<Element>getElementsByTagName
HTMLCollectionOf<HTMLElementTagNameMap[K]>getElementsByTagName
HTMLCollectionOf<SVGElementTagNameMap[K]>KHTMLCollectionOf<SVGElementTagNameMap[K]>getElementsByTagName
HTMLCollectionOf<MathMLElementTagNameMap[K]>KHTMLCollectionOf<MathMLElementTagNameMap[K]>getElementsByTagName
HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>KHTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>getElementsByTagName
HTMLCollectionOf<Element>stringHTMLCollectionOf<Element>getElementsByTagNameNS
HTMLCollectionOf<HTMLElement>"http://www.w3.org/1999/xhtml"stringHTMLCollectionOf<HTMLElement>getElementsByTagNameNS
HTMLCollectionOf<SVGElement>"http://www.w3.org/2000/svg"stringHTMLCollectionOf<SVGElement>getElementsByTagNameNS
HTMLCollectionOf<MathMLElement>"http://www.w3.org/1998/Math/MathML"stringHTMLCollectionOf<MathMLElement>getElementsByTagNameNS
HTMLCollectionOf<Element>string | nullstringHTMLCollectionOf<Element>getHTML
stringhasAttribute
booleanReturns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.
stringbooleanhasAttributeNS
booleanReturns true if element has an attribute whose namespace is namespace and local name is localName.
string | nullstringbooleanhasAttributes
booleanReturns true if element has attributes, and false otherwise.
booleanhasPointerCapture
booleaninsertAdjacentElement
Element | nullinsertAdjacentHTML
voidinsertAdjacentText
voidmatches
booleanReturns true if matching selectors against element's root yields element, and false otherwise.
stringbooleanreleasePointerCapture
voidremoveAttribute
voidRemoves element's first attribute whose qualified name is qualifiedName.
stringvoidremoveAttributeNS
voidRemoves element's attribute whose namespace is namespace and local name is localName.
string | nullstringvoidremoveAttributeNode
AttrrequestFullscreen
Promise<void>Displays element fullscreen and resolves promise when done.
When supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to "show", navigation simplicity is preferred over screen space, and if set to "hide", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value "auto" indicates no application preference.
FullscreenOptions | undefinedPromise<void>requestPointerLock
Promise<void>scroll
voidscroll
voidnumbernumbervoidscrollBy
voidscrollBy
voidnumbernumbervoidscrollIntoView
voidscrollTo
voidscrollTo
voidnumbernumbervoidsetAttribute
voidSets the value of element's first attribute whose qualified name is qualifiedName to value.
stringstringvoidsetAttributeNS
voidSets the value of element's attribute whose namespace is namespace and local name is localName to value.
string | nullstringstringvoidsetAttributeNode
Attr | nullsetAttributeNodeNS
Attr | nullsetHTMLUnsafe
voidsetPointerCapture
voidtoggleAttribute
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.
Returns true if qualifiedName is now present, and false otherwise.
stringboolean | undefinedbooleanwebkitMatchesSelector
booleanstringbooleanbaseURI
stringReturns node's node document's document base URL.
childNodes
NodeListOf<ChildNode>Returns the children.
firstChild
ChildNode | nullReturns the first child.
isConnected
booleanReturns true if node is connected and false otherwise.
lastChild
ChildNode | nullReturns the last child.
nextSibling
ChildNode | nullReturns the next sibling.
nodeName
stringReturns a string appropriate for the type of node.
nodeType
numberReturns the type of node.
nodeValue
string | nullparentElement
HTMLElement | nullReturns the parent element.
parentNode
ParentNode | nullReturns the parent.
previousSibling
ChildNode | nullReturns the previous sibling.
textContent
string | nullappendChild
TcloneNode
NodeReturns a copy of node. If deep is true, the copy also includes the node's descendants.
boolean | undefinedNodecompareDocumentPosition
numberReturns a bitmask indicating the position of other relative to node.
Nodenumbercontains
booleanReturns true if other is an inclusive descendant of node, and false otherwise.
Node | nullbooleangetRootNode
NodehasChildNodes
booleanReturns whether node has children.
booleaninsertBefore
TisDefaultNamespace
booleanisEqualNode
booleanReturns whether node and otherNode have the same properties.
Node | nullbooleanisSameNode
booleanlookupNamespaceURI
string | nulllookupPrefix
string | nullnormalize
voidRemoves empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.
voidremoveChild
TreplaceChild
TELEMENT_NODE
1node is an element.
ATTRIBUTE_NODE
2TEXT_NODE
3node is a Text node.
CDATA_SECTION_NODE
4node is a CDATASection node.
ENTITY_REFERENCE_NODE
5ENTITY_NODE
6PROCESSING_INSTRUCTION_NODE
7node is a ProcessingInstruction node.
COMMENT_NODE
8node is a Comment node.
DOCUMENT_NODE
9node is a document.
DOCUMENT_TYPE_NODE
10node is a doctype.
DOCUMENT_FRAGMENT_NODE
11node is a DocumentFragment node.
NOTATION_NODE
12DOCUMENT_POSITION_DISCONNECTED
1Set when node and other are not in the same tree.
DOCUMENT_POSITION_PRECEDING
2Set when other is preceding node.
DOCUMENT_POSITION_FOLLOWING
4Set when other is following node.
DOCUMENT_POSITION_CONTAINS
8Set when other is an ancestor of node.
DOCUMENT_POSITION_CONTAINED_BY
16Set when other is a descendant of node.
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
32dispatchEvent
booleanDispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
EventbooleanremoveAllListeners
voidRemove all event listeners by name for this event target.
This method is optional because it may not be available if you use noop zone when
bootstrapping Angular application or disable the EventTarget monkey patch by zone.js.
If the eventName is provided, will remove event listeners of that name.
If the eventName is not provided, will remove all event listeners associated with
EventTarget.
string | undefinedthe name of the event, such as click. This parameter is optional.
voideventListeners
EventListenerOrEventListenerObject[]Retrieve all event listeners by name.
This method is optional because it may not be available if you use noop zone when
bootstrapping Angular application or disable the EventTarget monkey patch by zone.js.
If the eventName is provided, will return an array of event handlers or event listener
objects of the given event.
If the eventName is not provided, will return all listeners.
string | undefinedthe name of the event, such as click. This parameter is optional.
EventListenerOrEventListenerObject[]ariaAtomic
string | nullariaAutoComplete
string | nullariaBrailleLabel
string | nullariaBrailleRoleDescription
string | nullariaBusy
string | nullariaChecked
string | nullariaColCount
string | nullariaColIndex
string | nullariaColIndexText
string | nullariaColSpan
string | nullariaCurrent
string | nullariaDescription
string | nullariaDisabled
string | nullariaExpanded
string | nullariaHasPopup
string | nullariaHidden
string | nullariaInvalid
string | nullariaKeyShortcuts
string | nullariaLabel
string | nullariaLevel
string | nullariaLive
string | nullariaModal
string | nullariaMultiLine
string | nullariaMultiSelectable
string | nullariaOrientation
string | nullariaPlaceholder
string | nullariaPosInSet
string | nullariaPressed
string | nullariaReadOnly
string | nullariaRelevant
string | nullariaRequired
string | nullariaRoleDescription
string | nullariaRowCount
string | nullariaRowIndex
string | nullariaRowIndexText
string | nullariaRowSpan
string | nullariaSelected
string | nullariaSetSize
string | nullariaSort
string | nullariaValueMax
string | nullariaValueMin
string | nullariaValueNow
string | nullariaValueText
string | nullrole
string | nullanimate
AnimationKeyframe[] | PropertyIndexedKeyframes | nullnumber | KeyframeAnimationOptions | undefinedAnimationgetAnimations
Animation[]after
voidInserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
(string | Node)[]voidbefore
voidInserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
(string | Node)[]voidremove
voidRemoves node.
voidreplaceWith
voidReplaces node with nodes, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
(string | Node)[]voidnextElementSibling
Element | nullReturns the first following sibling that is an element, and null otherwise.
previousElementSibling
Element | nullReturns the first preceding sibling that is an element, and null otherwise.
childElementCount
numberchildren
HTMLCollectionReturns the child elements.
firstElementChild
Element | nullReturns the first child that is an element, and null otherwise.
lastElementChild
Element | nullReturns the last child that is an element, and null otherwise.
append
voidInserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
(string | Node)[]voidprepend
voidInserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
(string | Node)[]voidquerySelector
HTMLElementTagNameMap[K] | nullReturns the first element that is a descendant of node that matches selectors.
KHTMLElementTagNameMap[K] | nullquerySelector
SVGElementTagNameMap[K] | nullKSVGElementTagNameMap[K] | nullquerySelector
MathMLElementTagNameMap[K] | nullKMathMLElementTagNameMap[K] | nullquerySelector
HTMLElementDeprecatedTagNameMap[K] | nullKHTMLElementDeprecatedTagNameMap[K] | nullquerySelector
E | nullstringE | nullquerySelectorAll
NodeListOf<HTMLElementTagNameMap[K]>Returns all element descendants of node that match selectors.
KNodeListOf<HTMLElementTagNameMap[K]>querySelectorAll
NodeListOf<SVGElementTagNameMap[K]>KNodeListOf<SVGElementTagNameMap[K]>querySelectorAll
NodeListOf<MathMLElementTagNameMap[K]>KNodeListOf<MathMLElementTagNameMap[K]>querySelectorAll
NodeListOf<HTMLElementDeprecatedTagNameMap[K]>KNodeListOf<HTMLElementDeprecatedTagNameMap[K]>querySelectorAll
NodeListOf<E>stringNodeListOf<E>replaceChildren
voidReplace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
(string | Node)[]voidassignedSlot
HTMLSlotElement | nullattributeStyleMap
StylePropertyMapstyle
CSSStyleDeclarationstyle
CSSStyleDeclarationcontentEditable
stringenterKeyHint
stringinputMode
stringisContentEditable
booleanonabort
((this: GlobalEventHandlers, ev: UIEvent) => any) | nullFires when the user aborts the download.
onanimationcancel
((this: GlobalEventHandlers, ev: AnimationEvent) => any) | nullonanimationend
((this: GlobalEventHandlers, ev: AnimationEvent) => any) | nullonanimationiteration
((this: GlobalEventHandlers, ev: AnimationEvent) => any) | nullonanimationstart
((this: GlobalEventHandlers, ev: AnimationEvent) => any) | nullonauxclick
((this: GlobalEventHandlers, ev: MouseEvent) => any) | nullonbeforeinput
((this: GlobalEventHandlers, ev: InputEvent) => any) | nullonbeforetoggle
((this: GlobalEventHandlers, ev: Event) => any) | nullonblur
((this: GlobalEventHandlers, ev: FocusEvent) => any) | nullFires when the object loses the input focus.
oncancel
((this: GlobalEventHandlers, ev: Event) => any) | nulloncanplay
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when playback is possible, but would require further buffering.
oncanplaythrough
((this: GlobalEventHandlers, ev: Event) => any) | nullonchange
((this: GlobalEventHandlers, ev: Event) => any) | nullFires when the contents of the object or selection have changed.
onclick
((this: GlobalEventHandlers, ev: MouseEvent) => any) | nullFires when the user clicks the left mouse button on the object
onclose
((this: GlobalEventHandlers, ev: Event) => any) | nulloncontextlost
((this: GlobalEventHandlers, ev: Event) => any) | nulloncontextrestored
((this: GlobalEventHandlers, ev: Event) => any) | nulloncopy
((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | nulloncuechange
((this: GlobalEventHandlers, ev: Event) => any) | nulloncut
((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | nullondblclick
((this: GlobalEventHandlers, ev: MouseEvent) => any) | nullFires when the user double-clicks the object.
ondrag
((this: GlobalEventHandlers, ev: DragEvent) => any) | nullFires on the source object continuously during a drag operation.
ondragend
((this: GlobalEventHandlers, ev: DragEvent) => any) | nullFires on the source object when the user releases the mouse at the close of a drag operation.
ondragenter
((this: GlobalEventHandlers, ev: DragEvent) => any) | nullFires on the target element when the user drags the object to a valid drop target.
ondragleave
((this: GlobalEventHandlers, ev: DragEvent) => any) | nullFires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
ondragover
((this: GlobalEventHandlers, ev: DragEvent) => any) | nullFires on the target element continuously while the user drags the object over a valid drop target.
ondragstart
((this: GlobalEventHandlers, ev: DragEvent) => any) | nullFires on the source object when the user starts to drag a text selection or selected object.
ondrop
((this: GlobalEventHandlers, ev: DragEvent) => any) | nullondurationchange
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when the duration attribute is updated.
onemptied
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when the media element is reset to its initial state.
onended
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when the end of playback is reached.
onerror
OnErrorEventHandlerFires when an error occurs during object loading.
onfocus
((this: GlobalEventHandlers, ev: FocusEvent) => any) | nullFires when the object receives focus.
onformdata
((this: GlobalEventHandlers, ev: FormDataEvent) => any) | nullongotpointercapture
((this: GlobalEventHandlers, ev: PointerEvent) => any) | nulloninput
((this: GlobalEventHandlers, ev: Event) => any) | nulloninvalid
((this: GlobalEventHandlers, ev: Event) => any) | nullonkeydown
((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | nullFires when the user presses a key.
onkeypress
((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | nullFires when the user presses an alphanumeric key.
onkeyup
((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | nullFires when the user releases a key.
onload
((this: GlobalEventHandlers, ev: Event) => any) | nullFires immediately after the browser loads the object.
onloadeddata
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when media data is loaded at the current playback position.
onloadedmetadata
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when the duration and dimensions of the media have been determined.
onloadstart
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when Internet Explorer begins looking for media data.
onlostpointercapture
((this: GlobalEventHandlers, ev: PointerEvent) => any) | nullonmousedown
((this: GlobalEventHandlers, ev: MouseEvent) => any) | nullFires when the user clicks the object with either mouse button.
onmouseenter
((this: GlobalEventHandlers, ev: MouseEvent) => any) | nullonmouseleave
((this: GlobalEventHandlers, ev: MouseEvent) => any) | nullonmousemove
((this: GlobalEventHandlers, ev: MouseEvent) => any) | nullFires when the user moves the mouse over the object.
onmouseout
((this: GlobalEventHandlers, ev: MouseEvent) => any) | nullFires when the user moves the mouse pointer outside the boundaries of the object.
onmouseover
((this: GlobalEventHandlers, ev: MouseEvent) => any) | nullFires when the user moves the mouse pointer into the object.
onmouseup
((this: GlobalEventHandlers, ev: MouseEvent) => any) | nullFires when the user releases a mouse button while the mouse is over the object.
onpaste
((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | nullonpause
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when playback is paused.
onplay
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when the play method is requested.
onplaying
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when the audio or video has started playing.
onpointercancel
((this: GlobalEventHandlers, ev: PointerEvent) => any) | nullonpointerdown
((this: GlobalEventHandlers, ev: PointerEvent) => any) | nullonpointerenter
((this: GlobalEventHandlers, ev: PointerEvent) => any) | nullonpointerleave
((this: GlobalEventHandlers, ev: PointerEvent) => any) | nullonpointermove
((this: GlobalEventHandlers, ev: PointerEvent) => any) | nullonpointerout
((this: GlobalEventHandlers, ev: PointerEvent) => any) | nullonpointerover
((this: GlobalEventHandlers, ev: PointerEvent) => any) | nullonpointerup
((this: GlobalEventHandlers, ev: PointerEvent) => any) | nullonprogress
((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | nullOccurs to indicate progress while downloading media data.
onratechange
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when the playback rate is increased or decreased.
onreset
((this: GlobalEventHandlers, ev: Event) => any) | nullFires when the user resets a form.
onresize
((this: GlobalEventHandlers, ev: UIEvent) => any) | nullonscroll
((this: GlobalEventHandlers, ev: Event) => any) | nullFires when the user repositions the scroll box in the scroll bar on the object.
onscrollend
((this: GlobalEventHandlers, ev: Event) => any) | nullonsecuritypolicyviolation
((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | nullonseeked
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when the seek operation ends.
onseeking
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when the current playback position is moved.
onselect
((this: GlobalEventHandlers, ev: Event) => any) | nullFires when the current selection changes.
onselectionchange
((this: GlobalEventHandlers, ev: Event) => any) | nullonselectstart
((this: GlobalEventHandlers, ev: Event) => any) | nullonslotchange
((this: GlobalEventHandlers, ev: Event) => any) | nullonstalled
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when the download has stopped.
onsubmit
((this: GlobalEventHandlers, ev: SubmitEvent) => any) | nullonsuspend
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs if the load operation has been intentionally halted.
ontimeupdate
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs to indicate the current playback position.
ontoggle
((this: GlobalEventHandlers, ev: Event) => any) | nullontouchcancel
((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefinedontouchend
((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefinedontouchmove
((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefinedontouchstart
((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefinedontransitioncancel
((this: GlobalEventHandlers, ev: TransitionEvent) => any) | nullontransitionend
((this: GlobalEventHandlers, ev: TransitionEvent) => any) | nullontransitionrun
((this: GlobalEventHandlers, ev: TransitionEvent) => any) | nullontransitionstart
((this: GlobalEventHandlers, ev: TransitionEvent) => any) | nullonvolumechange
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when the volume is changed, or playback is muted or unmuted.
onwaiting
((this: GlobalEventHandlers, ev: Event) => any) | nullOccurs when playback stops because the next frame of a video resource is not available.
onwebkitanimationend
((this: GlobalEventHandlers, ev: Event) => any) | nullonwebkitanimationiteration
((this: GlobalEventHandlers, ev: Event) => any) | nullonwebkitanimationstart
((this: GlobalEventHandlers, ev: Event) => any) | nullonwebkittransitionend
((this: GlobalEventHandlers, ev: Event) => any) | nullonwheel
((this: GlobalEventHandlers, ev: WheelEvent) => any) | nullautofocus
booleandataset
DOMStringMapnonce
string | undefinedtabIndex
numberblur
voidvoidfocus
void