@serenity-is/corelib / ElementAttributes
Interface: ElementAttributes<T>
Defined in: ../domwise/dist/index.d.ts:160
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:297
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:302
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"|"inline"|"both">
Defined in: ../domwise/dist/index.d.ts:329
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:309
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:323
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:334
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:340
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:346
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:353
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:355
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:362
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:369
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:374
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:380
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:386
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:392
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:399
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:406
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:412
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:417
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:423
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:429
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:434
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:440
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:446
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:451
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:457
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:463
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:465
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:470
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:472
Indicates whether an element is modal when displayed.
aria-multiline?
optionalaria-multiline:PropValue<false|EnumeratedPseudoBoolean>
Defined in: ../domwise/dist/index.d.ts:474
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:479
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:481
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:489
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:495
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:502
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:508
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:514
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:521
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:523
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:525
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:531
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:538
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:540
Defines a human-readable text alternative of aria-rowindex.
aria-rowspan?
optionalaria-rowspan:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:546
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:552
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:559
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:561
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:563
Defines the maximum allowed value for a range widget.
aria-valuemin?
optionalaria-valuemin:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:565
Defines the minimum allowed value for a range widget.
aria-valuenow?
optionalaria-valuenow:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:571
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:573
Defines the human readable text alternative of aria-valuenow for a range widget.
autofocus?
optionalautofocus:PropValue<BooleanAttribute>
Defined in: ../domwise/dist/index.d.ts:727
children?
optionalchildren:ComponentChildren
Defined in: ../domwise/dist/index.d.ts:148
Child nodes / JSX children for the element.
Inherited from
class?
optionalclass:PropValue<ClassNames> | {[key:string]:PropValue<boolean>; }
Defined in: ../domwise/dist/index.d.ts:728
className?
optionalclassName:PropValue<ClassNames> | {[key:string]:PropValue<boolean>; }
Defined in: ../domwise/dist/index.d.ts:161
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
Defined in: ../domwise/dist/index.d.ts:150
Raw HTML to assign via innerHTML. Use with caution — content is not escaped.
__html
__html:
string
Inherited from
CustomDomAttributes.dangerouslySetInnerHTML
elementtiming?
optionalelementtiming:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:731
id?
optionalid:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:732
namespaceURI?
optionalnamespaceURI:string
Defined in: ../domwise/dist/index.d.ts:163
nonce?
optionalnonce:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:733
on?
optionalon:Record<string,Function>
Defined in: ../domwise/dist/index.d.ts:156
Compatibility event map for on* handlers (jsx-dom / React style).
Inherited from
onAbort?
optionalonAbort:EventHandler<T,UIEvent>
Defined in: ../domwise/dist/index.d.ts:601
onAnimationCancel?
optionalonAnimationCancel:EventHandler<T,AnimationEvent>
Defined in: ../domwise/dist/index.d.ts:602
onAnimationEnd?
optionalonAnimationEnd:EventHandler<T,AnimationEvent>
Defined in: ../domwise/dist/index.d.ts:603
onAnimationIteration?
optionalonAnimationIteration:EventHandler<T,AnimationEvent>
Defined in: ../domwise/dist/index.d.ts:604
onAnimationStart?
optionalonAnimationStart:EventHandler<T,AnimationEvent>
Defined in: ../domwise/dist/index.d.ts:605
onAuxClick?
optionalonAuxClick:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:606
onBeforeCopy?
optionalonBeforeCopy:EventHandler<T,ClipboardEvent>
Defined in: ../domwise/dist/index.d.ts:607
onBeforeCut?
optionalonBeforeCut:EventHandler<T,ClipboardEvent>
Defined in: ../domwise/dist/index.d.ts:608
onBeforeInput?
optionalonBeforeInput:InputEventHandler<T,InputEvent>
Defined in: ../domwise/dist/index.d.ts:609
onBeforeMatch?
optionalonBeforeMatch:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:610
onBeforePaste?
optionalonBeforePaste:EventHandler<T,ClipboardEvent>
Defined in: ../domwise/dist/index.d.ts:611
onBeforeToggle?
optionalonBeforeToggle:EventHandler<T,ToggleEvent>
Defined in: ../domwise/dist/index.d.ts:612
onBeforeXRSelect?
optionalonBeforeXRSelect:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:613
onBlur?
optionalonBlur:FocusEventHandler<T,FocusEvent>
Defined in: ../domwise/dist/index.d.ts:614
onCancel?
optionalonCancel:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:615
onCanPlay?
optionalonCanPlay:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:616
onCanPlayThrough?
optionalonCanPlayThrough:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:617
onCapture?
optionalonCapture:Record<string,Function>
Defined in: ../domwise/dist/index.d.ts:158
Compatibility event map for capture-phase handlers.
Inherited from
onChange?
optionalonChange:ChangeEventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:618
onClick?
optionalonClick:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:619
onClickCapture?
optionalonClickCapture:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:164
onClose?
optionalonClose:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:620
onCommand?
optionalonCommand:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:622
onCompositionEnd?
optionalonCompositionEnd:EventHandler<T,CompositionEvent>
Defined in: ../domwise/dist/index.d.ts:623
onCompositionStart?
optionalonCompositionStart:EventHandler<T,CompositionEvent>
Defined in: ../domwise/dist/index.d.ts:624
onCompositionUpdate?
optionalonCompositionUpdate:EventHandler<T,CompositionEvent>
Defined in: ../domwise/dist/index.d.ts:625
onContentVisibilityAutoStateChange?
optionalonContentVisibilityAutoStateChange:EventHandler<T,ContentVisibilityAutoStateChangeEvent>
Defined in: ../domwise/dist/index.d.ts:626
onContextLost?
optionalonContextLost:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:627
onContextMenu?
optionalonContextMenu:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:628
onContextRestored?
optionalonContextRestored:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:629
onCopy?
optionalonCopy:EventHandler<T,ClipboardEvent>
Defined in: ../domwise/dist/index.d.ts:630
onCueChange?
optionalonCueChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:631
onCut?
optionalonCut:EventHandler<T,ClipboardEvent>
Defined in: ../domwise/dist/index.d.ts:632
onDblClick?
optionalonDblClick:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:633
onDblClickCapture?
optionalonDblClickCapture:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:165
onDoubleClick?
optionalonDoubleClick:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:166
onDoubleClickCapture?
optionalonDoubleClickCapture:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:167
onDrag?
optionalonDrag:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:634
onDragEnd?
optionalonDragEnd:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:635
onDragEnter?
optionalonDragEnter:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:636
onDragExit?
optionalonDragExit:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:637
onDragLeave?
optionalonDragLeave:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:638
onDragOver?
optionalonDragOver:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:639
onDragStart?
optionalonDragStart:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:640
onDrop?
optionalonDrop:EventHandler<T,DragEvent>
Defined in: ../domwise/dist/index.d.ts:641
onDurationChange?
optionalonDurationChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:642
onEmptied?
optionalonEmptied:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:643
onEnded?
optionalonEnded:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:644
onError?
optionalonError:EventHandler<T,ErrorEvent>
Defined in: ../domwise/dist/index.d.ts:645
onFocus?
optionalonFocus:FocusEventHandler<T,FocusEvent>
Defined in: ../domwise/dist/index.d.ts:646
onFocusIn?
optionalonFocusIn:FocusEventHandler<T,FocusEvent>
Defined in: ../domwise/dist/index.d.ts:647
onFocusOut?
optionalonFocusOut:FocusEventHandler<T,FocusEvent>
Defined in: ../domwise/dist/index.d.ts:648
onFormData?
optionalonFormData:EventHandler<T,FormDataEvent>
Defined in: ../domwise/dist/index.d.ts:649
onFullscreenChange?
optionalonFullscreenChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:650
onFullscreenError?
optionalonFullscreenError:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:651
onGotPointerCapture?
optionalonGotPointerCapture:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:652
onInput?
optionalonInput:InputEventHandler<T,InputEvent>
Defined in: ../domwise/dist/index.d.ts:653
onInvalid?
optionalonInvalid:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:654
onKeyDown?
optionalonKeyDown:EventHandler<T,KeyboardEvent>
Defined in: ../domwise/dist/index.d.ts:655
onKeyPress?
optionalonKeyPress:EventHandler<T,KeyboardEvent>
Defined in: ../domwise/dist/index.d.ts:656
onKeyUp?
optionalonKeyUp:EventHandler<T,KeyboardEvent>
Defined in: ../domwise/dist/index.d.ts:657
onLoad?
optionalonLoad:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:658
onLoadedData?
optionalonLoadedData:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:659
onLoadedMetadata?
optionalonLoadedMetadata:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:660
onLoadStart?
optionalonLoadStart:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:661
onLostPointerCapture?
optionalonLostPointerCapture:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:662
onMouseDown?
optionalonMouseDown:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:663
onMouseEnter?
optionalonMouseEnter:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:664
onMouseLeave?
optionalonMouseLeave:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:665
onMouseMove?
optionalonMouseMove:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:666
onMouseOut?
optionalonMouseOut:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:667
onMouseOver?
optionalonMouseOver:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:668
onMouseUp?
optionalonMouseUp:EventHandler<T,MouseEvent>
Defined in: ../domwise/dist/index.d.ts:669
onPaste?
optionalonPaste:EventHandler<T,ClipboardEvent>
Defined in: ../domwise/dist/index.d.ts:670
onPause?
optionalonPause:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:671
onPlay?
optionalonPlay:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:672
onPlaying?
optionalonPlaying:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:673
onPointerCancel?
optionalonPointerCancel:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:674
onPointerDown?
optionalonPointerDown:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:675
onPointerEnter?
optionalonPointerEnter:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:676
onPointerLeave?
optionalonPointerLeave:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:677
onPointerMove?
optionalonPointerMove:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:678
onPointerOut?
optionalonPointerOut:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:679
onPointerOver?
optionalonPointerOver:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:680
onPointerRawUpdate?
optionalonPointerRawUpdate:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:681
onPointerUp?
optionalonPointerUp:EventHandler<T,PointerEvent>
Defined in: ../domwise/dist/index.d.ts:682
onProgress?
optionalonProgress:EventHandler<T,ProgressEvent<EventTarget>>
Defined in: ../domwise/dist/index.d.ts:683
onRateChange?
optionalonRateChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:684
onReset?
optionalonReset:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:685
onResize?
optionalonResize:EventHandler<T,UIEvent>
Defined in: ../domwise/dist/index.d.ts:686
onScroll?
optionalonScroll:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:687
onScrollEnd?
optionalonScrollEnd:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:688
onScrollSnapChange?
optionalonScrollSnapChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:689
onScrollSnapChanging?
optionalonScrollSnapChanging:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:690
onSecurityPolicyViolation?
optionalonSecurityPolicyViolation:EventHandler<T,SecurityPolicyViolationEvent>
Defined in: ../domwise/dist/index.d.ts:691
onSeeked?
optionalonSeeked:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:692
onSeeking?
optionalonSeeking:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:693
onSelect?
optionalonSelect:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:694
onSelectionChange?
optionalonSelectionChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:695
onSelectStart?
optionalonSelectStart:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:696
onSlotChange?
optionalonSlotChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:697
onStalled?
optionalonStalled:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:698
onSubmit?
optionalonSubmit:EventHandler<T,SubmitEvent>
Defined in: ../domwise/dist/index.d.ts:699
onSuspend?
optionalonSuspend:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:700
onTimeUpdate?
optionalonTimeUpdate:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:701
onToggle?
optionalonToggle:EventHandler<T,ToggleEvent>
Defined in: ../domwise/dist/index.d.ts:702
onTouchCancel?
optionalonTouchCancel:EventHandler<T,TouchEvent>
Defined in: ../domwise/dist/index.d.ts:703
onTouchEnd?
optionalonTouchEnd:EventHandler<T,TouchEvent>
Defined in: ../domwise/dist/index.d.ts:704
onTouchMove?
optionalonTouchMove:EventHandler<T,TouchEvent>
Defined in: ../domwise/dist/index.d.ts:705
onTouchStart?
optionalonTouchStart:EventHandler<T,TouchEvent>
Defined in: ../domwise/dist/index.d.ts:706
onTransitionCancel?
optionalonTransitionCancel:EventHandler<T,TransitionEvent>
Defined in: ../domwise/dist/index.d.ts:707
onTransitionEnd?
optionalonTransitionEnd:EventHandler<T,TransitionEvent>
Defined in: ../domwise/dist/index.d.ts:708
onTransitionRun?
optionalonTransitionRun:EventHandler<T,TransitionEvent>
Defined in: ../domwise/dist/index.d.ts:709
onTransitionStart?
optionalonTransitionStart:EventHandler<T,TransitionEvent>
Defined in: ../domwise/dist/index.d.ts:710
onVolumeChange?
optionalonVolumeChange:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:711
onWaiting?
optionalonWaiting:EventHandler<T,Event>
Defined in: ../domwise/dist/index.d.ts:712
onWheel?
optionalonWheel:EventHandler<T,WheelEvent>
Defined in: ../domwise/dist/index.d.ts:713
part?
optionalpart:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:734
ref?
optionalref:Ref<T>
Defined in: ../domwise/dist/index.d.ts:154
Ref object or callback that receives the created DOM node.
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"|"alertdialog"|"application"|"banner"|"cell"|"columnheader"|"combobox"|"complementary"|"contentinfo"|"definition"|"directory"|"document"|"feed"|"gridcell"|"group"|"listbox"|"listitem"|"log"|"menubar"|"menuitemcheckbox"|"menuitemradio"|"navigation"|"note"|"progressbar"|"radiogroup"|"region"|"row"|"rowgroup"|"rowheader"|"scrollbar"|"searchbox"|"separator"|"slider"|"spinbutton"|"status"|"tab"|"tablist"|"tabpanel"|"term"|"textbox"|"timer"|"toolbar"|"tooltip"|"treegrid"|"treeitem">
Defined in: ../domwise/dist/index.d.ts:574
slot?
optionalslot:PropValue<string|false>
Defined in: ../domwise/dist/index.d.ts:735
style?
optionalstyle:PropValue<string|false|StyleProperties>
Defined in: ../domwise/dist/index.d.ts:736
tabindex?
optionaltabindex:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:737
tabIndex?
optionaltabIndex:PropValue<string|number|false>
Defined in: ../domwise/dist/index.d.ts:162
textContent?
optionaltextContent:PropValue<string|number>
Defined in: ../domwise/dist/index.d.ts:725