Kui API Documentation - v11.0.0 / @kui-shell/core / Tab
@kui-shell/core.Tab
-
HTMLDivElement
↳
Tab
- ATTRIBUTE_NODE
- CDATA_SECTION_NODE
- COMMENT_NODE
- DOCUMENT_FRAGMENT_NODE
- DOCUMENT_NODE
- DOCUMENT_POSITION_CONTAINED_BY
- DOCUMENT_POSITION_CONTAINS
- DOCUMENT_POSITION_DISCONNECTED
- DOCUMENT_POSITION_FOLLOWING
- DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
- DOCUMENT_POSITION_PRECEDING
- DOCUMENT_TYPE_NODE
- ELEMENT_NODE
- ENTITY_NODE
- ENTITY_REFERENCE_NODE
- NOTATION_NODE
- PROCESSING_INSTRUCTION_NODE
- REPL
- TEXT_NODE
- _kui_session
- accessKey
- accessKeyLabel
- align
- ariaAtomic
- ariaAutoComplete
- ariaBusy
- ariaChecked
- ariaColCount
- ariaColIndex
- ariaColSpan
- ariaCurrent
- ariaDisabled
- ariaExpanded
- ariaHasPopup
- ariaHidden
- ariaKeyShortcuts
- ariaLabel
- ariaLevel
- ariaLive
- ariaModal
- ariaMultiLine
- ariaMultiSelectable
- ariaOrientation
- ariaPlaceholder
- ariaPosInSet
- ariaPressed
- ariaReadOnly
- ariaRequired
- ariaRoleDescription
- ariaRowCount
- ariaRowIndex
- ariaRowSpan
- ariaSelected
- ariaSetSize
- ariaSort
- ariaValueMax
- ariaValueMin
- ariaValueNow
- ariaValueText
- assignedSlot
- attributes
- autocapitalize
- autofocus
- baseURI
- childElementCount
- childNodes
- children
- classList
- className
- clientHeight
- clientLeft
- clientTop
- clientWidth
- contentEditable
- dataset
- dir
- draggable
- enterKeyHint
- firstChild
- firstElementChild
- hidden
- id
- innerHTML
- innerText
- inputMode
- isConnected
- isContentEditable
- lang
- lastChild
- lastElementChild
- localName
- namespaceURI
- nextElementSibling
- nextSibling
- nodeName
- nodeType
- nodeValue
- nonce
- offsetHeight
- offsetLeft
- offsetParent
- offsetTop
- offsetWidth
- onabort
- onanimationcancel
- onanimationend
- onanimationiteration
- onanimationstart
- onauxclick
- onblur
- oncanplay
- oncanplaythrough
- onchange
- onclick
- onclose
- oncontextmenu
- oncopy
- oncuechange
- oncut
- ondblclick
- ondrag
- ondragend
- ondragenter
- ondragleave
- ondragover
- ondragstart
- ondrop
- ondurationchange
- onemptied
- onended
- onerror
- onfocus
- onformdata
- onfullscreenchange
- onfullscreenerror
- ongotpointercapture
- oninput
- oninvalid
- onkeydown
- onkeypress
- onkeyup
- onload
- onloadeddata
- onloadedmetadata
- onloadstart
- onlostpointercapture
- onmousedown
- onmouseenter
- onmouseleave
- onmousemove
- onmouseout
- onmouseover
- onmouseup
- onpaste
- onpause
- onplay
- onplaying
- onpointercancel
- onpointerdown
- onpointerenter
- onpointerleave
- onpointermove
- onpointerout
- onpointerover
- onpointerup
- onprogress
- onratechange
- onreset
- onresize
- onscroll
- onseeked
- onseeking
- onselect
- onselectionchange
- onselectstart
- onstalled
- onsubmit
- onsuspend
- ontimeupdate
- ontoggle
- ontouchcancel
- ontouchend
- ontouchmove
- ontouchstart
- ontransitioncancel
- ontransitionend
- ontransitionrun
- ontransitionstart
- onvolumechange
- onwaiting
- onwebkitanimationend
- onwebkitanimationiteration
- onwebkitanimationstart
- onwebkittransitionend
- onwheel
- outerHTML
- outerText
- ownerDocument
- parentElement
- parentNode
- part
- prefix
- previousElementSibling
- previousSibling
- queueListener
- scrollHeight
- scrollLeft
- scrollTop
- scrollWidth
- shadowRoot
- slot
- spellcheck
- state
- style
- tabIndex
- tagName
- textContent
- title
- translate
- uuid
- addClass
- addEventListener
- after
- animate
- append
- appendChild
- attachInternals
- attachShadow
- before
- blur
- click
- cloneNode
- closest
- compareDocumentPosition
- contains
- dispatchEvent
- focus
- getAnimations
- getAttribute
- getAttributeNS
- getAttributeNames
- getAttributeNode
- getAttributeNodeNS
- getBoundingClientRect
- getClientRects
- getElementsByClassName
- getElementsByTagName
- getElementsByTagNameNS
- getRootNode
- getSize
- hasAttribute
- hasAttributeNS
- hasAttributes
- hasChildNodes
- hasPointerCapture
- hasSideBySideTerminals
- insertAdjacentElement
- insertAdjacentHTML
- insertAdjacentText
- insertBefore
- isDefaultNamespace
- isEqualNode
- isSameNode
- lookupNamespaceURI
- lookupPrefix
- matches
- normalize
- offActivate
- onActivate
- prepend
- querySelector
- querySelectorAll
- releasePointerCapture
- remove
- removeAttribute
- removeAttributeNS
- removeAttributeNode
- removeChild
- removeClass
- removeEventListener
- replaceChild
- replaceChildren
- replaceWith
- requestFullscreen
- requestPointerLock
- scroll
- scrollBy
- scrollIntoView
- scrollTo
- scrollToBottom
- scrollToTop
- setAttribute
- setAttributeNS
- setAttributeNode
- setAttributeNodeNS
- setPointerCapture
- setTitle
- show
- splitCount
- toggleAttribute
- webkitMatchesSelector
• Readonly
ATTRIBUTE_NODE: number
HTMLDivElement.ATTRIBUTE_NODE
node_modules/typescript/lib/lib.dom.d.ts:9696
• Readonly
CDATA_SECTION_NODE: number
node is a CDATASection node.
HTMLDivElement.CDATA_SECTION_NODE
node_modules/typescript/lib/lib.dom.d.ts:9698
• Readonly
COMMENT_NODE: number
node is a Comment node.
HTMLDivElement.COMMENT_NODE
node_modules/typescript/lib/lib.dom.d.ts:9700
• Readonly
DOCUMENT_FRAGMENT_NODE: number
node is a DocumentFragment node.
HTMLDivElement.DOCUMENT_FRAGMENT_NODE
node_modules/typescript/lib/lib.dom.d.ts:9702
• Readonly
DOCUMENT_NODE: number
node is a document.
HTMLDivElement.DOCUMENT_NODE
node_modules/typescript/lib/lib.dom.d.ts:9704
• Readonly
DOCUMENT_POSITION_CONTAINED_BY: number
Set when other is a descendant of node.
HTMLDivElement.DOCUMENT_POSITION_CONTAINED_BY
node_modules/typescript/lib/lib.dom.d.ts:9706
• Readonly
DOCUMENT_POSITION_CONTAINS: number
Set when other is an ancestor of node.
HTMLDivElement.DOCUMENT_POSITION_CONTAINS
node_modules/typescript/lib/lib.dom.d.ts:9708
• Readonly
DOCUMENT_POSITION_DISCONNECTED: number
Set when node and other are not in the same tree.
HTMLDivElement.DOCUMENT_POSITION_DISCONNECTED
node_modules/typescript/lib/lib.dom.d.ts:9710
• Readonly
DOCUMENT_POSITION_FOLLOWING: number
Set when other is following node.
HTMLDivElement.DOCUMENT_POSITION_FOLLOWING
node_modules/typescript/lib/lib.dom.d.ts:9712
• Readonly
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number
HTMLDivElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
node_modules/typescript/lib/lib.dom.d.ts:9713
• Readonly
DOCUMENT_POSITION_PRECEDING: number
Set when other is preceding node.
HTMLDivElement.DOCUMENT_POSITION_PRECEDING
node_modules/typescript/lib/lib.dom.d.ts:9715
• Readonly
DOCUMENT_TYPE_NODE: number
node is a doctype.
HTMLDivElement.DOCUMENT_TYPE_NODE
node_modules/typescript/lib/lib.dom.d.ts:9717
• Readonly
ELEMENT_NODE: number
node is an element.
HTMLDivElement.ELEMENT_NODE
node_modules/typescript/lib/lib.dom.d.ts:9719
• Readonly
ENTITY_NODE: number
HTMLDivElement.ENTITY_NODE
node_modules/typescript/lib/lib.dom.d.ts:9720
• Readonly
ENTITY_REFERENCE_NODE: number
HTMLDivElement.ENTITY_REFERENCE_NODE
node_modules/typescript/lib/lib.dom.d.ts:9721
• Readonly
NOTATION_NODE: number
HTMLDivElement.NOTATION_NODE
node_modules/typescript/lib/lib.dom.d.ts:9722
• Readonly
PROCESSING_INSTRUCTION_NODE: number
node is a ProcessingInstruction node.
HTMLDivElement.PROCESSING_INSTRUCTION_NODE
node_modules/typescript/lib/lib.dom.d.ts:9724
• REPL: REPL
packages/core/src/webapp/tab.ts:24
• Readonly
TEXT_NODE: number
node is a Text node.
HTMLDivElement.TEXT_NODE
node_modules/typescript/lib/lib.dom.d.ts:9726
• _kui_session: Promise
<any
>
packages/core/src/webapp/tab.ts:27
• accessKey: string
HTMLDivElement.accessKey
node_modules/typescript/lib/lib.dom.d.ts:6133
• Readonly
accessKeyLabel: string
HTMLDivElement.accessKeyLabel
node_modules/typescript/lib/lib.dom.d.ts:6134
• align: string
Sets or retrieves how the object is aligned with adjacent text.
deprecated
HTMLDivElement.align
node_modules/typescript/lib/lib.dom.d.ts:6102
• ariaAtomic: string
HTMLDivElement.ariaAtomic
node_modules/typescript/lib/lib.dom.d.ts:1827
• ariaAutoComplete: string
HTMLDivElement.ariaAutoComplete
node_modules/typescript/lib/lib.dom.d.ts:1828
• ariaBusy: string
HTMLDivElement.ariaBusy
node_modules/typescript/lib/lib.dom.d.ts:1829
• ariaChecked: string
HTMLDivElement.ariaChecked
node_modules/typescript/lib/lib.dom.d.ts:1830
• ariaColCount: string
HTMLDivElement.ariaColCount
node_modules/typescript/lib/lib.dom.d.ts:1831
• ariaColIndex: string
HTMLDivElement.ariaColIndex
node_modules/typescript/lib/lib.dom.d.ts:1832
• ariaColSpan: string
HTMLDivElement.ariaColSpan
node_modules/typescript/lib/lib.dom.d.ts:1833
• ariaCurrent: string
HTMLDivElement.ariaCurrent
node_modules/typescript/lib/lib.dom.d.ts:1834
• ariaDisabled: string
HTMLDivElement.ariaDisabled
node_modules/typescript/lib/lib.dom.d.ts:1835
• ariaExpanded: string
HTMLDivElement.ariaExpanded
node_modules/typescript/lib/lib.dom.d.ts:1836
• ariaHasPopup: string
HTMLDivElement.ariaHasPopup
node_modules/typescript/lib/lib.dom.d.ts:1837
ariaHidden
• ariaHidden: string
HTMLDivElement.ariaHidden
node_modules/typescript/lib/lib.dom.d.ts:1838
• ariaKeyShortcuts: string
HTMLDivElement.ariaKeyShortcuts
node_modules/typescript/lib/lib.dom.d.ts:1839
• ariaLabel: string
HTMLDivElement.ariaLabel
node_modules/typescript/lib/lib.dom.d.ts:1840
• ariaLevel: string
HTMLDivElement.ariaLevel
node_modules/typescript/lib/lib.dom.d.ts:1841
• ariaLive: string
HTMLDivElement.ariaLive
node_modules/typescript/lib/lib.dom.d.ts:1842
• ariaModal: string
HTMLDivElement.ariaModal
node_modules/typescript/lib/lib.dom.d.ts:1843
• ariaMultiLine: string
HTMLDivElement.ariaMultiLine
node_modules/typescript/lib/lib.dom.d.ts:1844
• ariaMultiSelectable: string
HTMLDivElement.ariaMultiSelectable
node_modules/typescript/lib/lib.dom.d.ts:1845
• ariaOrientation: string
HTMLDivElement.ariaOrientation
node_modules/typescript/lib/lib.dom.d.ts:1846
• ariaPlaceholder: string
HTMLDivElement.ariaPlaceholder
node_modules/typescript/lib/lib.dom.d.ts:1847
• ariaPosInSet: string
HTMLDivElement.ariaPosInSet
node_modules/typescript/lib/lib.dom.d.ts:1848
• ariaPressed: string
HTMLDivElement.ariaPressed
node_modules/typescript/lib/lib.dom.d.ts:1849
• ariaReadOnly: string
HTMLDivElement.ariaReadOnly
node_modules/typescript/lib/lib.dom.d.ts:1850
• ariaRequired: string
HTMLDivElement.ariaRequired
node_modules/typescript/lib/lib.dom.d.ts:1851
• ariaRoleDescription: string
HTMLDivElement.ariaRoleDescription
node_modules/typescript/lib/lib.dom.d.ts:1852
• ariaRowCount: string
HTMLDivElement.ariaRowCount
node_modules/typescript/lib/lib.dom.d.ts:1853
• ariaRowIndex: string
HTMLDivElement.ariaRowIndex
node_modules/typescript/lib/lib.dom.d.ts:1854
• ariaRowSpan: string
HTMLDivElement.ariaRowSpan
node_modules/typescript/lib/lib.dom.d.ts:1855
• ariaSelected: string
HTMLDivElement.ariaSelected
node_modules/typescript/lib/lib.dom.d.ts:1856
• ariaSetSize: string
HTMLDivElement.ariaSetSize
node_modules/typescript/lib/lib.dom.d.ts:1857
• ariaSort: string
HTMLDivElement.ariaSort
node_modules/typescript/lib/lib.dom.d.ts:1858
• ariaValueMax: string
HTMLDivElement.ariaValueMax
node_modules/typescript/lib/lib.dom.d.ts:1859
• ariaValueMin: string
HTMLDivElement.ariaValueMin
node_modules/typescript/lib/lib.dom.d.ts:1860
• ariaValueNow: string
HTMLDivElement.ariaValueNow
node_modules/typescript/lib/lib.dom.d.ts:1861
• ariaValueText: string
HTMLDivElement.ariaValueText
node_modules/typescript/lib/lib.dom.d.ts:1862
• Readonly
assignedSlot: HTMLSlotElement
HTMLDivElement.assignedSlot
node_modules/typescript/lib/lib.dom.d.ts:13103
• Readonly
attributes: NamedNodeMap
HTMLDivElement.attributes
node_modules/typescript/lib/lib.dom.d.ts:4720
• autocapitalize: string
HTMLDivElement.autocapitalize
node_modules/typescript/lib/lib.dom.d.ts:6135
• autofocus: boolean
HTMLDivElement.autofocus
node_modules/typescript/lib/lib.dom.d.ts:7335
• Readonly
baseURI: string
Returns node's node document's document base URL.
HTMLDivElement.baseURI
node_modules/typescript/lib/lib.dom.d.ts:9649
• Readonly
childElementCount: number
HTMLDivElement.childElementCount
node_modules/typescript/lib/lib.dom.d.ts:10014
• Readonly
childNodes: NodeListOf
<ChildNode
>
Returns the children.
HTMLDivElement.childNodes
node_modules/typescript/lib/lib.dom.d.ts:9651
• Readonly
children: HTMLCollection
Returns the child elements.
HTMLDivElement.children
node_modules/typescript/lib/lib.dom.d.ts:10016
• Readonly
classList: DOMTokenList
Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.
HTMLDivElement.classList
node_modules/typescript/lib/lib.dom.d.ts:4722
• className: string
Returns the value of element's class content attribute. Can be set to change it.
HTMLDivElement.className
node_modules/typescript/lib/lib.dom.d.ts:4724
• Readonly
clientHeight: number
HTMLDivElement.clientHeight
node_modules/typescript/lib/lib.dom.d.ts:4725
• Readonly
clientLeft: number
HTMLDivElement.clientLeft
node_modules/typescript/lib/lib.dom.d.ts:4726
• Readonly
clientTop: number
HTMLDivElement.clientTop
node_modules/typescript/lib/lib.dom.d.ts:4727
• Readonly
clientWidth: number
HTMLDivElement.clientWidth
node_modules/typescript/lib/lib.dom.d.ts:4728
• contentEditable: string
HTMLDivElement.contentEditable
node_modules/typescript/lib/lib.dom.d.ts:4839
• Readonly
dataset: DOMStringMap
HTMLDivElement.dataset
node_modules/typescript/lib/lib.dom.d.ts:7336
• dir: string
HTMLDivElement.dir
node_modules/typescript/lib/lib.dom.d.ts:6136
• draggable: boolean
HTMLDivElement.draggable
node_modules/typescript/lib/lib.dom.d.ts:6137
• enterKeyHint: string
HTMLDivElement.enterKeyHint
node_modules/typescript/lib/lib.dom.d.ts:4840
• Readonly
firstChild: ChildNode
Returns the first child.
HTMLDivElement.firstChild
node_modules/typescript/lib/lib.dom.d.ts:9653
• Readonly
firstElementChild: Element
Returns the first child that is an element, and null otherwise.
HTMLDivElement.firstElementChild
node_modules/typescript/lib/lib.dom.d.ts:10018
hidden
• hidden: boolean
HTMLDivElement.hidden
node_modules/typescript/lib/lib.dom.d.ts:6138
• id: string
Returns the value of element's id content attribute. Can be set to change it.
HTMLDivElement.id
node_modules/typescript/lib/lib.dom.d.ts:4730
• innerHTML: string
HTMLDivElement.innerHTML
node_modules/typescript/lib/lib.dom.d.ts:8682
• innerText: string
HTMLDivElement.innerText
node_modules/typescript/lib/lib.dom.d.ts:6139
• inputMode: string
HTMLDivElement.inputMode
node_modules/typescript/lib/lib.dom.d.ts:4841
• Readonly
isConnected: boolean
Returns true if node is connected and false otherwise.
HTMLDivElement.isConnected
node_modules/typescript/lib/lib.dom.d.ts:9655
• Readonly
isContentEditable: boolean
HTMLDivElement.isContentEditable
node_modules/typescript/lib/lib.dom.d.ts:4842
• lang: string
HTMLDivElement.lang
node_modules/typescript/lib/lib.dom.d.ts:6140
• Readonly
lastChild: ChildNode
Returns the last child.
HTMLDivElement.lastChild
node_modules/typescript/lib/lib.dom.d.ts:9657
• Readonly
lastElementChild: Element
Returns the last child that is an element, and null otherwise.
HTMLDivElement.lastElementChild
node_modules/typescript/lib/lib.dom.d.ts:10020
• Readonly
localName: string
Returns the local name.
HTMLDivElement.localName
node_modules/typescript/lib/lib.dom.d.ts:4732
• Readonly
namespaceURI: string
Returns the namespace.
HTMLDivElement.namespaceURI
node_modules/typescript/lib/lib.dom.d.ts:4734
• Readonly
nextElementSibling: Element
Returns the first following sibling that is an element, and null otherwise.
HTMLDivElement.nextElementSibling
node_modules/typescript/lib/lib.dom.d.ts:9816
• Readonly
nextSibling: ChildNode
Returns the next sibling.
HTMLDivElement.nextSibling
node_modules/typescript/lib/lib.dom.d.ts:9659
• Readonly
nodeName: string
Returns a string appropriate for the type of node.
HTMLDivElement.nodeName
node_modules/typescript/lib/lib.dom.d.ts:9661
• Readonly
nodeType: number
Returns the type of node.
HTMLDivElement.nodeType
node_modules/typescript/lib/lib.dom.d.ts:9663
• nodeValue: string
HTMLDivElement.nodeValue
node_modules/typescript/lib/lib.dom.d.ts:9664
• Optional
nonce: string
HTMLDivElement.nonce
node_modules/typescript/lib/lib.dom.d.ts:7337
• Readonly
offsetHeight: number
HTMLDivElement.offsetHeight
node_modules/typescript/lib/lib.dom.d.ts:6141
• Readonly
offsetLeft: number
HTMLDivElement.offsetLeft
node_modules/typescript/lib/lib.dom.d.ts:6142
• Readonly
offsetParent: Element
HTMLDivElement.offsetParent
node_modules/typescript/lib/lib.dom.d.ts:6143
• Readonly
offsetTop: number
HTMLDivElement.offsetTop
node_modules/typescript/lib/lib.dom.d.ts:6144
• Readonly
offsetWidth: number
HTMLDivElement.offsetWidth
node_modules/typescript/lib/lib.dom.d.ts:6145
• onabort: (ev
: UIEvent
) => any
▸ (ev
): any
Fires when the user aborts the download.
Name | Type | Description |
---|---|---|
ev |
UIEvent |
The event. |
any
HTMLDivElement.onabort
node_modules/typescript/lib/lib.dom.d.ts:5454
• onanimationcancel: (ev
: AnimationEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
AnimationEvent |
any
HTMLDivElement.onanimationcancel
node_modules/typescript/lib/lib.dom.d.ts:5455
• onanimationend: (ev
: AnimationEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
AnimationEvent |
any
HTMLDivElement.onanimationend
node_modules/typescript/lib/lib.dom.d.ts:5456
• onanimationiteration: (ev
: AnimationEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
AnimationEvent |
any
HTMLDivElement.onanimationiteration
node_modules/typescript/lib/lib.dom.d.ts:5457
• onanimationstart: (ev
: AnimationEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
AnimationEvent |
any
HTMLDivElement.onanimationstart
node_modules/typescript/lib/lib.dom.d.ts:5458
• onauxclick: (ev
: MouseEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
MouseEvent |
any
HTMLDivElement.onauxclick
node_modules/typescript/lib/lib.dom.d.ts:5459
• onblur: (ev
: FocusEvent
) => any
▸ (ev
): any
Fires when the object loses the input focus.
Name | Type | Description |
---|---|---|
ev |
FocusEvent |
The focus event. |
any
HTMLDivElement.onblur
node_modules/typescript/lib/lib.dom.d.ts:5464
• oncanplay: (ev
: Event
) => any
▸ (ev
): any
Occurs when playback is possible, but would require further buffering.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.oncanplay
node_modules/typescript/lib/lib.dom.d.ts:5469
• oncanplaythrough: (ev
: Event
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.oncanplaythrough
node_modules/typescript/lib/lib.dom.d.ts:5470
• onchange: (ev
: Event
) => any
▸ (ev
): any
Fires when the contents of the object or selection have changed.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onchange
node_modules/typescript/lib/lib.dom.d.ts:5475
• onclick: (ev
: MouseEvent
) => any
▸ (ev
): any
Fires when the user clicks the left mouse button on the object
Name | Type | Description |
---|---|---|
ev |
MouseEvent |
The mouse event. |
any
HTMLDivElement.onclick
node_modules/typescript/lib/lib.dom.d.ts:5480
• onclose: (ev
: Event
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.onclose
node_modules/typescript/lib/lib.dom.d.ts:5481
• oncontextmenu: (ev
: MouseEvent
) => any
▸ (ev
): any
Fires when the user clicks the right mouse button in the client area, opening the context menu.
Name | Type | Description |
---|---|---|
ev |
MouseEvent |
The mouse event. |
any
HTMLDivElement.oncontextmenu
node_modules/typescript/lib/lib.dom.d.ts:5486
• oncopy: (ev
: ClipboardEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
ClipboardEvent |
any
HTMLDivElement.oncopy
node_modules/typescript/lib/lib.dom.d.ts:4576
• oncuechange: (ev
: Event
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.oncuechange
node_modules/typescript/lib/lib.dom.d.ts:5487
• oncut: (ev
: ClipboardEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
ClipboardEvent |
any
HTMLDivElement.oncut
node_modules/typescript/lib/lib.dom.d.ts:4577
• ondblclick: (ev
: MouseEvent
) => any
▸ (ev
): any
Fires when the user double-clicks the object.
Name | Type | Description |
---|---|---|
ev |
MouseEvent |
The mouse event. |
any
HTMLDivElement.ondblclick
node_modules/typescript/lib/lib.dom.d.ts:5492
• ondrag: (ev
: DragEvent
) => any
▸ (ev
): any
Fires on the source object continuously during a drag operation.
Name | Type | Description |
---|---|---|
ev |
DragEvent |
The event. |
any
HTMLDivElement.ondrag
node_modules/typescript/lib/lib.dom.d.ts:5497
• ondragend: (ev
: DragEvent
) => any
▸ (ev
): any
Fires on the source object when the user releases the mouse at the close of a drag operation.
Name | Type | Description |
---|---|---|
ev |
DragEvent |
The event. |
any
HTMLDivElement.ondragend
node_modules/typescript/lib/lib.dom.d.ts:5502
• ondragenter: (ev
: DragEvent
) => any
▸ (ev
): any
Fires on the target element when the user drags the object to a valid drop target.
Name | Type | Description |
---|---|---|
ev |
DragEvent |
The drag event. |
any
HTMLDivElement.ondragenter
node_modules/typescript/lib/lib.dom.d.ts:5507
• ondragleave: (ev
: DragEvent
) => any
▸ (ev
): any
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
Name | Type | Description |
---|---|---|
ev |
DragEvent |
The drag event. |
any
HTMLDivElement.ondragleave
node_modules/typescript/lib/lib.dom.d.ts:5512
• ondragover: (ev
: DragEvent
) => any
▸ (ev
): any
Fires on the target element continuously while the user drags the object over a valid drop target.
Name | Type | Description |
---|---|---|
ev |
DragEvent |
The event. |
any
HTMLDivElement.ondragover
node_modules/typescript/lib/lib.dom.d.ts:5517
• ondragstart: (ev
: DragEvent
) => any
▸ (ev
): any
Fires on the source object when the user starts to drag a text selection or selected object.
Name | Type | Description |
---|---|---|
ev |
DragEvent |
The event. |
any
HTMLDivElement.ondragstart
node_modules/typescript/lib/lib.dom.d.ts:5522
• ondrop: (ev
: DragEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
DragEvent |
any
HTMLDivElement.ondrop
node_modules/typescript/lib/lib.dom.d.ts:5523
• ondurationchange: (ev
: Event
) => any
▸ (ev
): any
Occurs when the duration attribute is updated.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.ondurationchange
node_modules/typescript/lib/lib.dom.d.ts:5528
• onemptied: (ev
: Event
) => any
▸ (ev
): any
Occurs when the media element is reset to its initial state.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onemptied
node_modules/typescript/lib/lib.dom.d.ts:5533
• onended: (ev
: Event
) => any
▸ (ev
): any
Occurs when the end of playback is reached.
Name | Type | Description |
---|---|---|
ev |
Event |
The event |
any
HTMLDivElement.onended
node_modules/typescript/lib/lib.dom.d.ts:5538
• onerror: OnErrorEventHandlerNonNull
Fires when an error occurs during object loading.
param
The event.
HTMLDivElement.onerror
node_modules/typescript/lib/lib.dom.d.ts:5543
• onfocus: (ev
: FocusEvent
) => any
▸ (ev
): any
Fires when the object receives focus.
Name | Type | Description |
---|---|---|
ev |
FocusEvent |
The event. |
any
HTMLDivElement.onfocus
node_modules/typescript/lib/lib.dom.d.ts:5548
• onformdata: (ev
: FormDataEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
FormDataEvent |
any
HTMLDivElement.onformdata
node_modules/typescript/lib/lib.dom.d.ts:5549
• onfullscreenchange: (ev
: Event
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.onfullscreenchange
node_modules/typescript/lib/lib.dom.d.ts:4735
• onfullscreenerror: (ev
: Event
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.onfullscreenerror
node_modules/typescript/lib/lib.dom.d.ts:4736
• ongotpointercapture: (ev
: PointerEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
PointerEvent |
any
HTMLDivElement.ongotpointercapture
node_modules/typescript/lib/lib.dom.d.ts:5550
• oninput: (ev
: Event
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.oninput
node_modules/typescript/lib/lib.dom.d.ts:5551
• oninvalid: (ev
: Event
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.oninvalid
node_modules/typescript/lib/lib.dom.d.ts:5552
• onkeydown: (ev
: KeyboardEvent
) => any
▸ (ev
): any
Fires when the user presses a key.
Name | Type | Description |
---|---|---|
ev |
KeyboardEvent |
The keyboard event |
any
HTMLDivElement.onkeydown
node_modules/typescript/lib/lib.dom.d.ts:5557
• onkeypress: (ev
: KeyboardEvent
) => any
▸ (ev
): any
Fires when the user presses an alphanumeric key.
deprecated
Name | Type | Description |
---|---|---|
ev |
KeyboardEvent |
The event. |
any
HTMLDivElement.onkeypress
node_modules/typescript/lib/lib.dom.d.ts:5563
• onkeyup: (ev
: KeyboardEvent
) => any
▸ (ev
): any
Fires when the user releases a key.
Name | Type | Description |
---|---|---|
ev |
KeyboardEvent |
The keyboard event |
any
HTMLDivElement.onkeyup
node_modules/typescript/lib/lib.dom.d.ts:5568
• onload: (ev
: Event
) => any
▸ (ev
): any
Fires immediately after the browser loads the object.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onload
node_modules/typescript/lib/lib.dom.d.ts:5573
• onloadeddata: (ev
: Event
) => any
▸ (ev
): any
Occurs when media data is loaded at the current playback position.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onloadeddata
node_modules/typescript/lib/lib.dom.d.ts:5578
• onloadedmetadata: (ev
: Event
) => any
▸ (ev
): any
Occurs when the duration and dimensions of the media have been determined.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onloadedmetadata
node_modules/typescript/lib/lib.dom.d.ts:5583
• onloadstart: (ev
: Event
) => any
▸ (ev
): any
Occurs when Internet Explorer begins looking for media data.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onloadstart
node_modules/typescript/lib/lib.dom.d.ts:5588
• onlostpointercapture: (ev
: PointerEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
PointerEvent |
any
HTMLDivElement.onlostpointercapture
node_modules/typescript/lib/lib.dom.d.ts:5589
• onmousedown: (ev
: MouseEvent
) => any
▸ (ev
): any
Fires when the user clicks the object with either mouse button.
Name | Type | Description |
---|---|---|
ev |
MouseEvent |
The mouse event. |
any
HTMLDivElement.onmousedown
node_modules/typescript/lib/lib.dom.d.ts:5594
• onmouseenter: (ev
: MouseEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
MouseEvent |
any
HTMLDivElement.onmouseenter
node_modules/typescript/lib/lib.dom.d.ts:5595
• onmouseleave: (ev
: MouseEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
MouseEvent |
any
HTMLDivElement.onmouseleave
node_modules/typescript/lib/lib.dom.d.ts:5596
• onmousemove: (ev
: MouseEvent
) => any
▸ (ev
): any
Fires when the user moves the mouse over the object.
Name | Type | Description |
---|---|---|
ev |
MouseEvent |
The mouse event. |
any
HTMLDivElement.onmousemove
node_modules/typescript/lib/lib.dom.d.ts:5601
• onmouseout: (ev
: MouseEvent
) => any
▸ (ev
): any
Fires when the user moves the mouse pointer outside the boundaries of the object.
Name | Type | Description |
---|---|---|
ev |
MouseEvent |
The mouse event. |
any
HTMLDivElement.onmouseout
node_modules/typescript/lib/lib.dom.d.ts:5606
• onmouseover: (ev
: MouseEvent
) => any
▸ (ev
): any
Fires when the user moves the mouse pointer into the object.
Name | Type | Description |
---|---|---|
ev |
MouseEvent |
The mouse event. |
any
HTMLDivElement.onmouseover
node_modules/typescript/lib/lib.dom.d.ts:5611
• onmouseup: (ev
: MouseEvent
) => any
▸ (ev
): any
Fires when the user releases a mouse button while the mouse is over the object.
Name | Type | Description |
---|---|---|
ev |
MouseEvent |
The mouse event. |
any
HTMLDivElement.onmouseup
node_modules/typescript/lib/lib.dom.d.ts:5616
• onpaste: (ev
: ClipboardEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
ClipboardEvent |
any
HTMLDivElement.onpaste
node_modules/typescript/lib/lib.dom.d.ts:4578
• onpause: (ev
: Event
) => any
▸ (ev
): any
Occurs when playback is paused.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onpause
node_modules/typescript/lib/lib.dom.d.ts:5621
• onplay: (ev
: Event
) => any
▸ (ev
): any
Occurs when the play method is requested.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onplay
node_modules/typescript/lib/lib.dom.d.ts:5626
• onplaying: (ev
: Event
) => any
▸ (ev
): any
Occurs when the audio or video has started playing.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onplaying
node_modules/typescript/lib/lib.dom.d.ts:5631
• onpointercancel: (ev
: PointerEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
PointerEvent |
any
HTMLDivElement.onpointercancel
node_modules/typescript/lib/lib.dom.d.ts:5632
• onpointerdown: (ev
: PointerEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
PointerEvent |
any
HTMLDivElement.onpointerdown
node_modules/typescript/lib/lib.dom.d.ts:5633
• onpointerenter: (ev
: PointerEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
PointerEvent |
any
HTMLDivElement.onpointerenter
node_modules/typescript/lib/lib.dom.d.ts:5634
• onpointerleave: (ev
: PointerEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
PointerEvent |
any
HTMLDivElement.onpointerleave
node_modules/typescript/lib/lib.dom.d.ts:5635
• onpointermove: (ev
: PointerEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
PointerEvent |
any
HTMLDivElement.onpointermove
node_modules/typescript/lib/lib.dom.d.ts:5636
• onpointerout: (ev
: PointerEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
PointerEvent |
any
HTMLDivElement.onpointerout
node_modules/typescript/lib/lib.dom.d.ts:5637
• onpointerover: (ev
: PointerEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
PointerEvent |
any
HTMLDivElement.onpointerover
node_modules/typescript/lib/lib.dom.d.ts:5638
• onpointerup: (ev
: PointerEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
PointerEvent |
any
HTMLDivElement.onpointerup
node_modules/typescript/lib/lib.dom.d.ts:5639
• onprogress: (ev
: ProgressEvent
<EventTarget
>) => any
▸ (ev
): any
Occurs to indicate progress while downloading media data.
Name | Type | Description |
---|---|---|
ev |
ProgressEvent <EventTarget > |
The event. |
any
HTMLDivElement.onprogress
node_modules/typescript/lib/lib.dom.d.ts:5644
• onratechange: (ev
: Event
) => any
▸ (ev
): any
Occurs when the playback rate is increased or decreased.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onratechange
node_modules/typescript/lib/lib.dom.d.ts:5649
• onreset: (ev
: Event
) => any
▸ (ev
): any
Fires when the user resets a form.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onreset
node_modules/typescript/lib/lib.dom.d.ts:5654
• onresize: (ev
: UIEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
UIEvent |
any
HTMLDivElement.onresize
node_modules/typescript/lib/lib.dom.d.ts:5655
• onscroll: (ev
: Event
) => any
▸ (ev
): any
Fires when the user repositions the scroll box in the scroll bar on the object.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onscroll
node_modules/typescript/lib/lib.dom.d.ts:5660
• onseeked: (ev
: Event
) => any
▸ (ev
): any
Occurs when the seek operation ends.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onseeked
node_modules/typescript/lib/lib.dom.d.ts:5665
• onseeking: (ev
: Event
) => any
▸ (ev
): any
Occurs when the current playback position is moved.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onseeking
node_modules/typescript/lib/lib.dom.d.ts:5670
• onselect: (ev
: Event
) => any
▸ (ev
): any
Fires when the current selection changes.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onselect
node_modules/typescript/lib/lib.dom.d.ts:5675
• onselectionchange: (ev
: Event
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.onselectionchange
node_modules/typescript/lib/lib.dom.d.ts:5676
• onselectstart: (ev
: Event
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.onselectstart
node_modules/typescript/lib/lib.dom.d.ts:5677
• onstalled: (ev
: Event
) => any
▸ (ev
): any
Occurs when the download has stopped.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onstalled
node_modules/typescript/lib/lib.dom.d.ts:5682
• onsubmit: (ev
: SubmitEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
SubmitEvent |
any
HTMLDivElement.onsubmit
node_modules/typescript/lib/lib.dom.d.ts:5683
• onsuspend: (ev
: Event
) => any
▸ (ev
): any
Occurs if the load operation has been intentionally halted.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onsuspend
node_modules/typescript/lib/lib.dom.d.ts:5688
• ontimeupdate: (ev
: Event
) => any
▸ (ev
): any
Occurs to indicate the current playback position.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.ontimeupdate
node_modules/typescript/lib/lib.dom.d.ts:5693
• ontoggle: (ev
: Event
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.ontoggle
node_modules/typescript/lib/lib.dom.d.ts:5694
• Optional
ontouchcancel: (ev
: TouchEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
TouchEvent |
any
HTMLDivElement.ontouchcancel
node_modules/typescript/lib/lib.dom.d.ts:5695
• Optional
ontouchend: (ev
: TouchEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
TouchEvent |
any
HTMLDivElement.ontouchend
node_modules/typescript/lib/lib.dom.d.ts:5696
• Optional
ontouchmove: (ev
: TouchEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
TouchEvent |
any
HTMLDivElement.ontouchmove
node_modules/typescript/lib/lib.dom.d.ts:5697
• Optional
ontouchstart: (ev
: TouchEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
TouchEvent |
any
HTMLDivElement.ontouchstart
node_modules/typescript/lib/lib.dom.d.ts:5698
• ontransitioncancel: (ev
: TransitionEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
TransitionEvent |
any
HTMLDivElement.ontransitioncancel
node_modules/typescript/lib/lib.dom.d.ts:5699
• ontransitionend: (ev
: TransitionEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
TransitionEvent |
any
HTMLDivElement.ontransitionend
node_modules/typescript/lib/lib.dom.d.ts:5700
• ontransitionrun: (ev
: TransitionEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
TransitionEvent |
any
HTMLDivElement.ontransitionrun
node_modules/typescript/lib/lib.dom.d.ts:5701
• ontransitionstart: (ev
: TransitionEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
TransitionEvent |
any
HTMLDivElement.ontransitionstart
node_modules/typescript/lib/lib.dom.d.ts:5702
• onvolumechange: (ev
: Event
) => any
▸ (ev
): any
Occurs when the volume is changed, or playback is muted or unmuted.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onvolumechange
node_modules/typescript/lib/lib.dom.d.ts:5707
• onwaiting: (ev
: Event
) => any
▸ (ev
): any
Occurs when playback stops because the next frame of a video resource is not available.
Name | Type | Description |
---|---|---|
ev |
Event |
The event. |
any
HTMLDivElement.onwaiting
node_modules/typescript/lib/lib.dom.d.ts:5712
• onwebkitanimationend: (ev
: Event
) => any
▸ (ev
): any
deprecated
This is a legacy alias of onanimationend
.
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.onwebkitanimationend
node_modules/typescript/lib/lib.dom.d.ts:5714
• onwebkitanimationiteration: (ev
: Event
) => any
▸ (ev
): any
deprecated
This is a legacy alias of onanimationiteration
.
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.onwebkitanimationiteration
node_modules/typescript/lib/lib.dom.d.ts:5716
• onwebkitanimationstart: (ev
: Event
) => any
▸ (ev
): any
deprecated
This is a legacy alias of onanimationstart
.
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.onwebkitanimationstart
node_modules/typescript/lib/lib.dom.d.ts:5718
• onwebkittransitionend: (ev
: Event
) => any
▸ (ev
): any
deprecated
This is a legacy alias of ontransitionend
.
Name | Type |
---|---|
ev |
Event |
any
HTMLDivElement.onwebkittransitionend
node_modules/typescript/lib/lib.dom.d.ts:5720
• onwheel: (ev
: WheelEvent
) => any
▸ (ev
): any
Name | Type |
---|---|
ev |
WheelEvent |
any
HTMLDivElement.onwheel
node_modules/typescript/lib/lib.dom.d.ts:5721
• outerHTML: string
HTMLDivElement.outerHTML
node_modules/typescript/lib/lib.dom.d.ts:4737
• outerText: string
HTMLDivElement.outerText
node_modules/typescript/lib/lib.dom.d.ts:6146
• Readonly
ownerDocument: Document
HTMLDivElement.ownerDocument
node_modules/typescript/lib/lib.dom.d.ts:4738
• Readonly
parentElement: HTMLElement
Returns the parent element.
HTMLDivElement.parentElement
node_modules/typescript/lib/lib.dom.d.ts:9668
• Readonly
parentNode: ParentNode
Returns the parent.
HTMLDivElement.parentNode
node_modules/typescript/lib/lib.dom.d.ts:9670
• Readonly
part: DOMTokenList
HTMLDivElement.part
node_modules/typescript/lib/lib.dom.d.ts:4739
• Readonly
prefix: string
Returns the namespace prefix.
HTMLDivElement.prefix
node_modules/typescript/lib/lib.dom.d.ts:4741
• Readonly
previousElementSibling: Element
Returns the first preceding sibling that is an element, and null otherwise.
HTMLDivElement.previousElementSibling
node_modules/typescript/lib/lib.dom.d.ts:9818
• Readonly
previousSibling: ChildNode
Returns the previous sibling.
HTMLDivElement.previousSibling
node_modules/typescript/lib/lib.dom.d.ts:9672
• queueListener: EventListener
packages/core/src/webapp/tab.ts:26
• Readonly
scrollHeight: number
HTMLDivElement.scrollHeight
node_modules/typescript/lib/lib.dom.d.ts:4742
• scrollLeft: number
HTMLDivElement.scrollLeft
node_modules/typescript/lib/lib.dom.d.ts:4743
• scrollTop: number
HTMLDivElement.scrollTop
node_modules/typescript/lib/lib.dom.d.ts:4744
• Readonly
scrollWidth: number
HTMLDivElement.scrollWidth
node_modules/typescript/lib/lib.dom.d.ts:4745
• Readonly
shadowRoot: ShadowRoot
Returns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.
HTMLDivElement.shadowRoot
node_modules/typescript/lib/lib.dom.d.ts:4747
• slot: string
Returns the value of element's slot content attribute. Can be set to change it.
HTMLDivElement.slot
node_modules/typescript/lib/lib.dom.d.ts:4749
• spellcheck: boolean
HTMLDivElement.spellcheck
node_modules/typescript/lib/lib.dom.d.ts:6147
• state: TabState
packages/core/src/webapp/tab.ts:25
• Readonly
style: CSSStyleDeclaration
HTMLDivElement.style
node_modules/typescript/lib/lib.dom.d.ts:4835
• tabIndex: number
HTMLDivElement.tabIndex
node_modules/typescript/lib/lib.dom.d.ts:7338
• Readonly
tagName: string
Returns the HTML-uppercased qualified name.
HTMLDivElement.tagName
node_modules/typescript/lib/lib.dom.d.ts:4751
• textContent: string
HTMLDivElement.textContent
node_modules/typescript/lib/lib.dom.d.ts:9673
• title: string
HTMLDivElement.title
node_modules/typescript/lib/lib.dom.d.ts:6148
• translate: boolean
HTMLDivElement.translate
node_modules/typescript/lib/lib.dom.d.ts:6149
• uuid: string
packages/core/src/webapp/tab.ts:23
▸ addClass(cls
): void
Name | Type |
---|---|
cls |
string |
void
packages/core/src/webapp/tab.ts:35
▸ addEventListener<K
>(type
, listener
, options?
): void
Name | Type |
---|---|
K |
extends keyof HTMLElementEventMap |
Name | Type |
---|---|
type |
K |
listener |
(ev : HTMLElementEventMap [K ]) => any |
options? |
boolean | AddEventListenerOptions |
void
HTMLDivElement.addEventListener
node_modules/typescript/lib/lib.dom.d.ts:6103
▸ addEventListener(type
, listener
, options?
): void
Name | Type |
---|---|
type |
string |
listener |
EventListenerOrEventListenerObject |
options? |
boolean | AddEventListenerOptions |
void
HTMLDivElement.addEventListener
node_modules/typescript/lib/lib.dom.d.ts:6104
▸ after(...nodes
): void
Inserts 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.
Name | Type |
---|---|
...nodes |
(string | Node )[] |
void
HTMLDivElement.after
node_modules/typescript/lib/lib.dom.d.ts:3451
▸ animate(keyframes
, options?
): Animation
Name | Type |
---|---|
keyframes |
Keyframe [] | PropertyIndexedKeyframes |
options? |
number | KeyframeAnimationOptions |
Animation
HTMLDivElement.animate
node_modules/typescript/lib/lib.dom.d.ts:1948
▸ append(...nodes
): void
Inserts 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.
Name | Type |
---|---|
...nodes |
(string | Node )[] |
void
HTMLDivElement.append
node_modules/typescript/lib/lib.dom.d.ts:10026
▸ appendChild<T
>(node
): T
Name | Type |
---|---|
T |
extends Node |
Name | Type |
---|---|
node |
T |
T
HTMLDivElement.appendChild
node_modules/typescript/lib/lib.dom.d.ts:9674
▸ attachInternals(): ElementInternals
ElementInternals
HTMLDivElement.attachInternals
node_modules/typescript/lib/lib.dom.d.ts:6150
▸ attachShadow(init
): ShadowRoot
Creates a shadow root for element and returns it.
Name | Type |
---|---|
init |
ShadowRootInit |
ShadowRoot
HTMLDivElement.attachShadow
node_modules/typescript/lib/lib.dom.d.ts:4753
▸ before(...nodes
): void
Inserts 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.
Name | Type |
---|---|
...nodes |
(string | Node )[] |
void
HTMLDivElement.before
node_modules/typescript/lib/lib.dom.d.ts:3457
▸ blur(): void
void
HTMLDivElement.blur
node_modules/typescript/lib/lib.dom.d.ts:7339
▸ click(): void
void
HTMLDivElement.click
node_modules/typescript/lib/lib.dom.d.ts:6151
▸ cloneNode(deep?
): Node
Returns a copy of node. If deep is true, the copy also includes the node's descendants.
Name | Type |
---|---|
deep? |
boolean |
Node
HTMLDivElement.cloneNode
node_modules/typescript/lib/lib.dom.d.ts:9676
▸ closest<K
>(selector
): HTMLElementTagNameMap
[K
]
Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
Name | Type |
---|---|
K |
extends keyof HTMLElementTagNameMap |
Name | Type |
---|---|
selector |
K |
HTMLElementTagNameMap
[K
]
HTMLDivElement.closest
node_modules/typescript/lib/lib.dom.d.ts:4755
▸ closest<K
>(selector
): SVGElementTagNameMap
[K
]
Name | Type |
---|---|
K |
extends keyof SVGElementTagNameMap |
Name | Type |
---|---|
selector |
K |
SVGElementTagNameMap
[K
]
HTMLDivElement.closest
node_modules/typescript/lib/lib.dom.d.ts:4756
▸ closest<E
>(selectors
): E
Name | Type |
---|---|
E |
extends Element = Element |
Name | Type |
---|---|
selectors |
string |
E
HTMLDivElement.closest
node_modules/typescript/lib/lib.dom.d.ts:4757
▸ compareDocumentPosition(other
): number
Returns a bitmask indicating the position of other relative to node.
Name | Type |
---|---|
other |
Node |
number
HTMLDivElement.compareDocumentPosition
node_modules/typescript/lib/lib.dom.d.ts:9678
▸ contains(other
): boolean
Returns true if other is an inclusive descendant of node, and false otherwise.
Name | Type |
---|---|
other |
Node |
boolean
HTMLDivElement.contains
node_modules/typescript/lib/lib.dom.d.ts:9680
▸ dispatchEvent(event
): boolean
Dispatches 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.
Name | Type |
---|---|
event |
Event |
boolean
HTMLDivElement.dispatchEvent
node_modules/typescript/lib/lib.dom.d.ts:4983
▸ focus(options?
): void
Name | Type |
---|---|
options? |
FocusOptions |
void
HTMLDivElement.focus
node_modules/typescript/lib/lib.dom.d.ts:7340
▸ getAnimations(options?
): Animation
[]
Name | Type |
---|---|
options? |
GetAnimationsOptions |
Animation
[]
HTMLDivElement.getAnimations
node_modules/typescript/lib/lib.dom.d.ts:1949
▸ getAttribute(qualifiedName
): string
Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.
Name | Type |
---|---|
qualifiedName |
string |
string
HTMLDivElement.getAttribute
node_modules/typescript/lib/lib.dom.d.ts:4759
▸ getAttributeNS(namespace
, localName
): string
Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.
Name | Type |
---|---|
namespace |
string |
localName |
string |
string
HTMLDivElement.getAttributeNS
node_modules/typescript/lib/lib.dom.d.ts:4761
▸ getAttributeNames(): string
[]
Returns the qualified names of all element's attributes. Can contain duplicates.
string
[]
HTMLDivElement.getAttributeNames
node_modules/typescript/lib/lib.dom.d.ts:4763
▸ getAttributeNode(qualifiedName
): Attr
Name | Type |
---|---|
qualifiedName |
string |
Attr
HTMLDivElement.getAttributeNode
node_modules/typescript/lib/lib.dom.d.ts:4764
▸ getAttributeNodeNS(namespace
, localName
): Attr
Name | Type |
---|---|
namespace |
string |
localName |
string |
Attr
HTMLDivElement.getAttributeNodeNS
node_modules/typescript/lib/lib.dom.d.ts:4765
▸ getBoundingClientRect(): DOMRect
DOMRect
HTMLDivElement.getBoundingClientRect
node_modules/typescript/lib/lib.dom.d.ts:4766
▸ getClientRects(): DOMRectList
DOMRectList
HTMLDivElement.getClientRects
node_modules/typescript/lib/lib.dom.d.ts:4767
▸ getElementsByClassName(classNames
): 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.
Name | Type |
---|---|
classNames |
string |
HTMLCollectionOf
<Element
>
HTMLDivElement.getElementsByClassName
node_modules/typescript/lib/lib.dom.d.ts:4769
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<HTMLElementTagNameMap
[K
]>
Name | Type |
---|---|
K |
extends keyof HTMLElementTagNameMap |
Name | Type |
---|---|
qualifiedName |
K |
HTMLCollectionOf
<HTMLElementTagNameMap
[K
]>
HTMLDivElement.getElementsByTagName
node_modules/typescript/lib/lib.dom.d.ts:4770
▸ getElementsByTagName<K
>(qualifiedName
): HTMLCollectionOf
<SVGElementTagNameMap
[K
]>
Name | Type |
---|---|
K |
extends keyof SVGElementTagNameMap |
Name | Type |
---|---|
qualifiedName |
K |
HTMLCollectionOf
<SVGElementTagNameMap
[K
]>
HTMLDivElement.getElementsByTagName
node_modules/typescript/lib/lib.dom.d.ts:4771
▸ getElementsByTagName(qualifiedName
): HTMLCollectionOf
<Element
>
Name | Type |
---|---|
qualifiedName |
string |
HTMLCollectionOf
<Element
>
HTMLDivElement.getElementsByTagName
node_modules/typescript/lib/lib.dom.d.ts:4772
▸ getElementsByTagNameNS(namespaceURI
, localName
): HTMLCollectionOf
<HTMLElement
>
Name | Type |
---|---|
namespaceURI |
"http://www.w3.org/1999/xhtml" |
localName |
string |
HTMLCollectionOf
<HTMLElement
>
HTMLDivElement.getElementsByTagNameNS
node_modules/typescript/lib/lib.dom.d.ts:4773
▸ getElementsByTagNameNS(namespaceURI
, localName
): HTMLCollectionOf
<SVGElement
>
Name | Type |
---|---|
namespaceURI |
"http://www.w3.org/2000/svg" |
localName |
string |
HTMLCollectionOf
<SVGElement
>
HTMLDivElement.getElementsByTagNameNS
node_modules/typescript/lib/lib.dom.d.ts:4774
▸ getElementsByTagNameNS(namespace
, localName
): HTMLCollectionOf
<Element
>
Name | Type |
---|---|
namespace |
string |
localName |
string |
HTMLCollectionOf
<Element
>
HTMLDivElement.getElementsByTagNameNS
node_modules/typescript/lib/lib.dom.d.ts:4775
▸ getRootNode(options?
): Node
Returns node's root.
Name | Type |
---|---|
options? |
GetRootNodeOptions |
Node
HTMLDivElement.getRootNode
node_modules/typescript/lib/lib.dom.d.ts:9682
▸ getSize(): Object
Object
Name | Type |
---|---|
height |
number |
width |
number |
packages/core/src/webapp/tab.ts:50
▸ hasAttribute(qualifiedName
): boolean
Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.
Name | Type |
---|---|
qualifiedName |
string |
boolean
HTMLDivElement.hasAttribute
node_modules/typescript/lib/lib.dom.d.ts:4777
▸ hasAttributeNS(namespace
, localName
): boolean
Returns true if element has an attribute whose namespace is namespace and local name is localName.
Name | Type |
---|---|
namespace |
string |
localName |
string |
boolean
HTMLDivElement.hasAttributeNS
node_modules/typescript/lib/lib.dom.d.ts:4779
▸ hasAttributes(): boolean
Returns true if element has attributes, and false otherwise.
boolean
HTMLDivElement.hasAttributes
node_modules/typescript/lib/lib.dom.d.ts:4781
▸ hasChildNodes(): boolean
Returns whether node has children.
boolean
HTMLDivElement.hasChildNodes
node_modules/typescript/lib/lib.dom.d.ts:9684
▸ hasPointerCapture(pointerId
): boolean
Name | Type |
---|---|
pointerId |
number |
boolean
HTMLDivElement.hasPointerCapture
node_modules/typescript/lib/lib.dom.d.ts:4782
▸ hasSideBySideTerminals(): boolean
boolean
packages/core/src/webapp/tab.ts:53
▸ insertAdjacentElement(where
, element
): Element
Name | Type |
---|---|
where |
InsertPosition |
element |
Element |
Element
HTMLDivElement.insertAdjacentElement
node_modules/typescript/lib/lib.dom.d.ts:4783
▸ insertAdjacentHTML(position
, text
): void
Name | Type |
---|---|
position |
InsertPosition |
text |
string |
void
HTMLDivElement.insertAdjacentHTML
node_modules/typescript/lib/lib.dom.d.ts:4784
▸ insertAdjacentText(where
, data
): void
Name | Type |
---|---|
where |
InsertPosition |
data |
string |
void
HTMLDivElement.insertAdjacentText
node_modules/typescript/lib/lib.dom.d.ts:4785
▸ insertBefore<T
>(node
, child
): T
Name | Type |
---|---|
T |
extends Node |
Name | Type |
---|---|
node |
T |
child |
Node |
T
HTMLDivElement.insertBefore
node_modules/typescript/lib/lib.dom.d.ts:9685
▸ isDefaultNamespace(namespace
): boolean
Name | Type |
---|---|
namespace |
string |
boolean
HTMLDivElement.isDefaultNamespace
node_modules/typescript/lib/lib.dom.d.ts:9686
▸ isEqualNode(otherNode
): boolean
Returns whether node and otherNode have the same properties.
Name | Type |
---|---|
otherNode |
Node |
boolean
HTMLDivElement.isEqualNode
node_modules/typescript/lib/lib.dom.d.ts:9688
▸ isSameNode(otherNode
): boolean
Name | Type |
---|---|
otherNode |
Node |
boolean
HTMLDivElement.isSameNode
node_modules/typescript/lib/lib.dom.d.ts:9689
▸ lookupNamespaceURI(prefix
): string
Name | Type |
---|---|
prefix |
string |
string
HTMLDivElement.lookupNamespaceURI
node_modules/typescript/lib/lib.dom.d.ts:9690
▸ lookupPrefix(namespace
): string
Name | Type |
---|---|
namespace |
string |
string
HTMLDivElement.lookupPrefix
node_modules/typescript/lib/lib.dom.d.ts:9691
▸ matches(selectors
): boolean
Returns true if matching selectors against element's root yields element, and false otherwise.
Name | Type |
---|---|
selectors |
string |
boolean
HTMLDivElement.matches
node_modules/typescript/lib/lib.dom.d.ts:4787
▸ normalize(): void
Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.
void
HTMLDivElement.normalize
node_modules/typescript/lib/lib.dom.d.ts:9693
▸ offActivate(handler
): void
Name | Type |
---|---|
handler |
(isActive : boolean ) => void |
void
packages/core/src/webapp/tab.ts:33
▸ onActivate(handler
): void
Name | Type |
---|---|
handler |
(isActive : boolean ) => void |
void
packages/core/src/webapp/tab.ts:32
▸ prepend(...nodes
): void
Inserts 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.
Name | Type |
---|---|
...nodes |
(string | Node )[] |
void
HTMLDivElement.prepend
node_modules/typescript/lib/lib.dom.d.ts:10032
▸ querySelector<K
>(selectors
): HTMLElementTagNameMap
[K
]
Returns the first element that is a descendant of node that matches selectors.
Name | Type |
---|---|
K |
extends keyof HTMLElementTagNameMap |
Name | Type |
---|---|
selectors |
K |
HTMLElementTagNameMap
[K
]
HTMLDivElement.querySelector
node_modules/typescript/lib/lib.dom.d.ts:10034
▸ querySelector<K
>(selectors
): SVGElementTagNameMap
[K
]
Name | Type |
---|---|
K |
extends keyof SVGElementTagNameMap |
Name | Type |
---|---|
selectors |
K |
SVGElementTagNameMap
[K
]
HTMLDivElement.querySelector
node_modules/typescript/lib/lib.dom.d.ts:10035
▸ querySelector<E
>(selectors
): E
Name | Type |
---|---|
E |
extends Element = Element |
Name | Type |
---|---|
selectors |
string |
E
HTMLDivElement.querySelector
node_modules/typescript/lib/lib.dom.d.ts:10036
▸ querySelectorAll<K
>(selectors
): NodeListOf
<HTMLElementTagNameMap
[K
]>
Returns all element descendants of node that match selectors.
Name | Type |
---|---|
K |
extends keyof HTMLElementTagNameMap |
Name | Type |
---|---|
selectors |
K |
NodeListOf
<HTMLElementTagNameMap
[K
]>
HTMLDivElement.querySelectorAll
node_modules/typescript/lib/lib.dom.d.ts:10038
▸ querySelectorAll<K
>(selectors
): NodeListOf
<SVGElementTagNameMap
[K
]>
Name | Type |
---|---|
K |
extends keyof SVGElementTagNameMap |
Name | Type |
---|---|
selectors |
K |
NodeListOf
<SVGElementTagNameMap
[K
]>
HTMLDivElement.querySelectorAll
node_modules/typescript/lib/lib.dom.d.ts:10039
▸ querySelectorAll<E
>(selectors
): NodeListOf
<E
>
Name | Type |
---|---|
E |
extends Element = Element |
Name | Type |
---|---|
selectors |
string |
NodeListOf
<E
>
HTMLDivElement.querySelectorAll
node_modules/typescript/lib/lib.dom.d.ts:10040
▸ releasePointerCapture(pointerId
): void
Name | Type |
---|---|
pointerId |
number |
void
HTMLDivElement.releasePointerCapture
node_modules/typescript/lib/lib.dom.d.ts:4788
▸ remove(): void
Removes node.
void
HTMLDivElement.remove
node_modules/typescript/lib/lib.dom.d.ts:3459
▸ removeAttribute(qualifiedName
): void
Removes element's first attribute whose qualified name is qualifiedName.
Name | Type |
---|---|
qualifiedName |
string |
void
HTMLDivElement.removeAttribute
node_modules/typescript/lib/lib.dom.d.ts:4790
▸ removeAttributeNS(namespace
, localName
): void
Removes element's attribute whose namespace is namespace and local name is localName.
Name | Type |
---|---|
namespace |
string |
localName |
string |
void
HTMLDivElement.removeAttributeNS
node_modules/typescript/lib/lib.dom.d.ts:4792
▸ removeAttributeNode(attr
): Attr
Name | Type |
---|---|
attr |
Attr |
Attr
HTMLDivElement.removeAttributeNode
node_modules/typescript/lib/lib.dom.d.ts:4793
▸ removeChild<T
>(child
): T
Name | Type |
---|---|
T |
extends Node |
Name | Type |
---|---|
child |
T |
T
HTMLDivElement.removeChild
node_modules/typescript/lib/lib.dom.d.ts:9694
▸ removeClass(cls
): void
Name | Type |
---|---|
cls |
string |
void
packages/core/src/webapp/tab.ts:36
▸ removeEventListener<K
>(type
, listener
, options?
): void
Name | Type |
---|---|
K |
extends keyof HTMLElementEventMap |
Name | Type |
---|---|
type |
K |
listener |
(ev : HTMLElementEventMap [K ]) => any |
options? |
boolean | EventListenerOptions |
void
HTMLDivElement.removeEventListener
node_modules/typescript/lib/lib.dom.d.ts:6105
▸ removeEventListener(type
, listener
, options?
): void
Name | Type |
---|---|
type |
string |
listener |
EventListenerOrEventListenerObject |
options? |
boolean | EventListenerOptions |
void
HTMLDivElement.removeEventListener
node_modules/typescript/lib/lib.dom.d.ts:6106
▸ replaceChild<T
>(node
, child
): T
Name | Type |
---|---|
T |
extends Node |
Name | Type |
---|---|
node |
Node |
child |
T |
T
HTMLDivElement.replaceChild
node_modules/typescript/lib/lib.dom.d.ts:9695
▸ replaceChildren(...nodes
): void
Replace 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.
Name | Type |
---|---|
...nodes |
(string | Node )[] |
void
HTMLDivElement.replaceChildren
node_modules/typescript/lib/lib.dom.d.ts:10046
▸ replaceWith(...nodes
): void
Replaces 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.
Name | Type |
---|---|
...nodes |
(string | Node )[] |
void
HTMLDivElement.replaceWith
node_modules/typescript/lib/lib.dom.d.ts:3465
▸ requestFullscreen(options?
): 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.
Name | Type |
---|---|
options? |
FullscreenOptions |
Promise
<void
>
HTMLDivElement.requestFullscreen
node_modules/typescript/lib/lib.dom.d.ts:4799
▸ requestPointerLock(): void
void
HTMLDivElement.requestPointerLock
node_modules/typescript/lib/lib.dom.d.ts:4800
▸ scroll(options?
): void
Name | Type |
---|---|
options? |
ScrollToOptions |
void
HTMLDivElement.scroll
node_modules/typescript/lib/lib.dom.d.ts:4801
▸ scroll(x
, y
): void
Name | Type |
---|---|
x |
number |
y |
number |
void
HTMLDivElement.scroll
node_modules/typescript/lib/lib.dom.d.ts:4802
▸ scrollBy(options?
): void
Name | Type |
---|---|
options? |
ScrollToOptions |
void
HTMLDivElement.scrollBy
node_modules/typescript/lib/lib.dom.d.ts:4803
▸ scrollBy(x
, y
): void
Name | Type |
---|---|
x |
number |
y |
number |
void
HTMLDivElement.scrollBy
node_modules/typescript/lib/lib.dom.d.ts:4804
▸ scrollIntoView(arg?
): void
Name | Type |
---|---|
arg? |
boolean | ScrollIntoViewOptions |
void
HTMLDivElement.scrollIntoView
node_modules/typescript/lib/lib.dom.d.ts:4805
▸ scrollTo(options?
): void
Name | Type |
---|---|
options? |
ScrollToOptions |
void
HTMLDivElement.scrollTo
node_modules/typescript/lib/lib.dom.d.ts:4806
▸ scrollTo(x
, y
): void
Name | Type |
---|---|
x |
number |
y |
number |
void
HTMLDivElement.scrollTo
node_modules/typescript/lib/lib.dom.d.ts:4807
▸ scrollToBottom(execUUID?
): void
If given the optional parameter, only scroll into view if the specified block (identified by its execUUID) is the last block in this tab
Name | Type |
---|---|
execUUID? |
string |
void
packages/core/src/webapp/tab.ts:46
▸ scrollToTop(): void
void
packages/core/src/webapp/tab.ts:38
▸ setAttribute(qualifiedName
, value
): void
Sets the value of element's first attribute whose qualified name is qualifiedName to value.
Name | Type |
---|---|
qualifiedName |
string |
value |
string |
void
HTMLDivElement.setAttribute
node_modules/typescript/lib/lib.dom.d.ts:4809
▸ setAttributeNS(namespace
, qualifiedName
, value
): void
Sets the value of element's attribute whose namespace is namespace and local name is localName to value.
Name | Type |
---|---|
namespace |
string |
qualifiedName |
string |
value |
string |
void
HTMLDivElement.setAttributeNS
node_modules/typescript/lib/lib.dom.d.ts:4811
▸ setAttributeNode(attr
): Attr
Name | Type |
---|---|
attr |
Attr |
Attr
HTMLDivElement.setAttributeNode
node_modules/typescript/lib/lib.dom.d.ts:4812
▸ setAttributeNodeNS(attr
): Attr
Name | Type |
---|---|
attr |
Attr |
Attr
HTMLDivElement.setAttributeNodeNS
node_modules/typescript/lib/lib.dom.d.ts:4813
▸ setPointerCapture(pointerId
): void
Name | Type |
---|---|
pointerId |
number |
void
HTMLDivElement.setPointerCapture
node_modules/typescript/lib/lib.dom.d.ts:4814
▸ setTitle(title
): void
Update the displayed title for this Tab
Name | Type |
---|---|
title |
string |
void
packages/core/src/webapp/tab.ts:30
▸ show(selector
): void
Name | Type |
---|---|
selector |
string |
void
packages/core/src/webapp/tab.ts:48
▸ splitCount(): number
number
packages/core/src/webapp/tab.ts:52
▸ toggleAttribute(qualifiedName
, force?
): boolean
If 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.
Name | Type |
---|---|
qualifiedName |
string |
force? |
boolean |
boolean
HTMLDivElement.toggleAttribute
node_modules/typescript/lib/lib.dom.d.ts:4820
▸ webkitMatchesSelector(selectors
): boolean
deprecated
This is a legacy alias of matches
.
Name | Type |
---|---|
selectors |
string |
boolean
HTMLDivElement.webkitMatchesSelector
node_modules/typescript/lib/lib.dom.d.ts:4822