@staffbase/widget-sdk 3.3.4 → 3.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4629 @@
1
+ # Interface: BaseBlock
2
+
3
+ Base class for custom widgets.
4
+
5
+ Should be used to extend other custom elements to render their content.
6
+ Provides common editing and render capabilities for Staffbase widgets.
7
+
8
+ ## Hierarchy
9
+
10
+ - `HTMLElement`
11
+
12
+ ↳ **`BaseBlock`**
13
+
14
+ ## Table of contents
15
+
16
+ ### Properties
17
+
18
+ - [ATTRIBUTE\_NODE](../wiki/BaseBlock#attribute_node)
19
+ - [CDATA\_SECTION\_NODE](../wiki/BaseBlock#cdata_section_node)
20
+ - [COMMENT\_NODE](../wiki/BaseBlock#comment_node)
21
+ - [DOCUMENT\_FRAGMENT\_NODE](../wiki/BaseBlock#document_fragment_node)
22
+ - [DOCUMENT\_NODE](../wiki/BaseBlock#document_node)
23
+ - [DOCUMENT\_POSITION\_CONTAINED\_BY](../wiki/BaseBlock#document_position_contained_by)
24
+ - [DOCUMENT\_POSITION\_CONTAINS](../wiki/BaseBlock#document_position_contains)
25
+ - [DOCUMENT\_POSITION\_DISCONNECTED](../wiki/BaseBlock#document_position_disconnected)
26
+ - [DOCUMENT\_POSITION\_FOLLOWING](../wiki/BaseBlock#document_position_following)
27
+ - [DOCUMENT\_POSITION\_IMPLEMENTATION\_SPECIFIC](../wiki/BaseBlock#document_position_implementation_specific)
28
+ - [DOCUMENT\_POSITION\_PRECEDING](../wiki/BaseBlock#document_position_preceding)
29
+ - [DOCUMENT\_TYPE\_NODE](../wiki/BaseBlock#document_type_node)
30
+ - [ELEMENT\_NODE](../wiki/BaseBlock#element_node)
31
+ - [ENTITY\_NODE](../wiki/BaseBlock#entity_node)
32
+ - [ENTITY\_REFERENCE\_NODE](../wiki/BaseBlock#entity_reference_node)
33
+ - [NOTATION\_NODE](../wiki/BaseBlock#notation_node)
34
+ - [PROCESSING\_INSTRUCTION\_NODE](../wiki/BaseBlock#processing_instruction_node)
35
+ - [TEXT\_NODE](../wiki/BaseBlock#text_node)
36
+ - [accessKey](../wiki/BaseBlock#accesskey)
37
+ - [accessKeyLabel](../wiki/BaseBlock#accesskeylabel)
38
+ - [ariaAtomic](../wiki/BaseBlock#ariaatomic)
39
+ - [ariaAutoComplete](../wiki/BaseBlock#ariaautocomplete)
40
+ - [ariaBusy](../wiki/BaseBlock#ariabusy)
41
+ - [ariaChecked](../wiki/BaseBlock#ariachecked)
42
+ - [ariaColCount](../wiki/BaseBlock#ariacolcount)
43
+ - [ariaColIndex](../wiki/BaseBlock#ariacolindex)
44
+ - [ariaColSpan](../wiki/BaseBlock#ariacolspan)
45
+ - [ariaCurrent](../wiki/BaseBlock#ariacurrent)
46
+ - [ariaDisabled](../wiki/BaseBlock#ariadisabled)
47
+ - [ariaExpanded](../wiki/BaseBlock#ariaexpanded)
48
+ - [ariaHasPopup](../wiki/BaseBlock#ariahaspopup)
49
+ - [ariaHidden](../wiki/BaseBlock#ariahidden)
50
+ - [ariaKeyShortcuts](../wiki/BaseBlock#ariakeyshortcuts)
51
+ - [ariaLabel](../wiki/BaseBlock#arialabel)
52
+ - [ariaLevel](../wiki/BaseBlock#arialevel)
53
+ - [ariaLive](../wiki/BaseBlock#arialive)
54
+ - [ariaModal](../wiki/BaseBlock#ariamodal)
55
+ - [ariaMultiLine](../wiki/BaseBlock#ariamultiline)
56
+ - [ariaMultiSelectable](../wiki/BaseBlock#ariamultiselectable)
57
+ - [ariaOrientation](../wiki/BaseBlock#ariaorientation)
58
+ - [ariaPlaceholder](../wiki/BaseBlock#ariaplaceholder)
59
+ - [ariaPosInSet](../wiki/BaseBlock#ariaposinset)
60
+ - [ariaPressed](../wiki/BaseBlock#ariapressed)
61
+ - [ariaReadOnly](../wiki/BaseBlock#ariareadonly)
62
+ - [ariaRequired](../wiki/BaseBlock#ariarequired)
63
+ - [ariaRoleDescription](../wiki/BaseBlock#ariaroledescription)
64
+ - [ariaRowCount](../wiki/BaseBlock#ariarowcount)
65
+ - [ariaRowIndex](../wiki/BaseBlock#ariarowindex)
66
+ - [ariaRowSpan](../wiki/BaseBlock#ariarowspan)
67
+ - [ariaSelected](../wiki/BaseBlock#ariaselected)
68
+ - [ariaSetSize](../wiki/BaseBlock#ariasetsize)
69
+ - [ariaSort](../wiki/BaseBlock#ariasort)
70
+ - [ariaValueMax](../wiki/BaseBlock#ariavaluemax)
71
+ - [ariaValueMin](../wiki/BaseBlock#ariavaluemin)
72
+ - [ariaValueNow](../wiki/BaseBlock#ariavaluenow)
73
+ - [ariaValueText](../wiki/BaseBlock#ariavaluetext)
74
+ - [assignedSlot](../wiki/BaseBlock#assignedslot)
75
+ - [attributes](../wiki/BaseBlock#attributes)
76
+ - [autocapitalize](../wiki/BaseBlock#autocapitalize)
77
+ - [baseURI](../wiki/BaseBlock#baseuri)
78
+ - [childElementCount](../wiki/BaseBlock#childelementcount)
79
+ - [childNodes](../wiki/BaseBlock#childnodes)
80
+ - [children](../wiki/BaseBlock#children)
81
+ - [classList](../wiki/BaseBlock#classlist)
82
+ - [className](../wiki/BaseBlock#classname)
83
+ - [clientHeight](../wiki/BaseBlock#clientheight)
84
+ - [clientLeft](../wiki/BaseBlock#clientleft)
85
+ - [clientTop](../wiki/BaseBlock#clienttop)
86
+ - [clientWidth](../wiki/BaseBlock#clientwidth)
87
+ - [contentEditable](../wiki/BaseBlock#contenteditable)
88
+ - [contentLanguage](../wiki/BaseBlock#contentlanguage)
89
+ - [dataset](../wiki/BaseBlock#dataset)
90
+ - [dir](../wiki/BaseBlock#dir)
91
+ - [draggable](../wiki/BaseBlock#draggable)
92
+ - [enterKeyHint](../wiki/BaseBlock#enterkeyhint)
93
+ - [firstChild](../wiki/BaseBlock#firstchild)
94
+ - [firstElementChild](../wiki/BaseBlock#firstelementchild)
95
+ - [hidden](../wiki/BaseBlock#hidden)
96
+ - [id](../wiki/BaseBlock#id)
97
+ - [innerHTML](../wiki/BaseBlock#innerhtml)
98
+ - [innerText](../wiki/BaseBlock#innertext)
99
+ - [inputMode](../wiki/BaseBlock#inputmode)
100
+ - [isConnected](../wiki/BaseBlock#isconnected)
101
+ - [isContentEditable](../wiki/BaseBlock#iscontenteditable)
102
+ - [lang](../wiki/BaseBlock#lang)
103
+ - [lastChild](../wiki/BaseBlock#lastchild)
104
+ - [lastElementChild](../wiki/BaseBlock#lastelementchild)
105
+ - [localName](../wiki/BaseBlock#localname)
106
+ - [namespaceURI](../wiki/BaseBlock#namespaceuri)
107
+ - [nextElementSibling](../wiki/BaseBlock#nextelementsibling)
108
+ - [nextSibling](../wiki/BaseBlock#nextsibling)
109
+ - [nodeName](../wiki/BaseBlock#nodename)
110
+ - [nodeType](../wiki/BaseBlock#nodetype)
111
+ - [nodeValue](../wiki/BaseBlock#nodevalue)
112
+ - [nonce](../wiki/BaseBlock#nonce)
113
+ - [offsetHeight](../wiki/BaseBlock#offsetheight)
114
+ - [offsetLeft](../wiki/BaseBlock#offsetleft)
115
+ - [offsetParent](../wiki/BaseBlock#offsetparent)
116
+ - [offsetTop](../wiki/BaseBlock#offsettop)
117
+ - [offsetWidth](../wiki/BaseBlock#offsetwidth)
118
+ - [onabort](../wiki/BaseBlock#onabort)
119
+ - [onanimationcancel](../wiki/BaseBlock#onanimationcancel)
120
+ - [onanimationend](../wiki/BaseBlock#onanimationend)
121
+ - [onanimationiteration](../wiki/BaseBlock#onanimationiteration)
122
+ - [onanimationstart](../wiki/BaseBlock#onanimationstart)
123
+ - [onauxclick](../wiki/BaseBlock#onauxclick)
124
+ - [onblur](../wiki/BaseBlock#onblur)
125
+ - [oncanplay](../wiki/BaseBlock#oncanplay)
126
+ - [oncanplaythrough](../wiki/BaseBlock#oncanplaythrough)
127
+ - [onchange](../wiki/BaseBlock#onchange)
128
+ - [onclick](../wiki/BaseBlock#onclick)
129
+ - [onclose](../wiki/BaseBlock#onclose)
130
+ - [oncontextmenu](../wiki/BaseBlock#oncontextmenu)
131
+ - [oncopy](../wiki/BaseBlock#oncopy)
132
+ - [oncuechange](../wiki/BaseBlock#oncuechange)
133
+ - [oncut](../wiki/BaseBlock#oncut)
134
+ - [ondblclick](../wiki/BaseBlock#ondblclick)
135
+ - [ondrag](../wiki/BaseBlock#ondrag)
136
+ - [ondragend](../wiki/BaseBlock#ondragend)
137
+ - [ondragenter](../wiki/BaseBlock#ondragenter)
138
+ - [ondragleave](../wiki/BaseBlock#ondragleave)
139
+ - [ondragover](../wiki/BaseBlock#ondragover)
140
+ - [ondragstart](../wiki/BaseBlock#ondragstart)
141
+ - [ondrop](../wiki/BaseBlock#ondrop)
142
+ - [ondurationchange](../wiki/BaseBlock#ondurationchange)
143
+ - [onemptied](../wiki/BaseBlock#onemptied)
144
+ - [onended](../wiki/BaseBlock#onended)
145
+ - [onerror](../wiki/BaseBlock#onerror)
146
+ - [onfocus](../wiki/BaseBlock#onfocus)
147
+ - [onformdata](../wiki/BaseBlock#onformdata)
148
+ - [onfullscreenchange](../wiki/BaseBlock#onfullscreenchange)
149
+ - [onfullscreenerror](../wiki/BaseBlock#onfullscreenerror)
150
+ - [ongotpointercapture](../wiki/BaseBlock#ongotpointercapture)
151
+ - [oninput](../wiki/BaseBlock#oninput)
152
+ - [oninvalid](../wiki/BaseBlock#oninvalid)
153
+ - [onkeydown](../wiki/BaseBlock#onkeydown)
154
+ - [onkeypress](../wiki/BaseBlock#onkeypress)
155
+ - [onkeyup](../wiki/BaseBlock#onkeyup)
156
+ - [onload](../wiki/BaseBlock#onload)
157
+ - [onloadeddata](../wiki/BaseBlock#onloadeddata)
158
+ - [onloadedmetadata](../wiki/BaseBlock#onloadedmetadata)
159
+ - [onloadstart](../wiki/BaseBlock#onloadstart)
160
+ - [onlostpointercapture](../wiki/BaseBlock#onlostpointercapture)
161
+ - [onmousedown](../wiki/BaseBlock#onmousedown)
162
+ - [onmouseenter](../wiki/BaseBlock#onmouseenter)
163
+ - [onmouseleave](../wiki/BaseBlock#onmouseleave)
164
+ - [onmousemove](../wiki/BaseBlock#onmousemove)
165
+ - [onmouseout](../wiki/BaseBlock#onmouseout)
166
+ - [onmouseover](../wiki/BaseBlock#onmouseover)
167
+ - [onmouseup](../wiki/BaseBlock#onmouseup)
168
+ - [onpaste](../wiki/BaseBlock#onpaste)
169
+ - [onpause](../wiki/BaseBlock#onpause)
170
+ - [onplay](../wiki/BaseBlock#onplay)
171
+ - [onplaying](../wiki/BaseBlock#onplaying)
172
+ - [onpointercancel](../wiki/BaseBlock#onpointercancel)
173
+ - [onpointerdown](../wiki/BaseBlock#onpointerdown)
174
+ - [onpointerenter](../wiki/BaseBlock#onpointerenter)
175
+ - [onpointerleave](../wiki/BaseBlock#onpointerleave)
176
+ - [onpointermove](../wiki/BaseBlock#onpointermove)
177
+ - [onpointerout](../wiki/BaseBlock#onpointerout)
178
+ - [onpointerover](../wiki/BaseBlock#onpointerover)
179
+ - [onpointerup](../wiki/BaseBlock#onpointerup)
180
+ - [onprogress](../wiki/BaseBlock#onprogress)
181
+ - [onratechange](../wiki/BaseBlock#onratechange)
182
+ - [onreset](../wiki/BaseBlock#onreset)
183
+ - [onresize](../wiki/BaseBlock#onresize)
184
+ - [onscroll](../wiki/BaseBlock#onscroll)
185
+ - [onseeked](../wiki/BaseBlock#onseeked)
186
+ - [onseeking](../wiki/BaseBlock#onseeking)
187
+ - [onselect](../wiki/BaseBlock#onselect)
188
+ - [onselectionchange](../wiki/BaseBlock#onselectionchange)
189
+ - [onselectstart](../wiki/BaseBlock#onselectstart)
190
+ - [onstalled](../wiki/BaseBlock#onstalled)
191
+ - [onsubmit](../wiki/BaseBlock#onsubmit)
192
+ - [onsuspend](../wiki/BaseBlock#onsuspend)
193
+ - [ontimeupdate](../wiki/BaseBlock#ontimeupdate)
194
+ - [ontoggle](../wiki/BaseBlock#ontoggle)
195
+ - [ontouchcancel](../wiki/BaseBlock#ontouchcancel)
196
+ - [ontouchend](../wiki/BaseBlock#ontouchend)
197
+ - [ontouchmove](../wiki/BaseBlock#ontouchmove)
198
+ - [ontouchstart](../wiki/BaseBlock#ontouchstart)
199
+ - [ontransitioncancel](../wiki/BaseBlock#ontransitioncancel)
200
+ - [ontransitionend](../wiki/BaseBlock#ontransitionend)
201
+ - [ontransitionrun](../wiki/BaseBlock#ontransitionrun)
202
+ - [ontransitionstart](../wiki/BaseBlock#ontransitionstart)
203
+ - [onvolumechange](../wiki/BaseBlock#onvolumechange)
204
+ - [onwaiting](../wiki/BaseBlock#onwaiting)
205
+ - [onwebkitanimationend](../wiki/BaseBlock#onwebkitanimationend)
206
+ - [onwebkitanimationiteration](../wiki/BaseBlock#onwebkitanimationiteration)
207
+ - [onwebkitanimationstart](../wiki/BaseBlock#onwebkitanimationstart)
208
+ - [onwebkittransitionend](../wiki/BaseBlock#onwebkittransitionend)
209
+ - [onwheel](../wiki/BaseBlock#onwheel)
210
+ - [outerHTML](../wiki/BaseBlock#outerhtml)
211
+ - [outerText](../wiki/BaseBlock#outertext)
212
+ - [ownerDocument](../wiki/BaseBlock#ownerdocument)
213
+ - [parentElement](../wiki/BaseBlock#parentelement)
214
+ - [parentNode](../wiki/BaseBlock#parentnode)
215
+ - [part](../wiki/BaseBlock#part)
216
+ - [prefix](../wiki/BaseBlock#prefix)
217
+ - [previousElementSibling](../wiki/BaseBlock#previouselementsibling)
218
+ - [previousSibling](../wiki/BaseBlock#previoussibling)
219
+ - [scrollHeight](../wiki/BaseBlock#scrollheight)
220
+ - [scrollLeft](../wiki/BaseBlock#scrollleft)
221
+ - [scrollTop](../wiki/BaseBlock#scrolltop)
222
+ - [scrollWidth](../wiki/BaseBlock#scrollwidth)
223
+ - [shadowRoot](../wiki/BaseBlock#shadowroot)
224
+ - [slot](../wiki/BaseBlock#slot)
225
+ - [spellcheck](../wiki/BaseBlock#spellcheck)
226
+ - [style](../wiki/BaseBlock#style)
227
+ - [tabIndex](../wiki/BaseBlock#tabindex)
228
+ - [tagName](../wiki/BaseBlock#tagname)
229
+ - [textContent](../wiki/BaseBlock#textcontent)
230
+ - [title](../wiki/BaseBlock#title)
231
+ - [translate](../wiki/BaseBlock#translate)
232
+
233
+ ### Methods
234
+
235
+ - [addEventListener](../wiki/BaseBlock#addeventlistener)
236
+ - [after](../wiki/BaseBlock#after)
237
+ - [animate](../wiki/BaseBlock#animate)
238
+ - [append](../wiki/BaseBlock#append)
239
+ - [appendChild](../wiki/BaseBlock#appendchild)
240
+ - [attachShadow](../wiki/BaseBlock#attachshadow)
241
+ - [attributeChangedCallback](../wiki/BaseBlock#attributechangedcallback)
242
+ - [before](../wiki/BaseBlock#before)
243
+ - [blur](../wiki/BaseBlock#blur)
244
+ - [click](../wiki/BaseBlock#click)
245
+ - [cloneNode](../wiki/BaseBlock#clonenode)
246
+ - [closest](../wiki/BaseBlock#closest)
247
+ - [compareDocumentPosition](../wiki/BaseBlock#comparedocumentposition)
248
+ - [contains](../wiki/BaseBlock#contains)
249
+ - [dispatchEvent](../wiki/BaseBlock#dispatchevent)
250
+ - [focus](../wiki/BaseBlock#focus)
251
+ - [getAnimations](../wiki/BaseBlock#getanimations)
252
+ - [getAttribute](../wiki/BaseBlock#getattribute)
253
+ - [getAttributeNS](../wiki/BaseBlock#getattributens)
254
+ - [getAttributeNames](../wiki/BaseBlock#getattributenames)
255
+ - [getAttributeNode](../wiki/BaseBlock#getattributenode)
256
+ - [getAttributeNodeNS](../wiki/BaseBlock#getattributenodens)
257
+ - [getBoundingClientRect](../wiki/BaseBlock#getboundingclientrect)
258
+ - [getClientRects](../wiki/BaseBlock#getclientrects)
259
+ - [getElementsByClassName](../wiki/BaseBlock#getelementsbyclassname)
260
+ - [getElementsByTagName](../wiki/BaseBlock#getelementsbytagname)
261
+ - [getElementsByTagNameNS](../wiki/BaseBlock#getelementsbytagnamens)
262
+ - [getRootNode](../wiki/BaseBlock#getrootnode)
263
+ - [hasAttribute](../wiki/BaseBlock#hasattribute)
264
+ - [hasAttributeNS](../wiki/BaseBlock#hasattributens)
265
+ - [hasAttributes](../wiki/BaseBlock#hasattributes)
266
+ - [hasChildNodes](../wiki/BaseBlock#haschildnodes)
267
+ - [hasPointerCapture](../wiki/BaseBlock#haspointercapture)
268
+ - [insertAdjacentElement](../wiki/BaseBlock#insertadjacentelement)
269
+ - [insertAdjacentHTML](../wiki/BaseBlock#insertadjacenthtml)
270
+ - [insertAdjacentText](../wiki/BaseBlock#insertadjacenttext)
271
+ - [insertBefore](../wiki/BaseBlock#insertbefore)
272
+ - [isDefaultNamespace](../wiki/BaseBlock#isdefaultnamespace)
273
+ - [isEqualNode](../wiki/BaseBlock#isequalnode)
274
+ - [isSameNode](../wiki/BaseBlock#issamenode)
275
+ - [lookupNamespaceURI](../wiki/BaseBlock#lookupnamespaceuri)
276
+ - [lookupPrefix](../wiki/BaseBlock#lookupprefix)
277
+ - [matches](../wiki/BaseBlock#matches)
278
+ - [normalize](../wiki/BaseBlock#normalize)
279
+ - [parseAttributes](../wiki/BaseBlock#parseattributes)
280
+ - [parseConfig](../wiki/BaseBlock#parseconfig)
281
+ - [prepend](../wiki/BaseBlock#prepend)
282
+ - [querySelector](../wiki/BaseBlock#queryselector)
283
+ - [querySelectorAll](../wiki/BaseBlock#queryselectorall)
284
+ - [releasePointerCapture](../wiki/BaseBlock#releasepointercapture)
285
+ - [remove](../wiki/BaseBlock#remove)
286
+ - [removeAttribute](../wiki/BaseBlock#removeattribute)
287
+ - [removeAttributeNS](../wiki/BaseBlock#removeattributens)
288
+ - [removeAttributeNode](../wiki/BaseBlock#removeattributenode)
289
+ - [removeChild](../wiki/BaseBlock#removechild)
290
+ - [removeEventListener](../wiki/BaseBlock#removeeventlistener)
291
+ - [renderBlock](../wiki/BaseBlock#renderblock)
292
+ - [renderBlockInEditor](../wiki/BaseBlock#renderblockineditor)
293
+ - [replaceChild](../wiki/BaseBlock#replacechild)
294
+ - [replaceChildren](../wiki/BaseBlock#replacechildren)
295
+ - [replaceWith](../wiki/BaseBlock#replacewith)
296
+ - [requestFullscreen](../wiki/BaseBlock#requestfullscreen)
297
+ - [requestPointerLock](../wiki/BaseBlock#requestpointerlock)
298
+ - [scroll](../wiki/BaseBlock#scroll)
299
+ - [scrollBy](../wiki/BaseBlock#scrollby)
300
+ - [scrollIntoView](../wiki/BaseBlock#scrollintoview)
301
+ - [scrollTo](../wiki/BaseBlock#scrollto)
302
+ - [setAttribute](../wiki/BaseBlock#setattribute)
303
+ - [setAttributeNS](../wiki/BaseBlock#setattributens)
304
+ - [setAttributeNode](../wiki/BaseBlock#setattributenode)
305
+ - [setAttributeNodeNS](../wiki/BaseBlock#setattributenodens)
306
+ - [setPointerCapture](../wiki/BaseBlock#setpointercapture)
307
+ - [toggleAttribute](../wiki/BaseBlock#toggleattribute)
308
+ - [unmountBlock](../wiki/BaseBlock#unmountblock)
309
+ - [webkitMatchesSelector](../wiki/BaseBlock#webkitmatchesselector)
310
+
311
+ ## Properties
312
+
313
+ ### ATTRIBUTE\_NODE
314
+
315
+ • `Readonly` **ATTRIBUTE\_NODE**: `number`
316
+
317
+ #### Inherited from
318
+
319
+ HTMLElement.ATTRIBUTE\_NODE
320
+
321
+ ___
322
+
323
+ ### CDATA\_SECTION\_NODE
324
+
325
+ • `Readonly` **CDATA\_SECTION\_NODE**: `number`
326
+
327
+ node is a CDATASection node.
328
+
329
+ #### Inherited from
330
+
331
+ HTMLElement.CDATA\_SECTION\_NODE
332
+
333
+ ___
334
+
335
+ ### COMMENT\_NODE
336
+
337
+ • `Readonly` **COMMENT\_NODE**: `number`
338
+
339
+ node is a Comment node.
340
+
341
+ #### Inherited from
342
+
343
+ HTMLElement.COMMENT\_NODE
344
+
345
+ ___
346
+
347
+ ### DOCUMENT\_FRAGMENT\_NODE
348
+
349
+ • `Readonly` **DOCUMENT\_FRAGMENT\_NODE**: `number`
350
+
351
+ node is a DocumentFragment node.
352
+
353
+ #### Inherited from
354
+
355
+ HTMLElement.DOCUMENT\_FRAGMENT\_NODE
356
+
357
+ ___
358
+
359
+ ### DOCUMENT\_NODE
360
+
361
+ • `Readonly` **DOCUMENT\_NODE**: `number`
362
+
363
+ node is a document.
364
+
365
+ #### Inherited from
366
+
367
+ HTMLElement.DOCUMENT\_NODE
368
+
369
+ ___
370
+
371
+ ### DOCUMENT\_POSITION\_CONTAINED\_BY
372
+
373
+ • `Readonly` **DOCUMENT\_POSITION\_CONTAINED\_BY**: `number`
374
+
375
+ Set when other is a descendant of node.
376
+
377
+ #### Inherited from
378
+
379
+ HTMLElement.DOCUMENT\_POSITION\_CONTAINED\_BY
380
+
381
+ ___
382
+
383
+ ### DOCUMENT\_POSITION\_CONTAINS
384
+
385
+ • `Readonly` **DOCUMENT\_POSITION\_CONTAINS**: `number`
386
+
387
+ Set when other is an ancestor of node.
388
+
389
+ #### Inherited from
390
+
391
+ HTMLElement.DOCUMENT\_POSITION\_CONTAINS
392
+
393
+ ___
394
+
395
+ ### DOCUMENT\_POSITION\_DISCONNECTED
396
+
397
+ • `Readonly` **DOCUMENT\_POSITION\_DISCONNECTED**: `number`
398
+
399
+ Set when node and other are not in the same tree.
400
+
401
+ #### Inherited from
402
+
403
+ HTMLElement.DOCUMENT\_POSITION\_DISCONNECTED
404
+
405
+ ___
406
+
407
+ ### DOCUMENT\_POSITION\_FOLLOWING
408
+
409
+ • `Readonly` **DOCUMENT\_POSITION\_FOLLOWING**: `number`
410
+
411
+ Set when other is following node.
412
+
413
+ #### Inherited from
414
+
415
+ HTMLElement.DOCUMENT\_POSITION\_FOLLOWING
416
+
417
+ ___
418
+
419
+ ### DOCUMENT\_POSITION\_IMPLEMENTATION\_SPECIFIC
420
+
421
+ • `Readonly` **DOCUMENT\_POSITION\_IMPLEMENTATION\_SPECIFIC**: `number`
422
+
423
+ #### Inherited from
424
+
425
+ HTMLElement.DOCUMENT\_POSITION\_IMPLEMENTATION\_SPECIFIC
426
+
427
+ ___
428
+
429
+ ### DOCUMENT\_POSITION\_PRECEDING
430
+
431
+ • `Readonly` **DOCUMENT\_POSITION\_PRECEDING**: `number`
432
+
433
+ Set when other is preceding node.
434
+
435
+ #### Inherited from
436
+
437
+ HTMLElement.DOCUMENT\_POSITION\_PRECEDING
438
+
439
+ ___
440
+
441
+ ### DOCUMENT\_TYPE\_NODE
442
+
443
+ • `Readonly` **DOCUMENT\_TYPE\_NODE**: `number`
444
+
445
+ node is a doctype.
446
+
447
+ #### Inherited from
448
+
449
+ HTMLElement.DOCUMENT\_TYPE\_NODE
450
+
451
+ ___
452
+
453
+ ### ELEMENT\_NODE
454
+
455
+ • `Readonly` **ELEMENT\_NODE**: `number`
456
+
457
+ node is an element.
458
+
459
+ #### Inherited from
460
+
461
+ HTMLElement.ELEMENT\_NODE
462
+
463
+ ___
464
+
465
+ ### ENTITY\_NODE
466
+
467
+ • `Readonly` **ENTITY\_NODE**: `number`
468
+
469
+ #### Inherited from
470
+
471
+ HTMLElement.ENTITY\_NODE
472
+
473
+ ___
474
+
475
+ ### ENTITY\_REFERENCE\_NODE
476
+
477
+ • `Readonly` **ENTITY\_REFERENCE\_NODE**: `number`
478
+
479
+ #### Inherited from
480
+
481
+ HTMLElement.ENTITY\_REFERENCE\_NODE
482
+
483
+ ___
484
+
485
+ ### NOTATION\_NODE
486
+
487
+ • `Readonly` **NOTATION\_NODE**: `number`
488
+
489
+ #### Inherited from
490
+
491
+ HTMLElement.NOTATION\_NODE
492
+
493
+ ___
494
+
495
+ ### PROCESSING\_INSTRUCTION\_NODE
496
+
497
+ • `Readonly` **PROCESSING\_INSTRUCTION\_NODE**: `number`
498
+
499
+ node is a ProcessingInstruction node.
500
+
501
+ #### Inherited from
502
+
503
+ HTMLElement.PROCESSING\_INSTRUCTION\_NODE
504
+
505
+ ___
506
+
507
+ ### TEXT\_NODE
508
+
509
+ • `Readonly` **TEXT\_NODE**: `number`
510
+
511
+ node is a Text node.
512
+
513
+ #### Inherited from
514
+
515
+ HTMLElement.TEXT\_NODE
516
+
517
+ ___
518
+
519
+ ### accessKey
520
+
521
+ • **accessKey**: `string`
522
+
523
+ #### Inherited from
524
+
525
+ HTMLElement.accessKey
526
+
527
+ ___
528
+
529
+ ### accessKeyLabel
530
+
531
+ • `Readonly` **accessKeyLabel**: `string`
532
+
533
+ #### Inherited from
534
+
535
+ HTMLElement.accessKeyLabel
536
+
537
+ ___
538
+
539
+ ### ariaAtomic
540
+
541
+ • **ariaAtomic**: `string`
542
+
543
+ #### Inherited from
544
+
545
+ HTMLElement.ariaAtomic
546
+
547
+ ___
548
+
549
+ ### ariaAutoComplete
550
+
551
+ • **ariaAutoComplete**: `string`
552
+
553
+ #### Inherited from
554
+
555
+ HTMLElement.ariaAutoComplete
556
+
557
+ ___
558
+
559
+ ### ariaBusy
560
+
561
+ • **ariaBusy**: `string`
562
+
563
+ #### Inherited from
564
+
565
+ HTMLElement.ariaBusy
566
+
567
+ ___
568
+
569
+ ### ariaChecked
570
+
571
+ • **ariaChecked**: `string`
572
+
573
+ #### Inherited from
574
+
575
+ HTMLElement.ariaChecked
576
+
577
+ ___
578
+
579
+ ### ariaColCount
580
+
581
+ • **ariaColCount**: `string`
582
+
583
+ #### Inherited from
584
+
585
+ HTMLElement.ariaColCount
586
+
587
+ ___
588
+
589
+ ### ariaColIndex
590
+
591
+ • **ariaColIndex**: `string`
592
+
593
+ #### Inherited from
594
+
595
+ HTMLElement.ariaColIndex
596
+
597
+ ___
598
+
599
+ ### ariaColSpan
600
+
601
+ • **ariaColSpan**: `string`
602
+
603
+ #### Inherited from
604
+
605
+ HTMLElement.ariaColSpan
606
+
607
+ ___
608
+
609
+ ### ariaCurrent
610
+
611
+ • **ariaCurrent**: `string`
612
+
613
+ #### Inherited from
614
+
615
+ HTMLElement.ariaCurrent
616
+
617
+ ___
618
+
619
+ ### ariaDisabled
620
+
621
+ • **ariaDisabled**: `string`
622
+
623
+ #### Inherited from
624
+
625
+ HTMLElement.ariaDisabled
626
+
627
+ ___
628
+
629
+ ### ariaExpanded
630
+
631
+ • **ariaExpanded**: `string`
632
+
633
+ #### Inherited from
634
+
635
+ HTMLElement.ariaExpanded
636
+
637
+ ___
638
+
639
+ ### ariaHasPopup
640
+
641
+ • **ariaHasPopup**: `string`
642
+
643
+ #### Inherited from
644
+
645
+ HTMLElement.ariaHasPopup
646
+
647
+ ___
648
+
649
+ ### ariaHidden
650
+
651
+ • **ariaHidden**: `string`
652
+
653
+ #### Inherited from
654
+
655
+ HTMLElement.ariaHidden
656
+
657
+ ___
658
+
659
+ ### ariaKeyShortcuts
660
+
661
+ • **ariaKeyShortcuts**: `string`
662
+
663
+ #### Inherited from
664
+
665
+ HTMLElement.ariaKeyShortcuts
666
+
667
+ ___
668
+
669
+ ### ariaLabel
670
+
671
+ • **ariaLabel**: `string`
672
+
673
+ #### Inherited from
674
+
675
+ HTMLElement.ariaLabel
676
+
677
+ ___
678
+
679
+ ### ariaLevel
680
+
681
+ • **ariaLevel**: `string`
682
+
683
+ #### Inherited from
684
+
685
+ HTMLElement.ariaLevel
686
+
687
+ ___
688
+
689
+ ### ariaLive
690
+
691
+ • **ariaLive**: `string`
692
+
693
+ #### Inherited from
694
+
695
+ HTMLElement.ariaLive
696
+
697
+ ___
698
+
699
+ ### ariaModal
700
+
701
+ • **ariaModal**: `string`
702
+
703
+ #### Inherited from
704
+
705
+ HTMLElement.ariaModal
706
+
707
+ ___
708
+
709
+ ### ariaMultiLine
710
+
711
+ • **ariaMultiLine**: `string`
712
+
713
+ #### Inherited from
714
+
715
+ HTMLElement.ariaMultiLine
716
+
717
+ ___
718
+
719
+ ### ariaMultiSelectable
720
+
721
+ • **ariaMultiSelectable**: `string`
722
+
723
+ #### Inherited from
724
+
725
+ HTMLElement.ariaMultiSelectable
726
+
727
+ ___
728
+
729
+ ### ariaOrientation
730
+
731
+ • **ariaOrientation**: `string`
732
+
733
+ #### Inherited from
734
+
735
+ HTMLElement.ariaOrientation
736
+
737
+ ___
738
+
739
+ ### ariaPlaceholder
740
+
741
+ • **ariaPlaceholder**: `string`
742
+
743
+ #### Inherited from
744
+
745
+ HTMLElement.ariaPlaceholder
746
+
747
+ ___
748
+
749
+ ### ariaPosInSet
750
+
751
+ • **ariaPosInSet**: `string`
752
+
753
+ #### Inherited from
754
+
755
+ HTMLElement.ariaPosInSet
756
+
757
+ ___
758
+
759
+ ### ariaPressed
760
+
761
+ • **ariaPressed**: `string`
762
+
763
+ #### Inherited from
764
+
765
+ HTMLElement.ariaPressed
766
+
767
+ ___
768
+
769
+ ### ariaReadOnly
770
+
771
+ • **ariaReadOnly**: `string`
772
+
773
+ #### Inherited from
774
+
775
+ HTMLElement.ariaReadOnly
776
+
777
+ ___
778
+
779
+ ### ariaRequired
780
+
781
+ • **ariaRequired**: `string`
782
+
783
+ #### Inherited from
784
+
785
+ HTMLElement.ariaRequired
786
+
787
+ ___
788
+
789
+ ### ariaRoleDescription
790
+
791
+ • **ariaRoleDescription**: `string`
792
+
793
+ #### Inherited from
794
+
795
+ HTMLElement.ariaRoleDescription
796
+
797
+ ___
798
+
799
+ ### ariaRowCount
800
+
801
+ • **ariaRowCount**: `string`
802
+
803
+ #### Inherited from
804
+
805
+ HTMLElement.ariaRowCount
806
+
807
+ ___
808
+
809
+ ### ariaRowIndex
810
+
811
+ • **ariaRowIndex**: `string`
812
+
813
+ #### Inherited from
814
+
815
+ HTMLElement.ariaRowIndex
816
+
817
+ ___
818
+
819
+ ### ariaRowSpan
820
+
821
+ • **ariaRowSpan**: `string`
822
+
823
+ #### Inherited from
824
+
825
+ HTMLElement.ariaRowSpan
826
+
827
+ ___
828
+
829
+ ### ariaSelected
830
+
831
+ • **ariaSelected**: `string`
832
+
833
+ #### Inherited from
834
+
835
+ HTMLElement.ariaSelected
836
+
837
+ ___
838
+
839
+ ### ariaSetSize
840
+
841
+ • **ariaSetSize**: `string`
842
+
843
+ #### Inherited from
844
+
845
+ HTMLElement.ariaSetSize
846
+
847
+ ___
848
+
849
+ ### ariaSort
850
+
851
+ • **ariaSort**: `string`
852
+
853
+ #### Inherited from
854
+
855
+ HTMLElement.ariaSort
856
+
857
+ ___
858
+
859
+ ### ariaValueMax
860
+
861
+ • **ariaValueMax**: `string`
862
+
863
+ #### Inherited from
864
+
865
+ HTMLElement.ariaValueMax
866
+
867
+ ___
868
+
869
+ ### ariaValueMin
870
+
871
+ • **ariaValueMin**: `string`
872
+
873
+ #### Inherited from
874
+
875
+ HTMLElement.ariaValueMin
876
+
877
+ ___
878
+
879
+ ### ariaValueNow
880
+
881
+ • **ariaValueNow**: `string`
882
+
883
+ #### Inherited from
884
+
885
+ HTMLElement.ariaValueNow
886
+
887
+ ___
888
+
889
+ ### ariaValueText
890
+
891
+ • **ariaValueText**: `string`
892
+
893
+ #### Inherited from
894
+
895
+ HTMLElement.ariaValueText
896
+
897
+ ___
898
+
899
+ ### assignedSlot
900
+
901
+ • `Readonly` **assignedSlot**: ``null`` \| `HTMLSlotElement`
902
+
903
+ #### Inherited from
904
+
905
+ HTMLElement.assignedSlot
906
+
907
+ ___
908
+
909
+ ### attributes
910
+
911
+ • `Readonly` **attributes**: `NamedNodeMap`
912
+
913
+ #### Inherited from
914
+
915
+ HTMLElement.attributes
916
+
917
+ ___
918
+
919
+ ### autocapitalize
920
+
921
+ • **autocapitalize**: `string`
922
+
923
+ #### Inherited from
924
+
925
+ HTMLElement.autocapitalize
926
+
927
+ ___
928
+
929
+ ### baseURI
930
+
931
+ • `Readonly` **baseURI**: `string`
932
+
933
+ Returns node's node document's document base URL.
934
+
935
+ #### Inherited from
936
+
937
+ HTMLElement.baseURI
938
+
939
+ ___
940
+
941
+ ### childElementCount
942
+
943
+ • `Readonly` **childElementCount**: `number`
944
+
945
+ #### Inherited from
946
+
947
+ HTMLElement.childElementCount
948
+
949
+ ___
950
+
951
+ ### childNodes
952
+
953
+ • `Readonly` **childNodes**: `NodeListOf`<`ChildNode`\>
954
+
955
+ Returns the children.
956
+
957
+ #### Inherited from
958
+
959
+ HTMLElement.childNodes
960
+
961
+ ___
962
+
963
+ ### children
964
+
965
+ • `Readonly` **children**: `HTMLCollection`
966
+
967
+ Returns the child elements.
968
+
969
+ #### Inherited from
970
+
971
+ HTMLElement.children
972
+
973
+ ___
974
+
975
+ ### classList
976
+
977
+ • `Readonly` **classList**: `DOMTokenList`
978
+
979
+ Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.
980
+
981
+ #### Inherited from
982
+
983
+ HTMLElement.classList
984
+
985
+ ___
986
+
987
+ ### className
988
+
989
+ • **className**: `string`
990
+
991
+ Returns the value of element's class content attribute. Can be set to change it.
992
+
993
+ #### Inherited from
994
+
995
+ HTMLElement.className
996
+
997
+ ___
998
+
999
+ ### clientHeight
1000
+
1001
+ • `Readonly` **clientHeight**: `number`
1002
+
1003
+ #### Inherited from
1004
+
1005
+ HTMLElement.clientHeight
1006
+
1007
+ ___
1008
+
1009
+ ### clientLeft
1010
+
1011
+ • `Readonly` **clientLeft**: `number`
1012
+
1013
+ #### Inherited from
1014
+
1015
+ HTMLElement.clientLeft
1016
+
1017
+ ___
1018
+
1019
+ ### clientTop
1020
+
1021
+ • `Readonly` **clientTop**: `number`
1022
+
1023
+ #### Inherited from
1024
+
1025
+ HTMLElement.clientTop
1026
+
1027
+ ___
1028
+
1029
+ ### clientWidth
1030
+
1031
+ • `Readonly` **clientWidth**: `number`
1032
+
1033
+ #### Inherited from
1034
+
1035
+ HTMLElement.clientWidth
1036
+
1037
+ ___
1038
+
1039
+ ### contentEditable
1040
+
1041
+ • **contentEditable**: `string`
1042
+
1043
+ #### Inherited from
1044
+
1045
+ HTMLElement.contentEditable
1046
+
1047
+ ___
1048
+
1049
+ ### contentLanguage
1050
+
1051
+ • **contentLanguage**: `string`
1052
+
1053
+ The content language as defined in the hosting system. Should be used to provide
1054
+ the correct localization in the widget.
1055
+
1056
+ NOTE: This is not necessarily the same as the UI language, which is defined by the browser.
1057
+ When a widget is added to a specific content, the content-language attribute gets automatically set
1058
+ to that language.
1059
+
1060
+ ___
1061
+
1062
+ ### dataset
1063
+
1064
+ • `Readonly` **dataset**: `DOMStringMap`
1065
+
1066
+ #### Inherited from
1067
+
1068
+ HTMLElement.dataset
1069
+
1070
+ ___
1071
+
1072
+ ### dir
1073
+
1074
+ • **dir**: `string`
1075
+
1076
+ #### Inherited from
1077
+
1078
+ HTMLElement.dir
1079
+
1080
+ ___
1081
+
1082
+ ### draggable
1083
+
1084
+ • **draggable**: `boolean`
1085
+
1086
+ #### Inherited from
1087
+
1088
+ HTMLElement.draggable
1089
+
1090
+ ___
1091
+
1092
+ ### enterKeyHint
1093
+
1094
+ • **enterKeyHint**: `string`
1095
+
1096
+ #### Inherited from
1097
+
1098
+ HTMLElement.enterKeyHint
1099
+
1100
+ ___
1101
+
1102
+ ### firstChild
1103
+
1104
+ • `Readonly` **firstChild**: ``null`` \| `ChildNode`
1105
+
1106
+ Returns the first child.
1107
+
1108
+ #### Inherited from
1109
+
1110
+ HTMLElement.firstChild
1111
+
1112
+ ___
1113
+
1114
+ ### firstElementChild
1115
+
1116
+ • `Readonly` **firstElementChild**: ``null`` \| `Element`
1117
+
1118
+ Returns the first child that is an element, and null otherwise.
1119
+
1120
+ #### Inherited from
1121
+
1122
+ HTMLElement.firstElementChild
1123
+
1124
+ ___
1125
+
1126
+ ### hidden
1127
+
1128
+ • **hidden**: `boolean`
1129
+
1130
+ #### Inherited from
1131
+
1132
+ HTMLElement.hidden
1133
+
1134
+ ___
1135
+
1136
+ ### id
1137
+
1138
+ • **id**: `string`
1139
+
1140
+ Returns the value of element's id content attribute. Can be set to change it.
1141
+
1142
+ #### Inherited from
1143
+
1144
+ HTMLElement.id
1145
+
1146
+ ___
1147
+
1148
+ ### innerHTML
1149
+
1150
+ • **innerHTML**: `string`
1151
+
1152
+ #### Inherited from
1153
+
1154
+ HTMLElement.innerHTML
1155
+
1156
+ ___
1157
+
1158
+ ### innerText
1159
+
1160
+ • **innerText**: `string`
1161
+
1162
+ #### Inherited from
1163
+
1164
+ HTMLElement.innerText
1165
+
1166
+ ___
1167
+
1168
+ ### inputMode
1169
+
1170
+ • **inputMode**: `string`
1171
+
1172
+ #### Inherited from
1173
+
1174
+ HTMLElement.inputMode
1175
+
1176
+ ___
1177
+
1178
+ ### isConnected
1179
+
1180
+ • `Readonly` **isConnected**: `boolean`
1181
+
1182
+ Returns true if node is connected and false otherwise.
1183
+
1184
+ #### Inherited from
1185
+
1186
+ HTMLElement.isConnected
1187
+
1188
+ ___
1189
+
1190
+ ### isContentEditable
1191
+
1192
+ • `Readonly` **isContentEditable**: `boolean`
1193
+
1194
+ #### Inherited from
1195
+
1196
+ HTMLElement.isContentEditable
1197
+
1198
+ ___
1199
+
1200
+ ### lang
1201
+
1202
+ • **lang**: `string`
1203
+
1204
+ #### Inherited from
1205
+
1206
+ HTMLElement.lang
1207
+
1208
+ ___
1209
+
1210
+ ### lastChild
1211
+
1212
+ • `Readonly` **lastChild**: ``null`` \| `ChildNode`
1213
+
1214
+ Returns the last child.
1215
+
1216
+ #### Inherited from
1217
+
1218
+ HTMLElement.lastChild
1219
+
1220
+ ___
1221
+
1222
+ ### lastElementChild
1223
+
1224
+ • `Readonly` **lastElementChild**: ``null`` \| `Element`
1225
+
1226
+ Returns the last child that is an element, and null otherwise.
1227
+
1228
+ #### Inherited from
1229
+
1230
+ HTMLElement.lastElementChild
1231
+
1232
+ ___
1233
+
1234
+ ### localName
1235
+
1236
+ • `Readonly` **localName**: `string`
1237
+
1238
+ Returns the local name.
1239
+
1240
+ #### Inherited from
1241
+
1242
+ HTMLElement.localName
1243
+
1244
+ ___
1245
+
1246
+ ### namespaceURI
1247
+
1248
+ • `Readonly` **namespaceURI**: ``null`` \| `string`
1249
+
1250
+ Returns the namespace.
1251
+
1252
+ #### Inherited from
1253
+
1254
+ HTMLElement.namespaceURI
1255
+
1256
+ ___
1257
+
1258
+ ### nextElementSibling
1259
+
1260
+ • `Readonly` **nextElementSibling**: ``null`` \| `Element`
1261
+
1262
+ Returns the first following sibling that is an element, and null otherwise.
1263
+
1264
+ #### Inherited from
1265
+
1266
+ HTMLElement.nextElementSibling
1267
+
1268
+ ___
1269
+
1270
+ ### nextSibling
1271
+
1272
+ • `Readonly` **nextSibling**: ``null`` \| `ChildNode`
1273
+
1274
+ Returns the next sibling.
1275
+
1276
+ #### Inherited from
1277
+
1278
+ HTMLElement.nextSibling
1279
+
1280
+ ___
1281
+
1282
+ ### nodeName
1283
+
1284
+ • `Readonly` **nodeName**: `string`
1285
+
1286
+ Returns a string appropriate for the type of node.
1287
+
1288
+ #### Inherited from
1289
+
1290
+ HTMLElement.nodeName
1291
+
1292
+ ___
1293
+
1294
+ ### nodeType
1295
+
1296
+ • `Readonly` **nodeType**: `number`
1297
+
1298
+ Returns the type of node.
1299
+
1300
+ #### Inherited from
1301
+
1302
+ HTMLElement.nodeType
1303
+
1304
+ ___
1305
+
1306
+ ### nodeValue
1307
+
1308
+ • **nodeValue**: ``null`` \| `string`
1309
+
1310
+ #### Inherited from
1311
+
1312
+ HTMLElement.nodeValue
1313
+
1314
+ ___
1315
+
1316
+ ### nonce
1317
+
1318
+ • `Optional` **nonce**: `string`
1319
+
1320
+ #### Inherited from
1321
+
1322
+ HTMLElement.nonce
1323
+
1324
+ ___
1325
+
1326
+ ### offsetHeight
1327
+
1328
+ • `Readonly` **offsetHeight**: `number`
1329
+
1330
+ #### Inherited from
1331
+
1332
+ HTMLElement.offsetHeight
1333
+
1334
+ ___
1335
+
1336
+ ### offsetLeft
1337
+
1338
+ • `Readonly` **offsetLeft**: `number`
1339
+
1340
+ #### Inherited from
1341
+
1342
+ HTMLElement.offsetLeft
1343
+
1344
+ ___
1345
+
1346
+ ### offsetParent
1347
+
1348
+ • `Readonly` **offsetParent**: ``null`` \| `Element`
1349
+
1350
+ #### Inherited from
1351
+
1352
+ HTMLElement.offsetParent
1353
+
1354
+ ___
1355
+
1356
+ ### offsetTop
1357
+
1358
+ • `Readonly` **offsetTop**: `number`
1359
+
1360
+ #### Inherited from
1361
+
1362
+ HTMLElement.offsetTop
1363
+
1364
+ ___
1365
+
1366
+ ### offsetWidth
1367
+
1368
+ • `Readonly` **offsetWidth**: `number`
1369
+
1370
+ #### Inherited from
1371
+
1372
+ HTMLElement.offsetWidth
1373
+
1374
+ ___
1375
+
1376
+ ### onabort
1377
+
1378
+ • **onabort**: ``null`` \| (`ev`: `UIEvent`) => `any`
1379
+
1380
+ Fires when the user aborts the download.
1381
+
1382
+ **`param`** The event.
1383
+
1384
+ #### Inherited from
1385
+
1386
+ HTMLElement.onabort
1387
+
1388
+ ___
1389
+
1390
+ ### onanimationcancel
1391
+
1392
+ • **onanimationcancel**: ``null`` \| (`ev`: `AnimationEvent`) => `any`
1393
+
1394
+ #### Inherited from
1395
+
1396
+ HTMLElement.onanimationcancel
1397
+
1398
+ ___
1399
+
1400
+ ### onanimationend
1401
+
1402
+ • **onanimationend**: ``null`` \| (`ev`: `AnimationEvent`) => `any`
1403
+
1404
+ #### Inherited from
1405
+
1406
+ HTMLElement.onanimationend
1407
+
1408
+ ___
1409
+
1410
+ ### onanimationiteration
1411
+
1412
+ • **onanimationiteration**: ``null`` \| (`ev`: `AnimationEvent`) => `any`
1413
+
1414
+ #### Inherited from
1415
+
1416
+ HTMLElement.onanimationiteration
1417
+
1418
+ ___
1419
+
1420
+ ### onanimationstart
1421
+
1422
+ • **onanimationstart**: ``null`` \| (`ev`: `AnimationEvent`) => `any`
1423
+
1424
+ #### Inherited from
1425
+
1426
+ HTMLElement.onanimationstart
1427
+
1428
+ ___
1429
+
1430
+ ### onauxclick
1431
+
1432
+ • **onauxclick**: ``null`` \| (`ev`: `MouseEvent`) => `any`
1433
+
1434
+ #### Inherited from
1435
+
1436
+ HTMLElement.onauxclick
1437
+
1438
+ ___
1439
+
1440
+ ### onblur
1441
+
1442
+ • **onblur**: ``null`` \| (`ev`: `FocusEvent`) => `any`
1443
+
1444
+ Fires when the object loses the input focus.
1445
+
1446
+ **`param`** The focus event.
1447
+
1448
+ #### Inherited from
1449
+
1450
+ HTMLElement.onblur
1451
+
1452
+ ___
1453
+
1454
+ ### oncanplay
1455
+
1456
+ • **oncanplay**: ``null`` \| (`ev`: `Event`) => `any`
1457
+
1458
+ Occurs when playback is possible, but would require further buffering.
1459
+
1460
+ **`param`** The event.
1461
+
1462
+ #### Inherited from
1463
+
1464
+ HTMLElement.oncanplay
1465
+
1466
+ ___
1467
+
1468
+ ### oncanplaythrough
1469
+
1470
+ • **oncanplaythrough**: ``null`` \| (`ev`: `Event`) => `any`
1471
+
1472
+ #### Inherited from
1473
+
1474
+ HTMLElement.oncanplaythrough
1475
+
1476
+ ___
1477
+
1478
+ ### onchange
1479
+
1480
+ • **onchange**: ``null`` \| (`ev`: `Event`) => `any`
1481
+
1482
+ Fires when the contents of the object or selection have changed.
1483
+
1484
+ **`param`** The event.
1485
+
1486
+ #### Inherited from
1487
+
1488
+ HTMLElement.onchange
1489
+
1490
+ ___
1491
+
1492
+ ### onclick
1493
+
1494
+ • **onclick**: ``null`` \| (`ev`: `MouseEvent`) => `any`
1495
+
1496
+ Fires when the user clicks the left mouse button on the object
1497
+
1498
+ **`param`** The mouse event.
1499
+
1500
+ #### Inherited from
1501
+
1502
+ HTMLElement.onclick
1503
+
1504
+ ___
1505
+
1506
+ ### onclose
1507
+
1508
+ • **onclose**: ``null`` \| (`ev`: `Event`) => `any`
1509
+
1510
+ #### Inherited from
1511
+
1512
+ HTMLElement.onclose
1513
+
1514
+ ___
1515
+
1516
+ ### oncontextmenu
1517
+
1518
+ • **oncontextmenu**: ``null`` \| (`ev`: `MouseEvent`) => `any`
1519
+
1520
+ Fires when the user clicks the right mouse button in the client area, opening the context menu.
1521
+
1522
+ **`param`** The mouse event.
1523
+
1524
+ #### Inherited from
1525
+
1526
+ HTMLElement.oncontextmenu
1527
+
1528
+ ___
1529
+
1530
+ ### oncopy
1531
+
1532
+ • **oncopy**: ``null`` \| (`ev`: `ClipboardEvent`) => `any`
1533
+
1534
+ #### Inherited from
1535
+
1536
+ HTMLElement.oncopy
1537
+
1538
+ ___
1539
+
1540
+ ### oncuechange
1541
+
1542
+ • **oncuechange**: ``null`` \| (`ev`: `Event`) => `any`
1543
+
1544
+ #### Inherited from
1545
+
1546
+ HTMLElement.oncuechange
1547
+
1548
+ ___
1549
+
1550
+ ### oncut
1551
+
1552
+ • **oncut**: ``null`` \| (`ev`: `ClipboardEvent`) => `any`
1553
+
1554
+ #### Inherited from
1555
+
1556
+ HTMLElement.oncut
1557
+
1558
+ ___
1559
+
1560
+ ### ondblclick
1561
+
1562
+ • **ondblclick**: ``null`` \| (`ev`: `MouseEvent`) => `any`
1563
+
1564
+ Fires when the user double-clicks the object.
1565
+
1566
+ **`param`** The mouse event.
1567
+
1568
+ #### Inherited from
1569
+
1570
+ HTMLElement.ondblclick
1571
+
1572
+ ___
1573
+
1574
+ ### ondrag
1575
+
1576
+ • **ondrag**: ``null`` \| (`ev`: `DragEvent`) => `any`
1577
+
1578
+ Fires on the source object continuously during a drag operation.
1579
+
1580
+ **`param`** The event.
1581
+
1582
+ #### Inherited from
1583
+
1584
+ HTMLElement.ondrag
1585
+
1586
+ ___
1587
+
1588
+ ### ondragend
1589
+
1590
+ • **ondragend**: ``null`` \| (`ev`: `DragEvent`) => `any`
1591
+
1592
+ Fires on the source object when the user releases the mouse at the close of a drag operation.
1593
+
1594
+ **`param`** The event.
1595
+
1596
+ #### Inherited from
1597
+
1598
+ HTMLElement.ondragend
1599
+
1600
+ ___
1601
+
1602
+ ### ondragenter
1603
+
1604
+ • **ondragenter**: ``null`` \| (`ev`: `DragEvent`) => `any`
1605
+
1606
+ Fires on the target element when the user drags the object to a valid drop target.
1607
+
1608
+ **`param`** The drag event.
1609
+
1610
+ #### Inherited from
1611
+
1612
+ HTMLElement.ondragenter
1613
+
1614
+ ___
1615
+
1616
+ ### ondragleave
1617
+
1618
+ • **ondragleave**: ``null`` \| (`ev`: `DragEvent`) => `any`
1619
+
1620
+ Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
1621
+
1622
+ **`param`** The drag event.
1623
+
1624
+ #### Inherited from
1625
+
1626
+ HTMLElement.ondragleave
1627
+
1628
+ ___
1629
+
1630
+ ### ondragover
1631
+
1632
+ • **ondragover**: ``null`` \| (`ev`: `DragEvent`) => `any`
1633
+
1634
+ Fires on the target element continuously while the user drags the object over a valid drop target.
1635
+
1636
+ **`param`** The event.
1637
+
1638
+ #### Inherited from
1639
+
1640
+ HTMLElement.ondragover
1641
+
1642
+ ___
1643
+
1644
+ ### ondragstart
1645
+
1646
+ • **ondragstart**: ``null`` \| (`ev`: `DragEvent`) => `any`
1647
+
1648
+ Fires on the source object when the user starts to drag a text selection or selected object.
1649
+
1650
+ **`param`** The event.
1651
+
1652
+ #### Inherited from
1653
+
1654
+ HTMLElement.ondragstart
1655
+
1656
+ ___
1657
+
1658
+ ### ondrop
1659
+
1660
+ • **ondrop**: ``null`` \| (`ev`: `DragEvent`) => `any`
1661
+
1662
+ #### Inherited from
1663
+
1664
+ HTMLElement.ondrop
1665
+
1666
+ ___
1667
+
1668
+ ### ondurationchange
1669
+
1670
+ • **ondurationchange**: ``null`` \| (`ev`: `Event`) => `any`
1671
+
1672
+ Occurs when the duration attribute is updated.
1673
+
1674
+ **`param`** The event.
1675
+
1676
+ #### Inherited from
1677
+
1678
+ HTMLElement.ondurationchange
1679
+
1680
+ ___
1681
+
1682
+ ### onemptied
1683
+
1684
+ • **onemptied**: ``null`` \| (`ev`: `Event`) => `any`
1685
+
1686
+ Occurs when the media element is reset to its initial state.
1687
+
1688
+ **`param`** The event.
1689
+
1690
+ #### Inherited from
1691
+
1692
+ HTMLElement.onemptied
1693
+
1694
+ ___
1695
+
1696
+ ### onended
1697
+
1698
+ • **onended**: ``null`` \| (`ev`: `Event`) => `any`
1699
+
1700
+ Occurs when the end of playback is reached.
1701
+
1702
+ **`param`** The event
1703
+
1704
+ #### Inherited from
1705
+
1706
+ HTMLElement.onended
1707
+
1708
+ ___
1709
+
1710
+ ### onerror
1711
+
1712
+ • **onerror**: `OnErrorEventHandler`
1713
+
1714
+ Fires when an error occurs during object loading.
1715
+
1716
+ **`param`** The event.
1717
+
1718
+ #### Inherited from
1719
+
1720
+ HTMLElement.onerror
1721
+
1722
+ ___
1723
+
1724
+ ### onfocus
1725
+
1726
+ • **onfocus**: ``null`` \| (`ev`: `FocusEvent`) => `any`
1727
+
1728
+ Fires when the object receives focus.
1729
+
1730
+ **`param`** The event.
1731
+
1732
+ #### Inherited from
1733
+
1734
+ HTMLElement.onfocus
1735
+
1736
+ ___
1737
+
1738
+ ### onformdata
1739
+
1740
+ • **onformdata**: ``null`` \| (`ev`: `FormDataEvent`) => `any`
1741
+
1742
+ #### Inherited from
1743
+
1744
+ HTMLElement.onformdata
1745
+
1746
+ ___
1747
+
1748
+ ### onfullscreenchange
1749
+
1750
+ • **onfullscreenchange**: ``null`` \| (`ev`: `Event`) => `any`
1751
+
1752
+ #### Inherited from
1753
+
1754
+ HTMLElement.onfullscreenchange
1755
+
1756
+ ___
1757
+
1758
+ ### onfullscreenerror
1759
+
1760
+ • **onfullscreenerror**: ``null`` \| (`ev`: `Event`) => `any`
1761
+
1762
+ #### Inherited from
1763
+
1764
+ HTMLElement.onfullscreenerror
1765
+
1766
+ ___
1767
+
1768
+ ### ongotpointercapture
1769
+
1770
+ • **ongotpointercapture**: ``null`` \| (`ev`: `PointerEvent`) => `any`
1771
+
1772
+ #### Inherited from
1773
+
1774
+ HTMLElement.ongotpointercapture
1775
+
1776
+ ___
1777
+
1778
+ ### oninput
1779
+
1780
+ • **oninput**: ``null`` \| (`ev`: `Event`) => `any`
1781
+
1782
+ #### Inherited from
1783
+
1784
+ HTMLElement.oninput
1785
+
1786
+ ___
1787
+
1788
+ ### oninvalid
1789
+
1790
+ • **oninvalid**: ``null`` \| (`ev`: `Event`) => `any`
1791
+
1792
+ #### Inherited from
1793
+
1794
+ HTMLElement.oninvalid
1795
+
1796
+ ___
1797
+
1798
+ ### onkeydown
1799
+
1800
+ • **onkeydown**: ``null`` \| (`ev`: `KeyboardEvent`) => `any`
1801
+
1802
+ Fires when the user presses a key.
1803
+
1804
+ **`param`** The keyboard event
1805
+
1806
+ #### Inherited from
1807
+
1808
+ HTMLElement.onkeydown
1809
+
1810
+ ___
1811
+
1812
+ ### onkeypress
1813
+
1814
+ • **onkeypress**: ``null`` \| (`ev`: `KeyboardEvent`) => `any`
1815
+
1816
+ Fires when the user presses an alphanumeric key.
1817
+
1818
+ **`param`** The event.
1819
+
1820
+ **`deprecated`**
1821
+
1822
+ #### Inherited from
1823
+
1824
+ HTMLElement.onkeypress
1825
+
1826
+ ___
1827
+
1828
+ ### onkeyup
1829
+
1830
+ • **onkeyup**: ``null`` \| (`ev`: `KeyboardEvent`) => `any`
1831
+
1832
+ Fires when the user releases a key.
1833
+
1834
+ **`param`** The keyboard event
1835
+
1836
+ #### Inherited from
1837
+
1838
+ HTMLElement.onkeyup
1839
+
1840
+ ___
1841
+
1842
+ ### onload
1843
+
1844
+ • **onload**: ``null`` \| (`ev`: `Event`) => `any`
1845
+
1846
+ Fires immediately after the browser loads the object.
1847
+
1848
+ **`param`** The event.
1849
+
1850
+ #### Inherited from
1851
+
1852
+ HTMLElement.onload
1853
+
1854
+ ___
1855
+
1856
+ ### onloadeddata
1857
+
1858
+ • **onloadeddata**: ``null`` \| (`ev`: `Event`) => `any`
1859
+
1860
+ Occurs when media data is loaded at the current playback position.
1861
+
1862
+ **`param`** The event.
1863
+
1864
+ #### Inherited from
1865
+
1866
+ HTMLElement.onloadeddata
1867
+
1868
+ ___
1869
+
1870
+ ### onloadedmetadata
1871
+
1872
+ • **onloadedmetadata**: ``null`` \| (`ev`: `Event`) => `any`
1873
+
1874
+ Occurs when the duration and dimensions of the media have been determined.
1875
+
1876
+ **`param`** The event.
1877
+
1878
+ #### Inherited from
1879
+
1880
+ HTMLElement.onloadedmetadata
1881
+
1882
+ ___
1883
+
1884
+ ### onloadstart
1885
+
1886
+ • **onloadstart**: ``null`` \| (`ev`: `Event`) => `any`
1887
+
1888
+ Occurs when Internet Explorer begins looking for media data.
1889
+
1890
+ **`param`** The event.
1891
+
1892
+ #### Inherited from
1893
+
1894
+ HTMLElement.onloadstart
1895
+
1896
+ ___
1897
+
1898
+ ### onlostpointercapture
1899
+
1900
+ • **onlostpointercapture**: ``null`` \| (`ev`: `PointerEvent`) => `any`
1901
+
1902
+ #### Inherited from
1903
+
1904
+ HTMLElement.onlostpointercapture
1905
+
1906
+ ___
1907
+
1908
+ ### onmousedown
1909
+
1910
+ • **onmousedown**: ``null`` \| (`ev`: `MouseEvent`) => `any`
1911
+
1912
+ Fires when the user clicks the object with either mouse button.
1913
+
1914
+ **`param`** The mouse event.
1915
+
1916
+ #### Inherited from
1917
+
1918
+ HTMLElement.onmousedown
1919
+
1920
+ ___
1921
+
1922
+ ### onmouseenter
1923
+
1924
+ • **onmouseenter**: ``null`` \| (`ev`: `MouseEvent`) => `any`
1925
+
1926
+ #### Inherited from
1927
+
1928
+ HTMLElement.onmouseenter
1929
+
1930
+ ___
1931
+
1932
+ ### onmouseleave
1933
+
1934
+ • **onmouseleave**: ``null`` \| (`ev`: `MouseEvent`) => `any`
1935
+
1936
+ #### Inherited from
1937
+
1938
+ HTMLElement.onmouseleave
1939
+
1940
+ ___
1941
+
1942
+ ### onmousemove
1943
+
1944
+ • **onmousemove**: ``null`` \| (`ev`: `MouseEvent`) => `any`
1945
+
1946
+ Fires when the user moves the mouse over the object.
1947
+
1948
+ **`param`** The mouse event.
1949
+
1950
+ #### Inherited from
1951
+
1952
+ HTMLElement.onmousemove
1953
+
1954
+ ___
1955
+
1956
+ ### onmouseout
1957
+
1958
+ • **onmouseout**: ``null`` \| (`ev`: `MouseEvent`) => `any`
1959
+
1960
+ Fires when the user moves the mouse pointer outside the boundaries of the object.
1961
+
1962
+ **`param`** The mouse event.
1963
+
1964
+ #### Inherited from
1965
+
1966
+ HTMLElement.onmouseout
1967
+
1968
+ ___
1969
+
1970
+ ### onmouseover
1971
+
1972
+ • **onmouseover**: ``null`` \| (`ev`: `MouseEvent`) => `any`
1973
+
1974
+ Fires when the user moves the mouse pointer into the object.
1975
+
1976
+ **`param`** The mouse event.
1977
+
1978
+ #### Inherited from
1979
+
1980
+ HTMLElement.onmouseover
1981
+
1982
+ ___
1983
+
1984
+ ### onmouseup
1985
+
1986
+ • **onmouseup**: ``null`` \| (`ev`: `MouseEvent`) => `any`
1987
+
1988
+ Fires when the user releases a mouse button while the mouse is over the object.
1989
+
1990
+ **`param`** The mouse event.
1991
+
1992
+ #### Inherited from
1993
+
1994
+ HTMLElement.onmouseup
1995
+
1996
+ ___
1997
+
1998
+ ### onpaste
1999
+
2000
+ • **onpaste**: ``null`` \| (`ev`: `ClipboardEvent`) => `any`
2001
+
2002
+ #### Inherited from
2003
+
2004
+ HTMLElement.onpaste
2005
+
2006
+ ___
2007
+
2008
+ ### onpause
2009
+
2010
+ • **onpause**: ``null`` \| (`ev`: `Event`) => `any`
2011
+
2012
+ Occurs when playback is paused.
2013
+
2014
+ **`param`** The event.
2015
+
2016
+ #### Inherited from
2017
+
2018
+ HTMLElement.onpause
2019
+
2020
+ ___
2021
+
2022
+ ### onplay
2023
+
2024
+ • **onplay**: ``null`` \| (`ev`: `Event`) => `any`
2025
+
2026
+ Occurs when the play method is requested.
2027
+
2028
+ **`param`** The event.
2029
+
2030
+ #### Inherited from
2031
+
2032
+ HTMLElement.onplay
2033
+
2034
+ ___
2035
+
2036
+ ### onplaying
2037
+
2038
+ • **onplaying**: ``null`` \| (`ev`: `Event`) => `any`
2039
+
2040
+ Occurs when the audio or video has started playing.
2041
+
2042
+ **`param`** The event.
2043
+
2044
+ #### Inherited from
2045
+
2046
+ HTMLElement.onplaying
2047
+
2048
+ ___
2049
+
2050
+ ### onpointercancel
2051
+
2052
+ • **onpointercancel**: ``null`` \| (`ev`: `PointerEvent`) => `any`
2053
+
2054
+ #### Inherited from
2055
+
2056
+ HTMLElement.onpointercancel
2057
+
2058
+ ___
2059
+
2060
+ ### onpointerdown
2061
+
2062
+ • **onpointerdown**: ``null`` \| (`ev`: `PointerEvent`) => `any`
2063
+
2064
+ #### Inherited from
2065
+
2066
+ HTMLElement.onpointerdown
2067
+
2068
+ ___
2069
+
2070
+ ### onpointerenter
2071
+
2072
+ • **onpointerenter**: ``null`` \| (`ev`: `PointerEvent`) => `any`
2073
+
2074
+ #### Inherited from
2075
+
2076
+ HTMLElement.onpointerenter
2077
+
2078
+ ___
2079
+
2080
+ ### onpointerleave
2081
+
2082
+ • **onpointerleave**: ``null`` \| (`ev`: `PointerEvent`) => `any`
2083
+
2084
+ #### Inherited from
2085
+
2086
+ HTMLElement.onpointerleave
2087
+
2088
+ ___
2089
+
2090
+ ### onpointermove
2091
+
2092
+ • **onpointermove**: ``null`` \| (`ev`: `PointerEvent`) => `any`
2093
+
2094
+ #### Inherited from
2095
+
2096
+ HTMLElement.onpointermove
2097
+
2098
+ ___
2099
+
2100
+ ### onpointerout
2101
+
2102
+ • **onpointerout**: ``null`` \| (`ev`: `PointerEvent`) => `any`
2103
+
2104
+ #### Inherited from
2105
+
2106
+ HTMLElement.onpointerout
2107
+
2108
+ ___
2109
+
2110
+ ### onpointerover
2111
+
2112
+ • **onpointerover**: ``null`` \| (`ev`: `PointerEvent`) => `any`
2113
+
2114
+ #### Inherited from
2115
+
2116
+ HTMLElement.onpointerover
2117
+
2118
+ ___
2119
+
2120
+ ### onpointerup
2121
+
2122
+ • **onpointerup**: ``null`` \| (`ev`: `PointerEvent`) => `any`
2123
+
2124
+ #### Inherited from
2125
+
2126
+ HTMLElement.onpointerup
2127
+
2128
+ ___
2129
+
2130
+ ### onprogress
2131
+
2132
+ • **onprogress**: ``null`` \| (`ev`: `ProgressEvent`<`EventTarget`\>) => `any`
2133
+
2134
+ Occurs to indicate progress while downloading media data.
2135
+
2136
+ **`param`** The event.
2137
+
2138
+ #### Inherited from
2139
+
2140
+ HTMLElement.onprogress
2141
+
2142
+ ___
2143
+
2144
+ ### onratechange
2145
+
2146
+ • **onratechange**: ``null`` \| (`ev`: `Event`) => `any`
2147
+
2148
+ Occurs when the playback rate is increased or decreased.
2149
+
2150
+ **`param`** The event.
2151
+
2152
+ #### Inherited from
2153
+
2154
+ HTMLElement.onratechange
2155
+
2156
+ ___
2157
+
2158
+ ### onreset
2159
+
2160
+ • **onreset**: ``null`` \| (`ev`: `Event`) => `any`
2161
+
2162
+ Fires when the user resets a form.
2163
+
2164
+ **`param`** The event.
2165
+
2166
+ #### Inherited from
2167
+
2168
+ HTMLElement.onreset
2169
+
2170
+ ___
2171
+
2172
+ ### onresize
2173
+
2174
+ • **onresize**: ``null`` \| (`ev`: `UIEvent`) => `any`
2175
+
2176
+ #### Inherited from
2177
+
2178
+ HTMLElement.onresize
2179
+
2180
+ ___
2181
+
2182
+ ### onscroll
2183
+
2184
+ • **onscroll**: ``null`` \| (`ev`: `Event`) => `any`
2185
+
2186
+ Fires when the user repositions the scroll box in the scroll bar on the object.
2187
+
2188
+ **`param`** The event.
2189
+
2190
+ #### Inherited from
2191
+
2192
+ HTMLElement.onscroll
2193
+
2194
+ ___
2195
+
2196
+ ### onseeked
2197
+
2198
+ • **onseeked**: ``null`` \| (`ev`: `Event`) => `any`
2199
+
2200
+ Occurs when the seek operation ends.
2201
+
2202
+ **`param`** The event.
2203
+
2204
+ #### Inherited from
2205
+
2206
+ HTMLElement.onseeked
2207
+
2208
+ ___
2209
+
2210
+ ### onseeking
2211
+
2212
+ • **onseeking**: ``null`` \| (`ev`: `Event`) => `any`
2213
+
2214
+ Occurs when the current playback position is moved.
2215
+
2216
+ **`param`** The event.
2217
+
2218
+ #### Inherited from
2219
+
2220
+ HTMLElement.onseeking
2221
+
2222
+ ___
2223
+
2224
+ ### onselect
2225
+
2226
+ • **onselect**: ``null`` \| (`ev`: `Event`) => `any`
2227
+
2228
+ Fires when the current selection changes.
2229
+
2230
+ **`param`** The event.
2231
+
2232
+ #### Inherited from
2233
+
2234
+ HTMLElement.onselect
2235
+
2236
+ ___
2237
+
2238
+ ### onselectionchange
2239
+
2240
+ • **onselectionchange**: ``null`` \| (`ev`: `Event`) => `any`
2241
+
2242
+ #### Inherited from
2243
+
2244
+ HTMLElement.onselectionchange
2245
+
2246
+ ___
2247
+
2248
+ ### onselectstart
2249
+
2250
+ • **onselectstart**: ``null`` \| (`ev`: `Event`) => `any`
2251
+
2252
+ #### Inherited from
2253
+
2254
+ HTMLElement.onselectstart
2255
+
2256
+ ___
2257
+
2258
+ ### onstalled
2259
+
2260
+ • **onstalled**: ``null`` \| (`ev`: `Event`) => `any`
2261
+
2262
+ Occurs when the download has stopped.
2263
+
2264
+ **`param`** The event.
2265
+
2266
+ #### Inherited from
2267
+
2268
+ HTMLElement.onstalled
2269
+
2270
+ ___
2271
+
2272
+ ### onsubmit
2273
+
2274
+ • **onsubmit**: ``null`` \| (`ev`: `Event`) => `any`
2275
+
2276
+ #### Inherited from
2277
+
2278
+ HTMLElement.onsubmit
2279
+
2280
+ ___
2281
+
2282
+ ### onsuspend
2283
+
2284
+ • **onsuspend**: ``null`` \| (`ev`: `Event`) => `any`
2285
+
2286
+ Occurs if the load operation has been intentionally halted.
2287
+
2288
+ **`param`** The event.
2289
+
2290
+ #### Inherited from
2291
+
2292
+ HTMLElement.onsuspend
2293
+
2294
+ ___
2295
+
2296
+ ### ontimeupdate
2297
+
2298
+ • **ontimeupdate**: ``null`` \| (`ev`: `Event`) => `any`
2299
+
2300
+ Occurs to indicate the current playback position.
2301
+
2302
+ **`param`** The event.
2303
+
2304
+ #### Inherited from
2305
+
2306
+ HTMLElement.ontimeupdate
2307
+
2308
+ ___
2309
+
2310
+ ### ontoggle
2311
+
2312
+ • **ontoggle**: ``null`` \| (`ev`: `Event`) => `any`
2313
+
2314
+ #### Inherited from
2315
+
2316
+ HTMLElement.ontoggle
2317
+
2318
+ ___
2319
+
2320
+ ### ontouchcancel
2321
+
2322
+ • `Optional` **ontouchcancel**: ``null`` \| (`ev`: `TouchEvent`) => `any`
2323
+
2324
+ #### Inherited from
2325
+
2326
+ HTMLElement.ontouchcancel
2327
+
2328
+ ___
2329
+
2330
+ ### ontouchend
2331
+
2332
+ • `Optional` **ontouchend**: ``null`` \| (`ev`: `TouchEvent`) => `any`
2333
+
2334
+ #### Inherited from
2335
+
2336
+ HTMLElement.ontouchend
2337
+
2338
+ ___
2339
+
2340
+ ### ontouchmove
2341
+
2342
+ • `Optional` **ontouchmove**: ``null`` \| (`ev`: `TouchEvent`) => `any`
2343
+
2344
+ #### Inherited from
2345
+
2346
+ HTMLElement.ontouchmove
2347
+
2348
+ ___
2349
+
2350
+ ### ontouchstart
2351
+
2352
+ • `Optional` **ontouchstart**: ``null`` \| (`ev`: `TouchEvent`) => `any`
2353
+
2354
+ #### Inherited from
2355
+
2356
+ HTMLElement.ontouchstart
2357
+
2358
+ ___
2359
+
2360
+ ### ontransitioncancel
2361
+
2362
+ • **ontransitioncancel**: ``null`` \| (`ev`: `TransitionEvent`) => `any`
2363
+
2364
+ #### Inherited from
2365
+
2366
+ HTMLElement.ontransitioncancel
2367
+
2368
+ ___
2369
+
2370
+ ### ontransitionend
2371
+
2372
+ • **ontransitionend**: ``null`` \| (`ev`: `TransitionEvent`) => `any`
2373
+
2374
+ #### Inherited from
2375
+
2376
+ HTMLElement.ontransitionend
2377
+
2378
+ ___
2379
+
2380
+ ### ontransitionrun
2381
+
2382
+ • **ontransitionrun**: ``null`` \| (`ev`: `TransitionEvent`) => `any`
2383
+
2384
+ #### Inherited from
2385
+
2386
+ HTMLElement.ontransitionrun
2387
+
2388
+ ___
2389
+
2390
+ ### ontransitionstart
2391
+
2392
+ • **ontransitionstart**: ``null`` \| (`ev`: `TransitionEvent`) => `any`
2393
+
2394
+ #### Inherited from
2395
+
2396
+ HTMLElement.ontransitionstart
2397
+
2398
+ ___
2399
+
2400
+ ### onvolumechange
2401
+
2402
+ • **onvolumechange**: ``null`` \| (`ev`: `Event`) => `any`
2403
+
2404
+ Occurs when the volume is changed, or playback is muted or unmuted.
2405
+
2406
+ **`param`** The event.
2407
+
2408
+ #### Inherited from
2409
+
2410
+ HTMLElement.onvolumechange
2411
+
2412
+ ___
2413
+
2414
+ ### onwaiting
2415
+
2416
+ • **onwaiting**: ``null`` \| (`ev`: `Event`) => `any`
2417
+
2418
+ Occurs when playback stops because the next frame of a video resource is not available.
2419
+
2420
+ **`param`** The event.
2421
+
2422
+ #### Inherited from
2423
+
2424
+ HTMLElement.onwaiting
2425
+
2426
+ ___
2427
+
2428
+ ### onwebkitanimationend
2429
+
2430
+ • **onwebkitanimationend**: ``null`` \| (`ev`: `Event`) => `any`
2431
+
2432
+ #### Inherited from
2433
+
2434
+ HTMLElement.onwebkitanimationend
2435
+
2436
+ ___
2437
+
2438
+ ### onwebkitanimationiteration
2439
+
2440
+ • **onwebkitanimationiteration**: ``null`` \| (`ev`: `Event`) => `any`
2441
+
2442
+ #### Inherited from
2443
+
2444
+ HTMLElement.onwebkitanimationiteration
2445
+
2446
+ ___
2447
+
2448
+ ### onwebkitanimationstart
2449
+
2450
+ • **onwebkitanimationstart**: ``null`` \| (`ev`: `Event`) => `any`
2451
+
2452
+ #### Inherited from
2453
+
2454
+ HTMLElement.onwebkitanimationstart
2455
+
2456
+ ___
2457
+
2458
+ ### onwebkittransitionend
2459
+
2460
+ • **onwebkittransitionend**: ``null`` \| (`ev`: `Event`) => `any`
2461
+
2462
+ #### Inherited from
2463
+
2464
+ HTMLElement.onwebkittransitionend
2465
+
2466
+ ___
2467
+
2468
+ ### onwheel
2469
+
2470
+ • **onwheel**: ``null`` \| (`ev`: `WheelEvent`) => `any`
2471
+
2472
+ #### Inherited from
2473
+
2474
+ HTMLElement.onwheel
2475
+
2476
+ ___
2477
+
2478
+ ### outerHTML
2479
+
2480
+ • **outerHTML**: `string`
2481
+
2482
+ #### Inherited from
2483
+
2484
+ HTMLElement.outerHTML
2485
+
2486
+ ___
2487
+
2488
+ ### outerText
2489
+
2490
+ • **outerText**: `string`
2491
+
2492
+ #### Inherited from
2493
+
2494
+ HTMLElement.outerText
2495
+
2496
+ ___
2497
+
2498
+ ### ownerDocument
2499
+
2500
+ • `Readonly` **ownerDocument**: `Document`
2501
+
2502
+ #### Inherited from
2503
+
2504
+ HTMLElement.ownerDocument
2505
+
2506
+ ___
2507
+
2508
+ ### parentElement
2509
+
2510
+ • `Readonly` **parentElement**: ``null`` \| `HTMLElement`
2511
+
2512
+ Returns the parent element.
2513
+
2514
+ #### Inherited from
2515
+
2516
+ HTMLElement.parentElement
2517
+
2518
+ ___
2519
+
2520
+ ### parentNode
2521
+
2522
+ • `Readonly` **parentNode**: ``null`` \| `ParentNode`
2523
+
2524
+ Returns the parent.
2525
+
2526
+ #### Inherited from
2527
+
2528
+ HTMLElement.parentNode
2529
+
2530
+ ___
2531
+
2532
+ ### part
2533
+
2534
+ • `Readonly` **part**: `DOMTokenList`
2535
+
2536
+ #### Inherited from
2537
+
2538
+ HTMLElement.part
2539
+
2540
+ ___
2541
+
2542
+ ### prefix
2543
+
2544
+ • `Readonly` **prefix**: ``null`` \| `string`
2545
+
2546
+ Returns the namespace prefix.
2547
+
2548
+ #### Inherited from
2549
+
2550
+ HTMLElement.prefix
2551
+
2552
+ ___
2553
+
2554
+ ### previousElementSibling
2555
+
2556
+ • `Readonly` **previousElementSibling**: ``null`` \| `Element`
2557
+
2558
+ Returns the first preceding sibling that is an element, and null otherwise.
2559
+
2560
+ #### Inherited from
2561
+
2562
+ HTMLElement.previousElementSibling
2563
+
2564
+ ___
2565
+
2566
+ ### previousSibling
2567
+
2568
+ • `Readonly` **previousSibling**: ``null`` \| `ChildNode`
2569
+
2570
+ Returns the previous sibling.
2571
+
2572
+ #### Inherited from
2573
+
2574
+ HTMLElement.previousSibling
2575
+
2576
+ ___
2577
+
2578
+ ### scrollHeight
2579
+
2580
+ • `Readonly` **scrollHeight**: `number`
2581
+
2582
+ #### Inherited from
2583
+
2584
+ HTMLElement.scrollHeight
2585
+
2586
+ ___
2587
+
2588
+ ### scrollLeft
2589
+
2590
+ • **scrollLeft**: `number`
2591
+
2592
+ #### Inherited from
2593
+
2594
+ HTMLElement.scrollLeft
2595
+
2596
+ ___
2597
+
2598
+ ### scrollTop
2599
+
2600
+ • **scrollTop**: `number`
2601
+
2602
+ #### Inherited from
2603
+
2604
+ HTMLElement.scrollTop
2605
+
2606
+ ___
2607
+
2608
+ ### scrollWidth
2609
+
2610
+ • `Readonly` **scrollWidth**: `number`
2611
+
2612
+ #### Inherited from
2613
+
2614
+ HTMLElement.scrollWidth
2615
+
2616
+ ___
2617
+
2618
+ ### shadowRoot
2619
+
2620
+ • `Readonly` **shadowRoot**: ``null`` \| `ShadowRoot`
2621
+
2622
+ Returns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.
2623
+
2624
+ #### Inherited from
2625
+
2626
+ HTMLElement.shadowRoot
2627
+
2628
+ ___
2629
+
2630
+ ### slot
2631
+
2632
+ • **slot**: `string`
2633
+
2634
+ Returns the value of element's slot content attribute. Can be set to change it.
2635
+
2636
+ #### Inherited from
2637
+
2638
+ HTMLElement.slot
2639
+
2640
+ ___
2641
+
2642
+ ### spellcheck
2643
+
2644
+ • **spellcheck**: `boolean`
2645
+
2646
+ #### Inherited from
2647
+
2648
+ HTMLElement.spellcheck
2649
+
2650
+ ___
2651
+
2652
+ ### style
2653
+
2654
+ • `Readonly` **style**: `CSSStyleDeclaration`
2655
+
2656
+ #### Inherited from
2657
+
2658
+ HTMLElement.style
2659
+
2660
+ ___
2661
+
2662
+ ### tabIndex
2663
+
2664
+ • **tabIndex**: `number`
2665
+
2666
+ #### Inherited from
2667
+
2668
+ HTMLElement.tabIndex
2669
+
2670
+ ___
2671
+
2672
+ ### tagName
2673
+
2674
+ • `Readonly` **tagName**: `string`
2675
+
2676
+ Returns the HTML-uppercased qualified name.
2677
+
2678
+ #### Inherited from
2679
+
2680
+ HTMLElement.tagName
2681
+
2682
+ ___
2683
+
2684
+ ### textContent
2685
+
2686
+ • **textContent**: ``null`` \| `string`
2687
+
2688
+ #### Inherited from
2689
+
2690
+ HTMLElement.textContent
2691
+
2692
+ ___
2693
+
2694
+ ### title
2695
+
2696
+ • **title**: `string`
2697
+
2698
+ #### Inherited from
2699
+
2700
+ HTMLElement.title
2701
+
2702
+ ___
2703
+
2704
+ ### translate
2705
+
2706
+ • **translate**: `boolean`
2707
+
2708
+ #### Inherited from
2709
+
2710
+ HTMLElement.translate
2711
+
2712
+ ## Methods
2713
+
2714
+ ### addEventListener
2715
+
2716
+ ▸ **addEventListener**<`K`\>(`type`, `listener`, `options?`): `void`
2717
+
2718
+ #### Type parameters
2719
+
2720
+ | Name | Type |
2721
+ | :------ | :------ |
2722
+ | `K` | extends keyof `HTMLElementEventMap` |
2723
+
2724
+ #### Parameters
2725
+
2726
+ | Name | Type |
2727
+ | :------ | :------ |
2728
+ | `type` | `K` |
2729
+ | `listener` | (`ev`: `HTMLElementEventMap`[`K`]) => `any` |
2730
+ | `options?` | `boolean` \| `AddEventListenerOptions` |
2731
+
2732
+ #### Returns
2733
+
2734
+ `void`
2735
+
2736
+ #### Inherited from
2737
+
2738
+ HTMLElement.addEventListener
2739
+
2740
+ ▸ **addEventListener**(`type`, `listener`, `options?`): `void`
2741
+
2742
+ #### Parameters
2743
+
2744
+ | Name | Type |
2745
+ | :------ | :------ |
2746
+ | `type` | `string` |
2747
+ | `listener` | `EventListenerOrEventListenerObject` |
2748
+ | `options?` | `boolean` \| `AddEventListenerOptions` |
2749
+
2750
+ #### Returns
2751
+
2752
+ `void`
2753
+
2754
+ #### Inherited from
2755
+
2756
+ HTMLElement.addEventListener
2757
+
2758
+ ___
2759
+
2760
+ ### after
2761
+
2762
+ ▸ **after**(...`nodes`): `void`
2763
+
2764
+ Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.
2765
+
2766
+ Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
2767
+
2768
+ #### Parameters
2769
+
2770
+ | Name | Type |
2771
+ | :------ | :------ |
2772
+ | `...nodes` | (`string` \| `Node`)[] |
2773
+
2774
+ #### Returns
2775
+
2776
+ `void`
2777
+
2778
+ #### Inherited from
2779
+
2780
+ HTMLElement.after
2781
+
2782
+ ___
2783
+
2784
+ ### animate
2785
+
2786
+ ▸ **animate**(`keyframes`, `options?`): `Animation`
2787
+
2788
+ #### Parameters
2789
+
2790
+ | Name | Type |
2791
+ | :------ | :------ |
2792
+ | `keyframes` | ``null`` \| `Keyframe`[] \| `PropertyIndexedKeyframes` |
2793
+ | `options?` | `number` \| `KeyframeAnimationOptions` |
2794
+
2795
+ #### Returns
2796
+
2797
+ `Animation`
2798
+
2799
+ #### Inherited from
2800
+
2801
+ HTMLElement.animate
2802
+
2803
+ ___
2804
+
2805
+ ### append
2806
+
2807
+ ▸ **append**(...`nodes`): `void`
2808
+
2809
+ Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.
2810
+
2811
+ Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
2812
+
2813
+ #### Parameters
2814
+
2815
+ | Name | Type |
2816
+ | :------ | :------ |
2817
+ | `...nodes` | (`string` \| `Node`)[] |
2818
+
2819
+ #### Returns
2820
+
2821
+ `void`
2822
+
2823
+ #### Inherited from
2824
+
2825
+ HTMLElement.append
2826
+
2827
+ ___
2828
+
2829
+ ### appendChild
2830
+
2831
+ ▸ **appendChild**<`T`\>(`node`): `T`
2832
+
2833
+ #### Type parameters
2834
+
2835
+ | Name | Type |
2836
+ | :------ | :------ |
2837
+ | `T` | extends `Node` |
2838
+
2839
+ #### Parameters
2840
+
2841
+ | Name | Type |
2842
+ | :------ | :------ |
2843
+ | `node` | `T` |
2844
+
2845
+ #### Returns
2846
+
2847
+ `T`
2848
+
2849
+ #### Inherited from
2850
+
2851
+ HTMLElement.appendChild
2852
+
2853
+ ___
2854
+
2855
+ ### attachShadow
2856
+
2857
+ ▸ **attachShadow**(`init`): `ShadowRoot`
2858
+
2859
+ Creates a shadow root for element and returns it.
2860
+
2861
+ #### Parameters
2862
+
2863
+ | Name | Type |
2864
+ | :------ | :------ |
2865
+ | `init` | `ShadowRootInit` |
2866
+
2867
+ #### Returns
2868
+
2869
+ `ShadowRoot`
2870
+
2871
+ #### Inherited from
2872
+
2873
+ HTMLElement.attachShadow
2874
+
2875
+ ___
2876
+
2877
+ ### attributeChangedCallback
2878
+
2879
+ ▸ **attributeChangedCallback**(`attrName`, `oldValue`, `newValue`): `void`
2880
+
2881
+ Called when an attribute is changed.
2882
+
2883
+ Override this in order to get notified about new attribute values.
2884
+
2885
+ NOTE: There are attributes that are common to all widgets. They are handled
2886
+ inside the base block. Therefore, if you override this method, be sure to
2887
+ call `super.attributeChangedCallback()` inside your implementation, in
2888
+ order to let the base class know about the arguments that it might be interested in.
2889
+
2890
+ #### Parameters
2891
+
2892
+ | Name | Type |
2893
+ | :------ | :------ |
2894
+ | `attrName` | `string` |
2895
+ | `oldValue` | `undefined` \| `string` |
2896
+ | `newValue` | `undefined` \| `string` |
2897
+
2898
+ #### Returns
2899
+
2900
+ `void`
2901
+
2902
+ ___
2903
+
2904
+ ### before
2905
+
2906
+ ▸ **before**(...`nodes`): `void`
2907
+
2908
+ Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.
2909
+
2910
+ Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
2911
+
2912
+ #### Parameters
2913
+
2914
+ | Name | Type |
2915
+ | :------ | :------ |
2916
+ | `...nodes` | (`string` \| `Node`)[] |
2917
+
2918
+ #### Returns
2919
+
2920
+ `void`
2921
+
2922
+ #### Inherited from
2923
+
2924
+ HTMLElement.before
2925
+
2926
+ ___
2927
+
2928
+ ### blur
2929
+
2930
+ ▸ **blur**(): `void`
2931
+
2932
+ #### Returns
2933
+
2934
+ `void`
2935
+
2936
+ #### Inherited from
2937
+
2938
+ HTMLElement.blur
2939
+
2940
+ ___
2941
+
2942
+ ### click
2943
+
2944
+ ▸ **click**(): `void`
2945
+
2946
+ #### Returns
2947
+
2948
+ `void`
2949
+
2950
+ #### Inherited from
2951
+
2952
+ HTMLElement.click
2953
+
2954
+ ___
2955
+
2956
+ ### cloneNode
2957
+
2958
+ ▸ **cloneNode**(`deep?`): `Node`
2959
+
2960
+ Returns a copy of node. If deep is true, the copy also includes the node's descendants.
2961
+
2962
+ #### Parameters
2963
+
2964
+ | Name | Type |
2965
+ | :------ | :------ |
2966
+ | `deep?` | `boolean` |
2967
+
2968
+ #### Returns
2969
+
2970
+ `Node`
2971
+
2972
+ #### Inherited from
2973
+
2974
+ HTMLElement.cloneNode
2975
+
2976
+ ___
2977
+
2978
+ ### closest
2979
+
2980
+ ▸ **closest**<`K`\>(`selector`): ``null`` \| `HTMLElementTagNameMap`[`K`]
2981
+
2982
+ Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
2983
+
2984
+ #### Type parameters
2985
+
2986
+ | Name | Type |
2987
+ | :------ | :------ |
2988
+ | `K` | extends keyof `HTMLElementTagNameMap` |
2989
+
2990
+ #### Parameters
2991
+
2992
+ | Name | Type |
2993
+ | :------ | :------ |
2994
+ | `selector` | `K` |
2995
+
2996
+ #### Returns
2997
+
2998
+ ``null`` \| `HTMLElementTagNameMap`[`K`]
2999
+
3000
+ #### Inherited from
3001
+
3002
+ HTMLElement.closest
3003
+
3004
+ ▸ **closest**<`K`\>(`selector`): ``null`` \| `SVGElementTagNameMap`[`K`]
3005
+
3006
+ #### Type parameters
3007
+
3008
+ | Name | Type |
3009
+ | :------ | :------ |
3010
+ | `K` | extends keyof `SVGElementTagNameMap` |
3011
+
3012
+ #### Parameters
3013
+
3014
+ | Name | Type |
3015
+ | :------ | :------ |
3016
+ | `selector` | `K` |
3017
+
3018
+ #### Returns
3019
+
3020
+ ``null`` \| `SVGElementTagNameMap`[`K`]
3021
+
3022
+ #### Inherited from
3023
+
3024
+ HTMLElement.closest
3025
+
3026
+ ▸ **closest**<`E`\>(`selectors`): ``null`` \| `E`
3027
+
3028
+ #### Type parameters
3029
+
3030
+ | Name | Type |
3031
+ | :------ | :------ |
3032
+ | `E` | extends `Element` = `Element` |
3033
+
3034
+ #### Parameters
3035
+
3036
+ | Name | Type |
3037
+ | :------ | :------ |
3038
+ | `selectors` | `string` |
3039
+
3040
+ #### Returns
3041
+
3042
+ ``null`` \| `E`
3043
+
3044
+ #### Inherited from
3045
+
3046
+ HTMLElement.closest
3047
+
3048
+ ___
3049
+
3050
+ ### compareDocumentPosition
3051
+
3052
+ ▸ **compareDocumentPosition**(`other`): `number`
3053
+
3054
+ Returns a bitmask indicating the position of other relative to node.
3055
+
3056
+ #### Parameters
3057
+
3058
+ | Name | Type |
3059
+ | :------ | :------ |
3060
+ | `other` | `Node` |
3061
+
3062
+ #### Returns
3063
+
3064
+ `number`
3065
+
3066
+ #### Inherited from
3067
+
3068
+ HTMLElement.compareDocumentPosition
3069
+
3070
+ ___
3071
+
3072
+ ### contains
3073
+
3074
+ ▸ **contains**(`other`): `boolean`
3075
+
3076
+ Returns true if other is an inclusive descendant of node, and false otherwise.
3077
+
3078
+ #### Parameters
3079
+
3080
+ | Name | Type |
3081
+ | :------ | :------ |
3082
+ | `other` | ``null`` \| `Node` |
3083
+
3084
+ #### Returns
3085
+
3086
+ `boolean`
3087
+
3088
+ #### Inherited from
3089
+
3090
+ HTMLElement.contains
3091
+
3092
+ ___
3093
+
3094
+ ### dispatchEvent
3095
+
3096
+ ▸ **dispatchEvent**(`event`): `boolean`
3097
+
3098
+ 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.
3099
+
3100
+ #### Parameters
3101
+
3102
+ | Name | Type |
3103
+ | :------ | :------ |
3104
+ | `event` | `Event` |
3105
+
3106
+ #### Returns
3107
+
3108
+ `boolean`
3109
+
3110
+ #### Inherited from
3111
+
3112
+ HTMLElement.dispatchEvent
3113
+
3114
+ ___
3115
+
3116
+ ### focus
3117
+
3118
+ ▸ **focus**(`options?`): `void`
3119
+
3120
+ #### Parameters
3121
+
3122
+ | Name | Type |
3123
+ | :------ | :------ |
3124
+ | `options?` | `FocusOptions` |
3125
+
3126
+ #### Returns
3127
+
3128
+ `void`
3129
+
3130
+ #### Inherited from
3131
+
3132
+ HTMLElement.focus
3133
+
3134
+ ___
3135
+
3136
+ ### getAnimations
3137
+
3138
+ ▸ **getAnimations**(`options?`): `Animation`[]
3139
+
3140
+ #### Parameters
3141
+
3142
+ | Name | Type |
3143
+ | :------ | :------ |
3144
+ | `options?` | `GetAnimationsOptions` |
3145
+
3146
+ #### Returns
3147
+
3148
+ `Animation`[]
3149
+
3150
+ #### Inherited from
3151
+
3152
+ HTMLElement.getAnimations
3153
+
3154
+ ___
3155
+
3156
+ ### getAttribute
3157
+
3158
+ ▸ **getAttribute**(`qualifiedName`): ``null`` \| `string`
3159
+
3160
+ Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.
3161
+
3162
+ #### Parameters
3163
+
3164
+ | Name | Type |
3165
+ | :------ | :------ |
3166
+ | `qualifiedName` | `string` |
3167
+
3168
+ #### Returns
3169
+
3170
+ ``null`` \| `string`
3171
+
3172
+ #### Inherited from
3173
+
3174
+ HTMLElement.getAttribute
3175
+
3176
+ ___
3177
+
3178
+ ### getAttributeNS
3179
+
3180
+ ▸ **getAttributeNS**(`namespace`, `localName`): ``null`` \| `string`
3181
+
3182
+ Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.
3183
+
3184
+ #### Parameters
3185
+
3186
+ | Name | Type |
3187
+ | :------ | :------ |
3188
+ | `namespace` | ``null`` \| `string` |
3189
+ | `localName` | `string` |
3190
+
3191
+ #### Returns
3192
+
3193
+ ``null`` \| `string`
3194
+
3195
+ #### Inherited from
3196
+
3197
+ HTMLElement.getAttributeNS
3198
+
3199
+ ___
3200
+
3201
+ ### getAttributeNames
3202
+
3203
+ ▸ **getAttributeNames**(): `string`[]
3204
+
3205
+ Returns the qualified names of all element's attributes. Can contain duplicates.
3206
+
3207
+ #### Returns
3208
+
3209
+ `string`[]
3210
+
3211
+ #### Inherited from
3212
+
3213
+ HTMLElement.getAttributeNames
3214
+
3215
+ ___
3216
+
3217
+ ### getAttributeNode
3218
+
3219
+ ▸ **getAttributeNode**(`qualifiedName`): ``null`` \| `Attr`
3220
+
3221
+ #### Parameters
3222
+
3223
+ | Name | Type |
3224
+ | :------ | :------ |
3225
+ | `qualifiedName` | `string` |
3226
+
3227
+ #### Returns
3228
+
3229
+ ``null`` \| `Attr`
3230
+
3231
+ #### Inherited from
3232
+
3233
+ HTMLElement.getAttributeNode
3234
+
3235
+ ___
3236
+
3237
+ ### getAttributeNodeNS
3238
+
3239
+ ▸ **getAttributeNodeNS**(`namespace`, `localName`): ``null`` \| `Attr`
3240
+
3241
+ #### Parameters
3242
+
3243
+ | Name | Type |
3244
+ | :------ | :------ |
3245
+ | `namespace` | ``null`` \| `string` |
3246
+ | `localName` | `string` |
3247
+
3248
+ #### Returns
3249
+
3250
+ ``null`` \| `Attr`
3251
+
3252
+ #### Inherited from
3253
+
3254
+ HTMLElement.getAttributeNodeNS
3255
+
3256
+ ___
3257
+
3258
+ ### getBoundingClientRect
3259
+
3260
+ ▸ **getBoundingClientRect**(): `DOMRect`
3261
+
3262
+ #### Returns
3263
+
3264
+ `DOMRect`
3265
+
3266
+ #### Inherited from
3267
+
3268
+ HTMLElement.getBoundingClientRect
3269
+
3270
+ ___
3271
+
3272
+ ### getClientRects
3273
+
3274
+ ▸ **getClientRects**(): `DOMRectList`
3275
+
3276
+ #### Returns
3277
+
3278
+ `DOMRectList`
3279
+
3280
+ #### Inherited from
3281
+
3282
+ HTMLElement.getClientRects
3283
+
3284
+ ___
3285
+
3286
+ ### getElementsByClassName
3287
+
3288
+ ▸ **getElementsByClassName**(`classNames`): `HTMLCollectionOf`<`Element`\>
3289
+
3290
+ 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.
3291
+
3292
+ #### Parameters
3293
+
3294
+ | Name | Type |
3295
+ | :------ | :------ |
3296
+ | `classNames` | `string` |
3297
+
3298
+ #### Returns
3299
+
3300
+ `HTMLCollectionOf`<`Element`\>
3301
+
3302
+ #### Inherited from
3303
+
3304
+ HTMLElement.getElementsByClassName
3305
+
3306
+ ___
3307
+
3308
+ ### getElementsByTagName
3309
+
3310
+ ▸ **getElementsByTagName**<`K`\>(`qualifiedName`): `HTMLCollectionOf`<`HTMLElementTagNameMap`[`K`]\>
3311
+
3312
+ #### Type parameters
3313
+
3314
+ | Name | Type |
3315
+ | :------ | :------ |
3316
+ | `K` | extends keyof `HTMLElementTagNameMap` |
3317
+
3318
+ #### Parameters
3319
+
3320
+ | Name | Type |
3321
+ | :------ | :------ |
3322
+ | `qualifiedName` | `K` |
3323
+
3324
+ #### Returns
3325
+
3326
+ `HTMLCollectionOf`<`HTMLElementTagNameMap`[`K`]\>
3327
+
3328
+ #### Inherited from
3329
+
3330
+ HTMLElement.getElementsByTagName
3331
+
3332
+ ▸ **getElementsByTagName**<`K`\>(`qualifiedName`): `HTMLCollectionOf`<`SVGElementTagNameMap`[`K`]\>
3333
+
3334
+ #### Type parameters
3335
+
3336
+ | Name | Type |
3337
+ | :------ | :------ |
3338
+ | `K` | extends keyof `SVGElementTagNameMap` |
3339
+
3340
+ #### Parameters
3341
+
3342
+ | Name | Type |
3343
+ | :------ | :------ |
3344
+ | `qualifiedName` | `K` |
3345
+
3346
+ #### Returns
3347
+
3348
+ `HTMLCollectionOf`<`SVGElementTagNameMap`[`K`]\>
3349
+
3350
+ #### Inherited from
3351
+
3352
+ HTMLElement.getElementsByTagName
3353
+
3354
+ ▸ **getElementsByTagName**(`qualifiedName`): `HTMLCollectionOf`<`Element`\>
3355
+
3356
+ #### Parameters
3357
+
3358
+ | Name | Type |
3359
+ | :------ | :------ |
3360
+ | `qualifiedName` | `string` |
3361
+
3362
+ #### Returns
3363
+
3364
+ `HTMLCollectionOf`<`Element`\>
3365
+
3366
+ #### Inherited from
3367
+
3368
+ HTMLElement.getElementsByTagName
3369
+
3370
+ ___
3371
+
3372
+ ### getElementsByTagNameNS
3373
+
3374
+ ▸ **getElementsByTagNameNS**(`namespaceURI`, `localName`): `HTMLCollectionOf`<`HTMLElement`\>
3375
+
3376
+ #### Parameters
3377
+
3378
+ | Name | Type |
3379
+ | :------ | :------ |
3380
+ | `namespaceURI` | ``"http://www.w3.org/1999/xhtml"`` |
3381
+ | `localName` | `string` |
3382
+
3383
+ #### Returns
3384
+
3385
+ `HTMLCollectionOf`<`HTMLElement`\>
3386
+
3387
+ #### Inherited from
3388
+
3389
+ HTMLElement.getElementsByTagNameNS
3390
+
3391
+ ▸ **getElementsByTagNameNS**(`namespaceURI`, `localName`): `HTMLCollectionOf`<`SVGElement`\>
3392
+
3393
+ #### Parameters
3394
+
3395
+ | Name | Type |
3396
+ | :------ | :------ |
3397
+ | `namespaceURI` | ``"http://www.w3.org/2000/svg"`` |
3398
+ | `localName` | `string` |
3399
+
3400
+ #### Returns
3401
+
3402
+ `HTMLCollectionOf`<`SVGElement`\>
3403
+
3404
+ #### Inherited from
3405
+
3406
+ HTMLElement.getElementsByTagNameNS
3407
+
3408
+ ▸ **getElementsByTagNameNS**(`namespace`, `localName`): `HTMLCollectionOf`<`Element`\>
3409
+
3410
+ #### Parameters
3411
+
3412
+ | Name | Type |
3413
+ | :------ | :------ |
3414
+ | `namespace` | ``null`` \| `string` |
3415
+ | `localName` | `string` |
3416
+
3417
+ #### Returns
3418
+
3419
+ `HTMLCollectionOf`<`Element`\>
3420
+
3421
+ #### Inherited from
3422
+
3423
+ HTMLElement.getElementsByTagNameNS
3424
+
3425
+ ___
3426
+
3427
+ ### getRootNode
3428
+
3429
+ ▸ **getRootNode**(`options?`): `Node`
3430
+
3431
+ Returns node's root.
3432
+
3433
+ #### Parameters
3434
+
3435
+ | Name | Type |
3436
+ | :------ | :------ |
3437
+ | `options?` | `GetRootNodeOptions` |
3438
+
3439
+ #### Returns
3440
+
3441
+ `Node`
3442
+
3443
+ #### Inherited from
3444
+
3445
+ HTMLElement.getRootNode
3446
+
3447
+ ___
3448
+
3449
+ ### hasAttribute
3450
+
3451
+ ▸ **hasAttribute**(`qualifiedName`): `boolean`
3452
+
3453
+ Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.
3454
+
3455
+ #### Parameters
3456
+
3457
+ | Name | Type |
3458
+ | :------ | :------ |
3459
+ | `qualifiedName` | `string` |
3460
+
3461
+ #### Returns
3462
+
3463
+ `boolean`
3464
+
3465
+ #### Inherited from
3466
+
3467
+ HTMLElement.hasAttribute
3468
+
3469
+ ___
3470
+
3471
+ ### hasAttributeNS
3472
+
3473
+ ▸ **hasAttributeNS**(`namespace`, `localName`): `boolean`
3474
+
3475
+ Returns true if element has an attribute whose namespace is namespace and local name is localName.
3476
+
3477
+ #### Parameters
3478
+
3479
+ | Name | Type |
3480
+ | :------ | :------ |
3481
+ | `namespace` | ``null`` \| `string` |
3482
+ | `localName` | `string` |
3483
+
3484
+ #### Returns
3485
+
3486
+ `boolean`
3487
+
3488
+ #### Inherited from
3489
+
3490
+ HTMLElement.hasAttributeNS
3491
+
3492
+ ___
3493
+
3494
+ ### hasAttributes
3495
+
3496
+ ▸ **hasAttributes**(): `boolean`
3497
+
3498
+ Returns true if element has attributes, and false otherwise.
3499
+
3500
+ #### Returns
3501
+
3502
+ `boolean`
3503
+
3504
+ #### Inherited from
3505
+
3506
+ HTMLElement.hasAttributes
3507
+
3508
+ ___
3509
+
3510
+ ### hasChildNodes
3511
+
3512
+ ▸ **hasChildNodes**(): `boolean`
3513
+
3514
+ Returns whether node has children.
3515
+
3516
+ #### Returns
3517
+
3518
+ `boolean`
3519
+
3520
+ #### Inherited from
3521
+
3522
+ HTMLElement.hasChildNodes
3523
+
3524
+ ___
3525
+
3526
+ ### hasPointerCapture
3527
+
3528
+ ▸ **hasPointerCapture**(`pointerId`): `boolean`
3529
+
3530
+ #### Parameters
3531
+
3532
+ | Name | Type |
3533
+ | :------ | :------ |
3534
+ | `pointerId` | `number` |
3535
+
3536
+ #### Returns
3537
+
3538
+ `boolean`
3539
+
3540
+ #### Inherited from
3541
+
3542
+ HTMLElement.hasPointerCapture
3543
+
3544
+ ___
3545
+
3546
+ ### insertAdjacentElement
3547
+
3548
+ ▸ **insertAdjacentElement**(`where`, `element`): ``null`` \| `Element`
3549
+
3550
+ #### Parameters
3551
+
3552
+ | Name | Type |
3553
+ | :------ | :------ |
3554
+ | `where` | `InsertPosition` |
3555
+ | `element` | `Element` |
3556
+
3557
+ #### Returns
3558
+
3559
+ ``null`` \| `Element`
3560
+
3561
+ #### Inherited from
3562
+
3563
+ HTMLElement.insertAdjacentElement
3564
+
3565
+ ___
3566
+
3567
+ ### insertAdjacentHTML
3568
+
3569
+ ▸ **insertAdjacentHTML**(`position`, `text`): `void`
3570
+
3571
+ #### Parameters
3572
+
3573
+ | Name | Type |
3574
+ | :------ | :------ |
3575
+ | `position` | `InsertPosition` |
3576
+ | `text` | `string` |
3577
+
3578
+ #### Returns
3579
+
3580
+ `void`
3581
+
3582
+ #### Inherited from
3583
+
3584
+ HTMLElement.insertAdjacentHTML
3585
+
3586
+ ___
3587
+
3588
+ ### insertAdjacentText
3589
+
3590
+ ▸ **insertAdjacentText**(`where`, `data`): `void`
3591
+
3592
+ #### Parameters
3593
+
3594
+ | Name | Type |
3595
+ | :------ | :------ |
3596
+ | `where` | `InsertPosition` |
3597
+ | `data` | `string` |
3598
+
3599
+ #### Returns
3600
+
3601
+ `void`
3602
+
3603
+ #### Inherited from
3604
+
3605
+ HTMLElement.insertAdjacentText
3606
+
3607
+ ___
3608
+
3609
+ ### insertBefore
3610
+
3611
+ ▸ **insertBefore**<`T`\>(`node`, `child`): `T`
3612
+
3613
+ #### Type parameters
3614
+
3615
+ | Name | Type |
3616
+ | :------ | :------ |
3617
+ | `T` | extends `Node` |
3618
+
3619
+ #### Parameters
3620
+
3621
+ | Name | Type |
3622
+ | :------ | :------ |
3623
+ | `node` | `T` |
3624
+ | `child` | ``null`` \| `Node` |
3625
+
3626
+ #### Returns
3627
+
3628
+ `T`
3629
+
3630
+ #### Inherited from
3631
+
3632
+ HTMLElement.insertBefore
3633
+
3634
+ ___
3635
+
3636
+ ### isDefaultNamespace
3637
+
3638
+ ▸ **isDefaultNamespace**(`namespace`): `boolean`
3639
+
3640
+ #### Parameters
3641
+
3642
+ | Name | Type |
3643
+ | :------ | :------ |
3644
+ | `namespace` | ``null`` \| `string` |
3645
+
3646
+ #### Returns
3647
+
3648
+ `boolean`
3649
+
3650
+ #### Inherited from
3651
+
3652
+ HTMLElement.isDefaultNamespace
3653
+
3654
+ ___
3655
+
3656
+ ### isEqualNode
3657
+
3658
+ ▸ **isEqualNode**(`otherNode`): `boolean`
3659
+
3660
+ Returns whether node and otherNode have the same properties.
3661
+
3662
+ #### Parameters
3663
+
3664
+ | Name | Type |
3665
+ | :------ | :------ |
3666
+ | `otherNode` | ``null`` \| `Node` |
3667
+
3668
+ #### Returns
3669
+
3670
+ `boolean`
3671
+
3672
+ #### Inherited from
3673
+
3674
+ HTMLElement.isEqualNode
3675
+
3676
+ ___
3677
+
3678
+ ### isSameNode
3679
+
3680
+ ▸ **isSameNode**(`otherNode`): `boolean`
3681
+
3682
+ #### Parameters
3683
+
3684
+ | Name | Type |
3685
+ | :------ | :------ |
3686
+ | `otherNode` | ``null`` \| `Node` |
3687
+
3688
+ #### Returns
3689
+
3690
+ `boolean`
3691
+
3692
+ #### Inherited from
3693
+
3694
+ HTMLElement.isSameNode
3695
+
3696
+ ___
3697
+
3698
+ ### lookupNamespaceURI
3699
+
3700
+ ▸ **lookupNamespaceURI**(`prefix`): ``null`` \| `string`
3701
+
3702
+ #### Parameters
3703
+
3704
+ | Name | Type |
3705
+ | :------ | :------ |
3706
+ | `prefix` | ``null`` \| `string` |
3707
+
3708
+ #### Returns
3709
+
3710
+ ``null`` \| `string`
3711
+
3712
+ #### Inherited from
3713
+
3714
+ HTMLElement.lookupNamespaceURI
3715
+
3716
+ ___
3717
+
3718
+ ### lookupPrefix
3719
+
3720
+ ▸ **lookupPrefix**(`namespace`): ``null`` \| `string`
3721
+
3722
+ #### Parameters
3723
+
3724
+ | Name | Type |
3725
+ | :------ | :------ |
3726
+ | `namespace` | ``null`` \| `string` |
3727
+
3728
+ #### Returns
3729
+
3730
+ ``null`` \| `string`
3731
+
3732
+ #### Inherited from
3733
+
3734
+ HTMLElement.lookupPrefix
3735
+
3736
+ ___
3737
+
3738
+ ### matches
3739
+
3740
+ ▸ **matches**(`selectors`): `boolean`
3741
+
3742
+ Returns true if matching selectors against element's root yields element, and false otherwise.
3743
+
3744
+ #### Parameters
3745
+
3746
+ | Name | Type |
3747
+ | :------ | :------ |
3748
+ | `selectors` | `string` |
3749
+
3750
+ #### Returns
3751
+
3752
+ `boolean`
3753
+
3754
+ #### Inherited from
3755
+
3756
+ HTMLElement.matches
3757
+
3758
+ ___
3759
+
3760
+ ### normalize
3761
+
3762
+ ▸ **normalize**(): `void`
3763
+
3764
+ Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.
3765
+
3766
+ #### Returns
3767
+
3768
+ `void`
3769
+
3770
+ #### Inherited from
3771
+
3772
+ HTMLElement.normalize
3773
+
3774
+ ___
3775
+
3776
+ ### parseAttributes
3777
+
3778
+ ▸ **parseAttributes**<`T`\>(): `T`
3779
+
3780
+ Called when the config dialog is opened. The dialog uses the parsed attributes, to fill
3781
+ the fields with the existing values.
3782
+
3783
+ Uses the property blockDefinition.attributes to parse each indidividual attribute and
3784
+ returns it in the format, the configuration form needs. The common attributes are handled
3785
+ externally
3786
+
3787
+ This method is the counter part of parseConfig, the this must be implemented, if parseConfig
3788
+ is overriden.
3789
+
3790
+ NOTE: The default implementation converts every string to string, boolean or number and decodes
3791
+ and parses the data uris to the arrays and objects. Dates are remaining a string!
3792
+
3793
+ #### Type parameters
3794
+
3795
+ | Name | Type |
3796
+ | :------ | :------ |
3797
+ | `T` | extends `Record`<`string`, `any`\> |
3798
+
3799
+ #### Returns
3800
+
3801
+ `T`
3802
+
3803
+ ___
3804
+
3805
+ ### parseConfig
3806
+
3807
+ ▸ **parseConfig**<`T`\>(`attributes`): `Record`<`string`, `string`\>
3808
+
3809
+ Called after the dialog is closed and the attributes are set on the web component.
3810
+
3811
+ Override this if the attributes are handled with a different logic then the default one.
3812
+
3813
+ #### Type parameters
3814
+
3815
+ | Name | Type |
3816
+ | :------ | :------ |
3817
+ | `T` | extends `Record`<`string`, `any`\> |
3818
+
3819
+ #### Parameters
3820
+
3821
+ | Name | Type | Description |
3822
+ | :------ | :------ | :------ |
3823
+ | `attributes` | `T` | A map of attributes, as defined in the block definition, which have the types from the form data NOTE: The default implementation turns every value in a string, except arrays and object, which are converted to base64 encoded data uris in the format `data:text/plain;base64,...` |
3824
+
3825
+ #### Returns
3826
+
3827
+ `Record`<`string`, `string`\>
3828
+
3829
+ ___
3830
+
3831
+ ### prepend
3832
+
3833
+ ▸ **prepend**(...`nodes`): `void`
3834
+
3835
+ Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.
3836
+
3837
+ Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
3838
+
3839
+ #### Parameters
3840
+
3841
+ | Name | Type |
3842
+ | :------ | :------ |
3843
+ | `...nodes` | (`string` \| `Node`)[] |
3844
+
3845
+ #### Returns
3846
+
3847
+ `void`
3848
+
3849
+ #### Inherited from
3850
+
3851
+ HTMLElement.prepend
3852
+
3853
+ ___
3854
+
3855
+ ### querySelector
3856
+
3857
+ ▸ **querySelector**<`K`\>(`selectors`): ``null`` \| `HTMLElementTagNameMap`[`K`]
3858
+
3859
+ Returns the first element that is a descendant of node that matches selectors.
3860
+
3861
+ #### Type parameters
3862
+
3863
+ | Name | Type |
3864
+ | :------ | :------ |
3865
+ | `K` | extends keyof `HTMLElementTagNameMap` |
3866
+
3867
+ #### Parameters
3868
+
3869
+ | Name | Type |
3870
+ | :------ | :------ |
3871
+ | `selectors` | `K` |
3872
+
3873
+ #### Returns
3874
+
3875
+ ``null`` \| `HTMLElementTagNameMap`[`K`]
3876
+
3877
+ #### Inherited from
3878
+
3879
+ HTMLElement.querySelector
3880
+
3881
+ ▸ **querySelector**<`K`\>(`selectors`): ``null`` \| `SVGElementTagNameMap`[`K`]
3882
+
3883
+ #### Type parameters
3884
+
3885
+ | Name | Type |
3886
+ | :------ | :------ |
3887
+ | `K` | extends keyof `SVGElementTagNameMap` |
3888
+
3889
+ #### Parameters
3890
+
3891
+ | Name | Type |
3892
+ | :------ | :------ |
3893
+ | `selectors` | `K` |
3894
+
3895
+ #### Returns
3896
+
3897
+ ``null`` \| `SVGElementTagNameMap`[`K`]
3898
+
3899
+ #### Inherited from
3900
+
3901
+ HTMLElement.querySelector
3902
+
3903
+ ▸ **querySelector**<`E`\>(`selectors`): ``null`` \| `E`
3904
+
3905
+ #### Type parameters
3906
+
3907
+ | Name | Type |
3908
+ | :------ | :------ |
3909
+ | `E` | extends `Element` = `Element` |
3910
+
3911
+ #### Parameters
3912
+
3913
+ | Name | Type |
3914
+ | :------ | :------ |
3915
+ | `selectors` | `string` |
3916
+
3917
+ #### Returns
3918
+
3919
+ ``null`` \| `E`
3920
+
3921
+ #### Inherited from
3922
+
3923
+ HTMLElement.querySelector
3924
+
3925
+ ___
3926
+
3927
+ ### querySelectorAll
3928
+
3929
+ ▸ **querySelectorAll**<`K`\>(`selectors`): `NodeListOf`<`HTMLElementTagNameMap`[`K`]\>
3930
+
3931
+ Returns all element descendants of node that match selectors.
3932
+
3933
+ #### Type parameters
3934
+
3935
+ | Name | Type |
3936
+ | :------ | :------ |
3937
+ | `K` | extends keyof `HTMLElementTagNameMap` |
3938
+
3939
+ #### Parameters
3940
+
3941
+ | Name | Type |
3942
+ | :------ | :------ |
3943
+ | `selectors` | `K` |
3944
+
3945
+ #### Returns
3946
+
3947
+ `NodeListOf`<`HTMLElementTagNameMap`[`K`]\>
3948
+
3949
+ #### Inherited from
3950
+
3951
+ HTMLElement.querySelectorAll
3952
+
3953
+ ▸ **querySelectorAll**<`K`\>(`selectors`): `NodeListOf`<`SVGElementTagNameMap`[`K`]\>
3954
+
3955
+ #### Type parameters
3956
+
3957
+ | Name | Type |
3958
+ | :------ | :------ |
3959
+ | `K` | extends keyof `SVGElementTagNameMap` |
3960
+
3961
+ #### Parameters
3962
+
3963
+ | Name | Type |
3964
+ | :------ | :------ |
3965
+ | `selectors` | `K` |
3966
+
3967
+ #### Returns
3968
+
3969
+ `NodeListOf`<`SVGElementTagNameMap`[`K`]\>
3970
+
3971
+ #### Inherited from
3972
+
3973
+ HTMLElement.querySelectorAll
3974
+
3975
+ ▸ **querySelectorAll**<`E`\>(`selectors`): `NodeListOf`<`E`\>
3976
+
3977
+ #### Type parameters
3978
+
3979
+ | Name | Type |
3980
+ | :------ | :------ |
3981
+ | `E` | extends `Element` = `Element` |
3982
+
3983
+ #### Parameters
3984
+
3985
+ | Name | Type |
3986
+ | :------ | :------ |
3987
+ | `selectors` | `string` |
3988
+
3989
+ #### Returns
3990
+
3991
+ `NodeListOf`<`E`\>
3992
+
3993
+ #### Inherited from
3994
+
3995
+ HTMLElement.querySelectorAll
3996
+
3997
+ ___
3998
+
3999
+ ### releasePointerCapture
4000
+
4001
+ ▸ **releasePointerCapture**(`pointerId`): `void`
4002
+
4003
+ #### Parameters
4004
+
4005
+ | Name | Type |
4006
+ | :------ | :------ |
4007
+ | `pointerId` | `number` |
4008
+
4009
+ #### Returns
4010
+
4011
+ `void`
4012
+
4013
+ #### Inherited from
4014
+
4015
+ HTMLElement.releasePointerCapture
4016
+
4017
+ ___
4018
+
4019
+ ### remove
4020
+
4021
+ ▸ **remove**(): `void`
4022
+
4023
+ Removes node.
4024
+
4025
+ #### Returns
4026
+
4027
+ `void`
4028
+
4029
+ #### Inherited from
4030
+
4031
+ HTMLElement.remove
4032
+
4033
+ ___
4034
+
4035
+ ### removeAttribute
4036
+
4037
+ ▸ **removeAttribute**(`qualifiedName`): `void`
4038
+
4039
+ Removes element's first attribute whose qualified name is qualifiedName.
4040
+
4041
+ #### Parameters
4042
+
4043
+ | Name | Type |
4044
+ | :------ | :------ |
4045
+ | `qualifiedName` | `string` |
4046
+
4047
+ #### Returns
4048
+
4049
+ `void`
4050
+
4051
+ #### Inherited from
4052
+
4053
+ HTMLElement.removeAttribute
4054
+
4055
+ ___
4056
+
4057
+ ### removeAttributeNS
4058
+
4059
+ ▸ **removeAttributeNS**(`namespace`, `localName`): `void`
4060
+
4061
+ Removes element's attribute whose namespace is namespace and local name is localName.
4062
+
4063
+ #### Parameters
4064
+
4065
+ | Name | Type |
4066
+ | :------ | :------ |
4067
+ | `namespace` | ``null`` \| `string` |
4068
+ | `localName` | `string` |
4069
+
4070
+ #### Returns
4071
+
4072
+ `void`
4073
+
4074
+ #### Inherited from
4075
+
4076
+ HTMLElement.removeAttributeNS
4077
+
4078
+ ___
4079
+
4080
+ ### removeAttributeNode
4081
+
4082
+ ▸ **removeAttributeNode**(`attr`): `Attr`
4083
+
4084
+ #### Parameters
4085
+
4086
+ | Name | Type |
4087
+ | :------ | :------ |
4088
+ | `attr` | `Attr` |
4089
+
4090
+ #### Returns
4091
+
4092
+ `Attr`
4093
+
4094
+ #### Inherited from
4095
+
4096
+ HTMLElement.removeAttributeNode
4097
+
4098
+ ___
4099
+
4100
+ ### removeChild
4101
+
4102
+ ▸ **removeChild**<`T`\>(`child`): `T`
4103
+
4104
+ #### Type parameters
4105
+
4106
+ | Name | Type |
4107
+ | :------ | :------ |
4108
+ | `T` | extends `Node` |
4109
+
4110
+ #### Parameters
4111
+
4112
+ | Name | Type |
4113
+ | :------ | :------ |
4114
+ | `child` | `T` |
4115
+
4116
+ #### Returns
4117
+
4118
+ `T`
4119
+
4120
+ #### Inherited from
4121
+
4122
+ HTMLElement.removeChild
4123
+
4124
+ ___
4125
+
4126
+ ### removeEventListener
4127
+
4128
+ ▸ **removeEventListener**<`K`\>(`type`, `listener`, `options?`): `void`
4129
+
4130
+ #### Type parameters
4131
+
4132
+ | Name | Type |
4133
+ | :------ | :------ |
4134
+ | `K` | extends keyof `HTMLElementEventMap` |
4135
+
4136
+ #### Parameters
4137
+
4138
+ | Name | Type |
4139
+ | :------ | :------ |
4140
+ | `type` | `K` |
4141
+ | `listener` | (`ev`: `HTMLElementEventMap`[`K`]) => `any` |
4142
+ | `options?` | `boolean` \| `EventListenerOptions` |
4143
+
4144
+ #### Returns
4145
+
4146
+ `void`
4147
+
4148
+ #### Inherited from
4149
+
4150
+ HTMLElement.removeEventListener
4151
+
4152
+ ▸ **removeEventListener**(`type`, `listener`, `options?`): `void`
4153
+
4154
+ #### Parameters
4155
+
4156
+ | Name | Type |
4157
+ | :------ | :------ |
4158
+ | `type` | `string` |
4159
+ | `listener` | `EventListenerOrEventListenerObject` |
4160
+ | `options?` | `boolean` \| `EventListenerOptions` |
4161
+
4162
+ #### Returns
4163
+
4164
+ `void`
4165
+
4166
+ #### Inherited from
4167
+
4168
+ HTMLElement.removeEventListener
4169
+
4170
+ ___
4171
+
4172
+ ### renderBlock
4173
+
4174
+ ▸ **renderBlock**(`container`): `void`
4175
+
4176
+ Called when the widget is rendered in a page.
4177
+ Override this method in order to display your widget contents.
4178
+
4179
+ Default implementation is a noop.
4180
+
4181
+ #### Parameters
4182
+
4183
+ | Name | Type | Description |
4184
+ | :------ | :------ | :------ |
4185
+ | `container` | `HTMLElement` | an `HTMLElement` into which the contents of the widget should be rendered. Note that this does not necessarily have to be `this` since the base class might render a title, a div with a border, or other decorations. |
4186
+
4187
+ #### Returns
4188
+
4189
+ `void`
4190
+
4191
+ ___
4192
+
4193
+ ### renderBlockInEditor
4194
+
4195
+ ▸ **renderBlockInEditor**(`container`): `void`
4196
+
4197
+ Called when the widget is rendered in the WYSIWYG editor.
4198
+ override this method in order to display your widget preview.
4199
+
4200
+ By default, the editor will display a generic placeholder
4201
+ with the widget name and icon.
4202
+
4203
+ #### Parameters
4204
+
4205
+ | Name | Type | Description |
4206
+ | :------ | :------ | :------ |
4207
+ | `container` | `HTMLElement` | an `HTMLElement` into which the contents of the widget should be rendered Note that this does not necessarily have to be `this` since the base class might render a title, a div with a border, or other decorations. |
4208
+
4209
+ #### Returns
4210
+
4211
+ `void`
4212
+
4213
+ ___
4214
+
4215
+ ### replaceChild
4216
+
4217
+ ▸ **replaceChild**<`T`\>(`node`, `child`): `T`
4218
+
4219
+ #### Type parameters
4220
+
4221
+ | Name | Type |
4222
+ | :------ | :------ |
4223
+ | `T` | extends `Node` |
4224
+
4225
+ #### Parameters
4226
+
4227
+ | Name | Type |
4228
+ | :------ | :------ |
4229
+ | `node` | `Node` |
4230
+ | `child` | `T` |
4231
+
4232
+ #### Returns
4233
+
4234
+ `T`
4235
+
4236
+ #### Inherited from
4237
+
4238
+ HTMLElement.replaceChild
4239
+
4240
+ ___
4241
+
4242
+ ### replaceChildren
4243
+
4244
+ ▸ **replaceChildren**(...`nodes`): `void`
4245
+
4246
+ Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.
4247
+
4248
+ Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
4249
+
4250
+ #### Parameters
4251
+
4252
+ | Name | Type |
4253
+ | :------ | :------ |
4254
+ | `...nodes` | (`string` \| `Node`)[] |
4255
+
4256
+ #### Returns
4257
+
4258
+ `void`
4259
+
4260
+ #### Inherited from
4261
+
4262
+ HTMLElement.replaceChildren
4263
+
4264
+ ___
4265
+
4266
+ ### replaceWith
4267
+
4268
+ ▸ **replaceWith**(...`nodes`): `void`
4269
+
4270
+ Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.
4271
+
4272
+ Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
4273
+
4274
+ #### Parameters
4275
+
4276
+ | Name | Type |
4277
+ | :------ | :------ |
4278
+ | `...nodes` | (`string` \| `Node`)[] |
4279
+
4280
+ #### Returns
4281
+
4282
+ `void`
4283
+
4284
+ #### Inherited from
4285
+
4286
+ HTMLElement.replaceWith
4287
+
4288
+ ___
4289
+
4290
+ ### requestFullscreen
4291
+
4292
+ ▸ **requestFullscreen**(`options?`): `Promise`<`void`\>
4293
+
4294
+ Displays element fullscreen and resolves promise when done.
4295
+
4296
+ 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.
4297
+
4298
+ #### Parameters
4299
+
4300
+ | Name | Type |
4301
+ | :------ | :------ |
4302
+ | `options?` | `FullscreenOptions` |
4303
+
4304
+ #### Returns
4305
+
4306
+ `Promise`<`void`\>
4307
+
4308
+ #### Inherited from
4309
+
4310
+ HTMLElement.requestFullscreen
4311
+
4312
+ ___
4313
+
4314
+ ### requestPointerLock
4315
+
4316
+ ▸ **requestPointerLock**(): `void`
4317
+
4318
+ #### Returns
4319
+
4320
+ `void`
4321
+
4322
+ #### Inherited from
4323
+
4324
+ HTMLElement.requestPointerLock
4325
+
4326
+ ___
4327
+
4328
+ ### scroll
4329
+
4330
+ ▸ **scroll**(`options?`): `void`
4331
+
4332
+ #### Parameters
4333
+
4334
+ | Name | Type |
4335
+ | :------ | :------ |
4336
+ | `options?` | `ScrollToOptions` |
4337
+
4338
+ #### Returns
4339
+
4340
+ `void`
4341
+
4342
+ #### Inherited from
4343
+
4344
+ HTMLElement.scroll
4345
+
4346
+ ▸ **scroll**(`x`, `y`): `void`
4347
+
4348
+ #### Parameters
4349
+
4350
+ | Name | Type |
4351
+ | :------ | :------ |
4352
+ | `x` | `number` |
4353
+ | `y` | `number` |
4354
+
4355
+ #### Returns
4356
+
4357
+ `void`
4358
+
4359
+ #### Inherited from
4360
+
4361
+ HTMLElement.scroll
4362
+
4363
+ ___
4364
+
4365
+ ### scrollBy
4366
+
4367
+ ▸ **scrollBy**(`options?`): `void`
4368
+
4369
+ #### Parameters
4370
+
4371
+ | Name | Type |
4372
+ | :------ | :------ |
4373
+ | `options?` | `ScrollToOptions` |
4374
+
4375
+ #### Returns
4376
+
4377
+ `void`
4378
+
4379
+ #### Inherited from
4380
+
4381
+ HTMLElement.scrollBy
4382
+
4383
+ ▸ **scrollBy**(`x`, `y`): `void`
4384
+
4385
+ #### Parameters
4386
+
4387
+ | Name | Type |
4388
+ | :------ | :------ |
4389
+ | `x` | `number` |
4390
+ | `y` | `number` |
4391
+
4392
+ #### Returns
4393
+
4394
+ `void`
4395
+
4396
+ #### Inherited from
4397
+
4398
+ HTMLElement.scrollBy
4399
+
4400
+ ___
4401
+
4402
+ ### scrollIntoView
4403
+
4404
+ ▸ **scrollIntoView**(`arg?`): `void`
4405
+
4406
+ #### Parameters
4407
+
4408
+ | Name | Type |
4409
+ | :------ | :------ |
4410
+ | `arg?` | `boolean` \| `ScrollIntoViewOptions` |
4411
+
4412
+ #### Returns
4413
+
4414
+ `void`
4415
+
4416
+ #### Inherited from
4417
+
4418
+ HTMLElement.scrollIntoView
4419
+
4420
+ ___
4421
+
4422
+ ### scrollTo
4423
+
4424
+ ▸ **scrollTo**(`options?`): `void`
4425
+
4426
+ #### Parameters
4427
+
4428
+ | Name | Type |
4429
+ | :------ | :------ |
4430
+ | `options?` | `ScrollToOptions` |
4431
+
4432
+ #### Returns
4433
+
4434
+ `void`
4435
+
4436
+ #### Inherited from
4437
+
4438
+ HTMLElement.scrollTo
4439
+
4440
+ ▸ **scrollTo**(`x`, `y`): `void`
4441
+
4442
+ #### Parameters
4443
+
4444
+ | Name | Type |
4445
+ | :------ | :------ |
4446
+ | `x` | `number` |
4447
+ | `y` | `number` |
4448
+
4449
+ #### Returns
4450
+
4451
+ `void`
4452
+
4453
+ #### Inherited from
4454
+
4455
+ HTMLElement.scrollTo
4456
+
4457
+ ___
4458
+
4459
+ ### setAttribute
4460
+
4461
+ ▸ **setAttribute**(`qualifiedName`, `value`): `void`
4462
+
4463
+ Sets the value of element's first attribute whose qualified name is qualifiedName to value.
4464
+
4465
+ #### Parameters
4466
+
4467
+ | Name | Type |
4468
+ | :------ | :------ |
4469
+ | `qualifiedName` | `string` |
4470
+ | `value` | `string` |
4471
+
4472
+ #### Returns
4473
+
4474
+ `void`
4475
+
4476
+ #### Inherited from
4477
+
4478
+ HTMLElement.setAttribute
4479
+
4480
+ ___
4481
+
4482
+ ### setAttributeNS
4483
+
4484
+ ▸ **setAttributeNS**(`namespace`, `qualifiedName`, `value`): `void`
4485
+
4486
+ Sets the value of element's attribute whose namespace is namespace and local name is localName to value.
4487
+
4488
+ #### Parameters
4489
+
4490
+ | Name | Type |
4491
+ | :------ | :------ |
4492
+ | `namespace` | ``null`` \| `string` |
4493
+ | `qualifiedName` | `string` |
4494
+ | `value` | `string` |
4495
+
4496
+ #### Returns
4497
+
4498
+ `void`
4499
+
4500
+ #### Inherited from
4501
+
4502
+ HTMLElement.setAttributeNS
4503
+
4504
+ ___
4505
+
4506
+ ### setAttributeNode
4507
+
4508
+ ▸ **setAttributeNode**(`attr`): ``null`` \| `Attr`
4509
+
4510
+ #### Parameters
4511
+
4512
+ | Name | Type |
4513
+ | :------ | :------ |
4514
+ | `attr` | `Attr` |
4515
+
4516
+ #### Returns
4517
+
4518
+ ``null`` \| `Attr`
4519
+
4520
+ #### Inherited from
4521
+
4522
+ HTMLElement.setAttributeNode
4523
+
4524
+ ___
4525
+
4526
+ ### setAttributeNodeNS
4527
+
4528
+ ▸ **setAttributeNodeNS**(`attr`): ``null`` \| `Attr`
4529
+
4530
+ #### Parameters
4531
+
4532
+ | Name | Type |
4533
+ | :------ | :------ |
4534
+ | `attr` | `Attr` |
4535
+
4536
+ #### Returns
4537
+
4538
+ ``null`` \| `Attr`
4539
+
4540
+ #### Inherited from
4541
+
4542
+ HTMLElement.setAttributeNodeNS
4543
+
4544
+ ___
4545
+
4546
+ ### setPointerCapture
4547
+
4548
+ ▸ **setPointerCapture**(`pointerId`): `void`
4549
+
4550
+ #### Parameters
4551
+
4552
+ | Name | Type |
4553
+ | :------ | :------ |
4554
+ | `pointerId` | `number` |
4555
+
4556
+ #### Returns
4557
+
4558
+ `void`
4559
+
4560
+ #### Inherited from
4561
+
4562
+ HTMLElement.setPointerCapture
4563
+
4564
+ ___
4565
+
4566
+ ### toggleAttribute
4567
+
4568
+ ▸ **toggleAttribute**(`qualifiedName`, `force?`): `boolean`
4569
+
4570
+ 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.
4571
+
4572
+ Returns true if qualifiedName is now present, and false otherwise.
4573
+
4574
+ #### Parameters
4575
+
4576
+ | Name | Type |
4577
+ | :------ | :------ |
4578
+ | `qualifiedName` | `string` |
4579
+ | `force?` | `boolean` |
4580
+
4581
+ #### Returns
4582
+
4583
+ `boolean`
4584
+
4585
+ #### Inherited from
4586
+
4587
+ HTMLElement.toggleAttribute
4588
+
4589
+ ___
4590
+
4591
+ ### unmountBlock
4592
+
4593
+ ▸ **unmountBlock**(`container`): `void`
4594
+
4595
+ Called when the widget is unmounted from the DOM.
4596
+
4597
+ Override this in order to implement your unmount logic.
4598
+
4599
+ #### Parameters
4600
+
4601
+ | Name | Type | Description |
4602
+ | :------ | :------ | :------ |
4603
+ | `container` | `HTMLElement` | an `HTMLElement` which was used previously to render the widget. |
4604
+
4605
+ #### Returns
4606
+
4607
+ `void`
4608
+
4609
+ ___
4610
+
4611
+ ### webkitMatchesSelector
4612
+
4613
+ ▸ **webkitMatchesSelector**(`selectors`): `boolean`
4614
+
4615
+ **`deprecated`** This is a legacy alias of `matches`.
4616
+
4617
+ #### Parameters
4618
+
4619
+ | Name | Type |
4620
+ | :------ | :------ |
4621
+ | `selectors` | `string` |
4622
+
4623
+ #### Returns
4624
+
4625
+ `boolean`
4626
+
4627
+ #### Inherited from
4628
+
4629
+ HTMLElement.webkitMatchesSelector