@serenity-is/corelib / ElementAttributes
Interface: ElementAttributes<T>
Defined in: ../domwise/dist/index.d.ts:48
Global Element + Node interface keys, shared by all tags regardless of their namespace:
- That's
keysthat are defined BY ALLHTMLElement/SVGElement/MathMLElementinterfaces. - Includes
keysdefined byElementandNodeinterfaces.
Extends
CustomDomAttributes<T>.DirectiveAttributes.DirectiveFunctionAttributes<T>.PropAttributes.OnAttributes<T>.EventHandlersElement<T>.AriaAttributes
Type Parameters
T
T
Properties
aria-activedescendant?
optionalaria-activedescendant:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:176
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
aria-atomic?
optionalaria-atomic:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:181
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
aria-autocomplete?
optionalaria-autocomplete:PropValue<false|"none"|"list"|"both"|"inline">
Defined in: ../domwise/dist/index.d.ts:208
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
aria-braillelabel?
optionalaria-braillelabel:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:188
Similar to the global aria-label. Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
aria-brailleroledescription?
optionalaria-brailleroledescription:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:202
Defines a human-readable, author-localized abbreviated description for the role of an element intended to be converted into Braille. Braille is not a one-to-one transliteration of letters and numbers, but rather it includes various abbreviations, contractions, and characters that represent words (known as logograms).
Instead of converting long role descriptions to Braille, the aria-brailleroledescription attribute allows for providing an abbreviated version of the aria-roledescription value, which is a human-readable, author-localized description for the role of an element, for improved user experience with braille interfaces.
See
aria-roledescription.
aria-busy?
optionalaria-busy:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:213
Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.
aria-checked?
optionalaria-checked:PropValue<false|EnumeratedPseudoBoolean|"mixed">
Defined in: ../domwise/dist/index.d.ts:219
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
aria-colcount?
optionalaria-colcount:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:225
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
aria-colindex?
optionalaria-colindex:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:232
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
See
- aria-colcount
- aria-colspan.
aria-colindextext?
optionalaria-colindextext:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:234
Defines a human-readable text alternative of the numeric aria-colindex.
aria-colspan?
optionalaria-colspan:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:241
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
aria-controls?
optionalaria-controls:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:248
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
aria-current?
optionalaria-current:PropValue<false|"time"|EnumeratedPseudoBoolean|"page"|"step"|"date"|"location">
Defined in: ../domwise/dist/index.d.ts:253
Indicates the element that represents the current item within a container or set of related elements.
aria-describedby?
optionalaria-describedby:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:259
Identifies the element (or elements) that describes the object.
See
aria-labelledby
aria-description?
optionalaria-description:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:265
Defines a string value that describes or annotates the current element.
See
aria-describedby
aria-details?
optionalaria-details:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:271
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
aria-disabled?
optionalaria-disabled:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:278
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
aria-dropeffect?
optionalaria-dropeffect:PropValue<false|"link"|"copy"|"none"|"move"|"execute"|"popup">
Defined in: ../domwise/dist/index.d.ts:285
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
In ARIA 1.1
aria-errormessage?
optionalaria-errormessage:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:291
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
aria-expanded?
optionalaria-expanded:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:296
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
aria-flowto?
optionalaria-flowto:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:302
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
aria-grabbed?
optionalaria-grabbed:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:308
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
In ARIA 1.1
aria-haspopup?
optionalaria-haspopup:PropValue<false|"dialog"|"menu"|"tree"|EnumeratedPseudoBoolean|"grid"|"listbox">
Defined in: ../domwise/dist/index.d.ts:313
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
aria-hidden?
optionalaria-hidden:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:319
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
aria-invalid?
optionalaria-invalid:PropValue<false|EnumeratedPseudoBoolean|"grammar"|"spelling">
Defined in: ../domwise/dist/index.d.ts:325
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
aria-keyshortcuts?
optionalaria-keyshortcuts:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:330
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
aria-label?
optionalaria-label:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:336
Defines a string value that labels the current element.
See
aria-labelledby.
aria-labelledby?
optionalaria-labelledby:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:342
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
aria-level?
optionalaria-level:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:344
Defines the hierarchical level of an element within a structure.
aria-live?
optionalaria-live:PropValue<false|"polite"|"assertive"|"off">
Defined in: ../domwise/dist/index.d.ts:349
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
aria-modal?
optionalaria-modal:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:351
Indicates whether an element is modal when displayed.
aria-multiline?
optionalaria-multiline:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:353
Indicates whether a text box accepts multiple lines of input or only a single line.
aria-multiselectable?
optionalaria-multiselectable:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:358
Indicates that the user may select more than one item from the current selectable descendants.
aria-orientation?
optionalaria-orientation:PropValue<false|"horizontal"|"vertical">
Defined in: ../domwise/dist/index.d.ts:360
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
aria-owns?
optionalaria-owns:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:368
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
aria-placeholder?
optionalaria-placeholder:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:374
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
aria-posinset?
optionalaria-posinset:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:381
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-setsize.
aria-pressed?
optionalaria-pressed:PropValue<false|EnumeratedPseudoBoolean|"mixed">
Defined in: ../domwise/dist/index.d.ts:387
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
aria-readonly?
optionalaria-readonly:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:393
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
aria-relevant?
optionalaria-relevant:PropValue<false|"text"|"all"|"additions"|"additions removals"|"additions text"|"removals"|"removals additions"|"removals text"|"text additions"|"text removals">
Defined in: ../domwise/dist/index.d.ts:400
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
aria-required?
optionalaria-required:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:402
Indicates that user input is required on the element before a form may be submitted.
aria-roledescription?
optionalaria-roledescription:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:404
Defines a human-readable, author-localized description for the role of an element.
aria-rowcount?
optionalaria-rowcount:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:410
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
aria-rowindex?
optionalaria-rowindex:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:417
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
See
- aria-rowcount
- aria-rowspan.
aria-rowindextext?
optionalaria-rowindextext:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:419
Defines a human-readable text alternative of aria-rowindex.
aria-rowspan?
optionalaria-rowspan:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:425
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
aria-selected?
optionalaria-selected:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:431
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
aria-setsize?
optionalaria-setsize:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:438
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-posinset.
aria-sort?
optionalaria-sort:PropValue<false|"none"|"descending"|"ascending"|"other">
Defined in: ../domwise/dist/index.d.ts:440
Indicates if items in a table or grid are sorted in ascending or descending order.
aria-valuemax?
optionalaria-valuemax:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:442
Defines the maximum allowed value for a range widget.
aria-valuemin?
optionalaria-valuemin:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:444
Defines the minimum allowed value for a range widget.
aria-valuenow?
optionalaria-valuenow:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:450
Defines the current value for a range widget.
See
aria-valuetext.
aria-valuetext?
optionalaria-valuetext:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:452
Defines the human readable text alternative of aria-valuenow for a range widget.
autofocus?
optionalautofocus:PropValue<BooleanAttribute>
Defined in: ../domwise/dist/index.d.ts:606
children?
optionalchildren:ComponentChildren
Defined in: ../domwise/dist/index.d.ts:39
Inherited from
class?
optionalclass:PropValue<ClassNames> | {[key:string]:PropValue<boolean>; }
Defined in: ../domwise/dist/index.d.ts:607
className?
optionalclassName:PropValue<ClassNames> | {[key:string]:PropValue<boolean>; }
Defined in: ../domwise/dist/index.d.ts:49
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
Defined in: ../domwise/dist/index.d.ts:40
__html
__html:
string
Inherited from
CustomDomAttributes.dangerouslySetInnerHTML
elementtiming?
optionalelementtiming:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:610
id?
optionalid:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:611
namespaceURI?
optionalnamespaceURI:string
Defined in: ../domwise/dist/index.d.ts:51
nonce?
optionalnonce:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:612
on?
optionalon:Record<string,Function>
Defined in: ../domwise/dist/index.d.ts:45
compat from jsx-dom/react
Inherited from
onAbort?
optionalonAbort:EventHandler<T,UIEvent>
Defined in: ../domwise/dist/index.d.ts:480
onAnimationCancel?
optionalonAnimationCancel:EventHandler<T,AnimationEvent>
Defined in: ../domwise/dist/index.d.ts:481
onAnimationEnd?
optionalonAnimationEnd:EventHandler<T,AnimationEvent>
Defined in: ../domwise/dist/index.d.ts:482
onAnimationIteration?
optionalonAnimationIteration:EventHandler<T,AnimationEvent>
Defined in: ../domwise/dist/index.d.ts:483
onAnimationStart?
optionalonAnimationStart:EventHandler<T,AnimationEvent>
Defined in: ../domwise/dist/index.d.ts:484
onAuxClick?
optionalonAuxClick:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:485
onBeforeCopy?
optionalonBeforeCopy:EventHandler<T,ClipboardEvent>
Defined in: ../domwise/dist/index.d.ts:486
onBeforeCut?
optionalonBeforeCut:EventHandler<T,ClipboardEvent>
Defined in: ../domwise/dist/index.d.ts:487
onBeforeInput?
optionalonBeforeInput:InputEventHandler<T,InputEvent>
Defined in: ../domwise/dist/index.d.ts:488
onBeforeMatch?
optionalonBeforeMatch:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:489
onBeforePaste?
optionalonBeforePaste:EventHandler<T,ClipboardEvent>
Defined in: ../domwise/dist/index.d.ts:490
onBeforeToggle?
optionalonBeforeToggle:EventHandler<T,ToggleEvent>
Defined in: ../domwise/dist/index.d.ts:491
onBeforeXRSelect?
optionalonBeforeXRSelect:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:492
onBlur?
optionalonBlur:FocusEventHandler<T,FocusEvent>
Defined in: ../domwise/dist/index.d.ts:493
onCancel?
optionalonCancel:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:494
onCanPlay?
optionalonCanPlay:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:495
onCanPlayThrough?
optionalonCanPlayThrough:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:496
onCapture?
optionalonCapture:Record<string,Function>
Defined in: ../domwise/dist/index.d.ts:46
Inherited from
onChange?
optionalonChange:ChangeEventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:497
onClick?
optionalonClick:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:498
onClickCapture?
optionalonClickCapture:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:52
onClose?
optionalonClose:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:499
onCommand?
optionalonCommand:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:501
onCompositionEnd?
optionalonCompositionEnd:EventHandler<T,CompositionEvent>
Defined in: ../domwise/dist/index.d.ts:502
onCompositionStart?
optionalonCompositionStart:EventHandler<T,CompositionEvent>
Defined in: ../domwise/dist/index.d.ts:503
onCompositionUpdate?
optionalonCompositionUpdate:EventHandler<T,CompositionEvent>
Defined in: ../domwise/dist/index.d.ts:504
onContentVisibilityAutoStateChange?
optionalonContentVisibilityAutoStateChange:EventHandler<T,ContentVisibilityAutoStateChangeEvent>
Defined in: ../domwise/dist/index.d.ts:505
onContextLost?
optionalonContextLost:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:506
onContextMenu?
optionalonContextMenu:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:507
onContextRestored?
optionalonContextRestored:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:508
onCopy?
optionalonCopy:EventHandler<T,ClipboardEvent>
Defined in: ../domwise/dist/index.d.ts:509
onCueChange?
optionalonCueChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:510
onCut?
optionalonCut:EventHandler<T,ClipboardEvent>
Defined in: ../domwise/dist/index.d.ts:511
onDblClick?
optionalonDblClick:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:512
onDblClickCapture?
optionalonDblClickCapture:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:53
onDoubleClick?
optionalonDoubleClick:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:54
onDoubleClickCapture?
optionalonDoubleClickCapture:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:55
onDrag?
optionalonDrag:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:513
onDragEnd?
optionalonDragEnd:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:514
onDragEnter?
optionalonDragEnter:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:515
onDragExit?
optionalonDragExit:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:516
onDragLeave?
optionalonDragLeave:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:517
onDragOver?
optionalonDragOver:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:518
onDragStart?
optionalonDragStart:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:519
onDrop?
optionalonDrop:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:520
onDurationChange?
optionalonDurationChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:521
onEmptied?
optionalonEmptied:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:522
onEnded?
optionalonEnded:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:523
onError?
optionalonError:EventHandler<T,ErrorEvent>
Defined in: ../domwise/dist/index.d.ts:524
onFocus?
optionalonFocus:FocusEventHandler<T,FocusEvent>
Defined in: ../domwise/dist/index.d.ts:525
onFocusIn?
optionalonFocusIn:FocusEventHandler<T,FocusEvent>
Defined in: ../domwise/dist/index.d.ts:526
onFocusOut?
optionalonFocusOut:FocusEventHandler<T,FocusEvent>
Defined in: ../domwise/dist/index.d.ts:527
onFormData?
optionalonFormData:EventHandler<T,FormDataEvent>
Defined in: ../domwise/dist/index.d.ts:528
onFullscreenChange?
optionalonFullscreenChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:529
onFullscreenError?
optionalonFullscreenError:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:530
onGotPointerCapture?
optionalonGotPointerCapture:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:531
onInput?
optionalonInput:InputEventHandler<T,InputEvent>
Defined in: ../domwise/dist/index.d.ts:532
onInvalid?
optionalonInvalid:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:533
onKeyDown?
optionalonKeyDown:EventHandler<T,KeyboardEvent>
Defined in: ../domwise/dist/index.d.ts:534
onKeyPress?
optionalonKeyPress:EventHandler<T,KeyboardEvent>
Defined in: ../domwise/dist/index.d.ts:535
onKeyUp?
optionalonKeyUp:EventHandler<T,KeyboardEvent>
Defined in: ../domwise/dist/index.d.ts:536
onLoad?
optionalonLoad:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:537
onLoadedData?
optionalonLoadedData:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:538
onLoadedMetadata?
optionalonLoadedMetadata:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:539
onLoadStart?
optionalonLoadStart:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:540
onLostPointerCapture?
optionalonLostPointerCapture:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:541
onMouseDown?
optionalonMouseDown:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:542
onMouseEnter?
optionalonMouseEnter:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:543
onMouseLeave?
optionalonMouseLeave:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:544
onMouseMove?
optionalonMouseMove:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:545
onMouseOut?
optionalonMouseOut:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:546
onMouseOver?
optionalonMouseOver:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:547
onMouseUp?
optionalonMouseUp:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:548
onPaste?
optionalonPaste:EventHandler<T,ClipboardEvent>
Defined in: ../domwise/dist/index.d.ts:549
onPause?
optionalonPause:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:550
onPlay?
optionalonPlay:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:551
onPlaying?
optionalonPlaying:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:552
onPointerCancel?
optionalonPointerCancel:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:553
onPointerDown?
optionalonPointerDown:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:554
onPointerEnter?
optionalonPointerEnter:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:555
onPointerLeave?
optionalonPointerLeave:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:556
onPointerMove?
optionalonPointerMove:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:557
onPointerOut?
optionalonPointerOut:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:558
onPointerOver?
optionalonPointerOver:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:559
onPointerRawUpdate?
optionalonPointerRawUpdate:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:560
onPointerUp?
optionalonPointerUp:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:561
onProgress?
optionalonProgress:EventHandler<T,ProgressEvent<EventTarget>>
Defined in: ../domwise/dist/index.d.ts:562
onRateChange?
optionalonRateChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:563
onReset?
optionalonReset:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:564
onResize?
optionalonResize:EventHandler<T,UIEvent>
Defined in: ../domwise/dist/index.d.ts:565
onScroll?
optionalonScroll:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:566
onScrollEnd?
optionalonScrollEnd:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:567
onScrollSnapChange?
optionalonScrollSnapChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:568
onScrollSnapChanging?
optionalonScrollSnapChanging:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:569
onSecurityPolicyViolation?
optionalonSecurityPolicyViolation:EventHandler<T,SecurityPolicyViolationEvent>
Defined in: ../domwise/dist/index.d.ts:570
onSeeked?
optionalonSeeked:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:571
onSeeking?
optionalonSeeking:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:572
onSelect?
optionalonSelect:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:573
onSelectionChange?
optionalonSelectionChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:574
onSelectStart?
optionalonSelectStart:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:575
onSlotChange?
optionalonSlotChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:576
onStalled?
optionalonStalled:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:577
onSubmit?
optionalonSubmit:EventHandler<T,SubmitEvent>
Defined in: ../domwise/dist/index.d.ts:578
onSuspend?
optionalonSuspend:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:579
onTimeUpdate?
optionalonTimeUpdate:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:580
onToggle?
optionalonToggle:EventHandler<T,ToggleEvent>
Defined in: ../domwise/dist/index.d.ts:581
onTouchCancel?
optionalonTouchCancel:EventHandler<T,TouchEvent>
Defined in: ../domwise/dist/index.d.ts:582
onTouchEnd?
optionalonTouchEnd:EventHandler<T,TouchEvent>
Defined in: ../domwise/dist/index.d.ts:583
onTouchMove?
optionalonTouchMove:EventHandler<T,TouchEvent>
Defined in: ../domwise/dist/index.d.ts:584
onTouchStart?
optionalonTouchStart:EventHandler<T,TouchEvent>
Defined in: ../domwise/dist/index.d.ts:585
onTransitionCancel?
optionalonTransitionCancel:EventHandler<T,TransitionEvent>
Defined in: ../domwise/dist/index.d.ts:586
onTransitionEnd?
optionalonTransitionEnd:EventHandler<T,TransitionEvent>
Defined in: ../domwise/dist/index.d.ts:587
onTransitionRun?
optionalonTransitionRun:EventHandler<T,TransitionEvent>
Defined in: ../domwise/dist/index.d.ts:588
onTransitionStart?
optionalonTransitionStart:EventHandler<T,TransitionEvent>
Defined in: ../domwise/dist/index.d.ts:589
onVolumeChange?
optionalonVolumeChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:590
onWaiting?
optionalonWaiting:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:591
onWheel?
optionalonWheel:EventHandler<T,WheelEvent>
Defined in: ../domwise/dist/index.d.ts:592
part?
optionalpart:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:613
ref?
optionalref:Ref<T>
Defined in: ../domwise/dist/index.d.ts:43
Inherited from
role?
optionalrole:PropValue<false|"dialog"|"article"|"button"|"figure"|"form"|"img"|"link"|"main"|"menu"|"meter"|"option"|"search"|"table"|"switch"|"math"|"marquee"|"menuitem"|"radio"|"checkbox"|"none"|"heading"|"list"|"tree"|"alert"|"grid"|"presentation"|"tooltip"|"row"|"cell"|"tab"|"separator"|"alertdialog"|"application"|"banner"|"columnheader"|"combobox"|"complementary"|"contentinfo"|"definition"|"directory"|"document"|"feed"|"gridcell"|"group"|"listbox"|"listitem"|"log"|"menubar"|"menuitemcheckbox"|"menuitemradio"|"navigation"|"note"|"progressbar"|"radiogroup"|"region"|"rowgroup"|"rowheader"|"scrollbar"|"searchbox"|"slider"|"spinbutton"|"status"|"tablist"|"tabpanel"|"term"|"textbox"|"timer"|"toolbar"|"treegrid"|"treeitem">
Defined in: ../domwise/dist/index.d.ts:453
slot?
optionalslot:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:614
style?
optionalstyle:PropValue<string|false|StyleProperties>
Defined in: ../domwise/dist/index.d.ts:615
tabindex?
optionaltabindex:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:616
tabIndex?
optionaltabIndex:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:50
textContent?
optionaltextContent:PropValue<string|number>
Defined in: ../domwise/dist/index.d.ts:604