PopoverTitleProps
Extends
Omit<AriaHeadingProps,"children">
Properties
about?
optionalabout:string
Inherited from
Omit.about
accessKey?
optionalaccessKey:string
Inherited from
Omit.accessKey
aria-activedescendant?
optionalaria-activedescendant:string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
Omit.aria-activedescendant
aria-atomic?
optionalaria-atomic:Booleanish
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.
Inherited from
Omit.aria-atomic
aria-autocomplete?
optionalaria-autocomplete:"list"|"none"|"inline"|"both"
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.
Inherited from
Omit.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
Omit.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
See
aria-roledescription.
Inherited from
Omit.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Inherited from
Omit.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
Omit.aria-checked
aria-colcount?
optionalaria-colcount:number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
Omit.aria-colcount
aria-colindex?
optionalaria-colindex:number
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.
Inherited from
Omit.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
Omit.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
Omit.aria-colspan
aria-controls?
optionalaria-controls:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
Omit.aria-controls
aria-current?
optionalaria-current:boolean|"true"|"false"|"time"|"page"|"step"|"location"|"date"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
Omit.aria-current
aria-describedby?
optionalaria-describedby:string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
Omit.aria-describedby
aria-description?
optionalaria-description:string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
Omit.aria-description
aria-details?
optionalaria-details:string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
Omit.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
Omit.aria-disabled
aria-dropeffect?
optionalaria-dropeffect:"link"|"none"|"copy"|"execute"|"move"|"popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
Omit.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
Omit.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
Omit.aria-expanded
aria-flowto?
optionalaria-flowto:string
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.
Inherited from
Omit.aria-flowto
aria-grabbed?
optionalaria-grabbed:Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
Omit.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"dialog"|"grid"|"listbox"|"menu"|"tree"|"true"|"false"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
Omit.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
Omit.aria-hidden
aria-invalid?
optionalaria-invalid:boolean|"true"|"false"|"grammar"|"spelling"
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
Omit.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
Omit.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
Omit.aria-label
aria-labelledby?
optionalaria-labelledby:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
Omit.aria-labelledby
aria-level?
optionalaria-level:number
Defines the hierarchical level of an element within a structure.
Inherited from
Omit.aria-level
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
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.
Inherited from
Omit.aria-live
aria-modal?
optionalaria-modal:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
Omit.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
Omit.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
Omit.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
Omit.aria-orientation
aria-owns?
optionalaria-owns:string
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.
Inherited from
Omit.aria-owns
aria-placeholder?
optionalaria-placeholder:string
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.
Inherited from
Omit.aria-placeholder
aria-posinset?
optionalaria-posinset:number
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.
Inherited from
Omit.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
Omit.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
Omit.aria-readonly
aria-relevant?
optionalaria-relevant:"text"|"additions"|"additions removals"|"additions text"|"all"|"removals"|"removals additions"|"removals text"|"text additions"|"text removals"
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
Omit.aria-relevant
aria-required?
optionalaria-required:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
Omit.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
Omit.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
Omit.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
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.
Inherited from
Omit.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
Omit.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
Omit.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
Omit.aria-selected
aria-setsize?
optionalaria-setsize:number
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.
Inherited from
Omit.aria-setsize
aria-sort?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
Omit.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defines the maximum allowed value for a range widget.
Inherited from
Omit.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defines the minimum allowed value for a range widget.
Inherited from
Omit.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
Omit.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
Omit.aria-valuetext
autoCapitalize?
optionalautoCapitalize:"none"|string&object|"off"|"on"|"sentences"|"words"|"characters"
Inherited from
Omit.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Inherited from
Omit.autoCorrect
autoFocus?
optionalautoFocus:boolean
Inherited from
Omit.autoFocus
autoSave?
optionalautoSave:string
Inherited from
Omit.autoSave
children?
optionalchildren:ReactNode
className?
optionalclassName:string
Inherited from
Omit.className
color?
optionalcolor:string
Inherited from
Omit.color
content?
optionalcontent:string
Inherited from
Omit.content
contentEditable?
optionalcontentEditable:Booleanish|"inherit"|"plaintext-only"
Inherited from
Omit.contentEditable
contextMenu?
optionalcontextMenu:string
Inherited from
Omit.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
__html
__html:
string|TrustedHTML
Inherited from
Omit.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Inherited from
Omit.datatype
defaultChecked?
optionaldefaultChecked:boolean
Inherited from
Omit.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Inherited from
Omit.defaultValue
dir?
optionaldir:string
Inherited from
Omit.dir
draggable?
optionaldraggable:Booleanish
Inherited from
Omit.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"enter"|"done"|"go"|"next"|"previous"|"send"
Inherited from
Omit.enterKeyHint
exportparts?
optionalexportparts:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
Omit.exportparts
hidden?
optionalhidden:boolean
Inherited from
Omit.hidden
id?
optionalid:string
Inherited from
Omit.id
inert?
optionalinert:boolean
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
Omit.inert
inlist?
optionalinlist:any
Inherited from
Omit.inlist
inputMode?
optionalinputMode:"none"|"search"|"text"|"tel"|"url"|"email"|"numeric"|"decimal"
Hints at the type of data that might be entered by the user while editing the element or its contents
See
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from
Omit.inputMode
is?
optionalis:string
Specify that a standard HTML element should behave like a defined custom built-in element
See
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
Omit.is
itemID?
optionalitemID:string
Inherited from
Omit.itemID
itemProp?
optionalitemProp:string
Inherited from
Omit.itemProp
itemRef?
optionalitemRef:string
Inherited from
Omit.itemRef
itemScope?
optionalitemScope:boolean
Inherited from
Omit.itemScope
itemType?
optionalitemType:string
Inherited from
Omit.itemType
lang?
optionallang:string
Inherited from
Omit.lang
level?
optionallevel:number
Inherited from
Omit.level
nonce?
optionalnonce:string
Inherited from
Omit.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLElement>
Inherited from
Omit.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLElement>
Inherited from
Omit.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLElement>
Inherited from
Omit.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLElement>
Inherited from
Omit.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLElement>
Inherited from
Omit.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLElement>
Inherited from
Omit.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLElement>
Inherited from
Omit.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLElement>
Inherited from
Omit.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLElement>
Inherited from
Omit.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLElement>
Inherited from
Omit.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLElement>
Inherited from
Omit.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLElement>
Inherited from
Omit.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLElement>
Inherited from
Omit.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLElement>
Inherited from
Omit.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLElement>
Inherited from
Omit.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLElement>
Inherited from
Omit.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler<HTMLElement>
Inherited from
Omit.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLElement>
Inherited from
Omit.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLElement>
Inherited from
Omit.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLElement>
Inherited from
Omit.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLElement>
Inherited from
Omit.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLElement>
Inherited from
Omit.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLElement>
Inherited from
Omit.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLElement>
Inherited from
Omit.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLElement>
Inherited from
Omit.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLElement>
Inherited from
Omit.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLElement>
Inherited from
Omit.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLElement>
Inherited from
Omit.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLElement>
Inherited from
Omit.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLElement>
Inherited from
Omit.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLElement>
Inherited from
Omit.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLElement>
Inherited from
Omit.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLElement>
Inherited from
Omit.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLElement>
Inherited from
Omit.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLElement>
Inherited from
Omit.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLElement>
Inherited from
Omit.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLElement>
Inherited from
Omit.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLElement>
Inherited from
Omit.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLElement>
Inherited from
Omit.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLElement>
Inherited from
Omit.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLElement>
Inherited from
Omit.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLElement>
Inherited from
Omit.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLElement>
Inherited from
Omit.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLElement>
Inherited from
Omit.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLElement>
Inherited from
Omit.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLElement>
Inherited from
Omit.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLElement>
Inherited from
Omit.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLElement>
Inherited from
Omit.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLElement>
Inherited from
Omit.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLElement>
Inherited from
Omit.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLElement>
Inherited from
Omit.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLElement>
Inherited from
Omit.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLElement>
Inherited from
Omit.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLElement>
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
Omit.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLElement>
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
Omit.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLElement>
Inherited from
Omit.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLElement>
Inherited from
Omit.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLElement>
Inherited from
Omit.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLElement>
Inherited from
Omit.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLElement>
Inherited from
Omit.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLElement>
Inherited from
Omit.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLElement>
Inherited from
Omit.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLElement>
Inherited from
Omit.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLElement>
Inherited from
Omit.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLElement>
Inherited from
Omit.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLElement>
Inherited from
Omit.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLElement>
Inherited from
Omit.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLElement>
Inherited from
Omit.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLElement>
Inherited from
Omit.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLElement>
Inherited from
Omit.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLElement>
Inherited from
Omit.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLElement>
Inherited from
Omit.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLElement>
Inherited from
Omit.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLElement>
Inherited from
Omit.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLElement>
Inherited from
Omit.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLElement>
Inherited from
Omit.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLElement>
Inherited from
Omit.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLElement>
Inherited from
Omit.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLElement>
Inherited from
Omit.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLElement>
Inherited from
Omit.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLElement>
Inherited from
Omit.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLElement>
Inherited from
Omit.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLElement>
Inherited from
Omit.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLElement>
Inherited from
Omit.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLElement>
Inherited from
Omit.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLElement>
Inherited from
Omit.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLElement>
Inherited from
Omit.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLElement>
Inherited from
Omit.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLElement>
Inherited from
Omit.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLElement>
Inherited from
Omit.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLElement>
Inherited from
Omit.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLElement>
Inherited from
Omit.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLElement>
Inherited from
Omit.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLElement>
Inherited from
Omit.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLElement>
Inherited from
Omit.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLElement>
Inherited from
Omit.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLElement>
Inherited from
Omit.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLElement>
Inherited from
Omit.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLElement>
Inherited from
Omit.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLElement>
Inherited from
Omit.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLElement>
Inherited from
Omit.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLElement>
Inherited from
Omit.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLElement>
Inherited from
Omit.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLElement>
Inherited from
Omit.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLElement>
Inherited from
Omit.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLElement>
Inherited from
Omit.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLElement>
Inherited from
Omit.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLElement>
Inherited from
Omit.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLElement>
Inherited from
Omit.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLElement>
Inherited from
Omit.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLElement>
Inherited from
Omit.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLElement>
Inherited from
Omit.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLElement>
Inherited from
Omit.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLElement>
Inherited from
Omit.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLElement>
Inherited from
Omit.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLElement>
Inherited from
Omit.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLElement>
Inherited from
Omit.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLElement>
Inherited from
Omit.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLElement>
Inherited from
Omit.onWheelCapture
part?
optionalpart:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
Omit.part
popover?
optionalpopover:""|"auto"|"manual"
Inherited from
Omit.popover
popoverTarget?
optionalpopoverTarget:string
Inherited from
Omit.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Inherited from
Omit.popoverTargetAction
prefix?
optionalprefix:string
Inherited from
Omit.prefix
property?
optionalproperty:string
Inherited from
Omit.property
radioGroup?
optionalradioGroup:string
Inherited from
Omit.radioGroup
rel?
optionalrel:string
Inherited from
Omit.rel
resource?
optionalresource:string
Inherited from
Omit.resource
results?
optionalresults:number
Inherited from
Omit.results
rev?
optionalrev:string
Inherited from
Omit.rev
role?
optionalrole:AriaRole
Inherited from
Omit.role
security?
optionalsecurity:string
Inherited from
Omit.security
slot?
optionalslot:string
Inherited from
Omit.slot
spellCheck?
optionalspellCheck:Booleanish
Inherited from
Omit.spellCheck
style?
optionalstyle:CSSProperties
Inherited from
Omit.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Inherited from
Omit.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Inherited from
Omit.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Inherited from
Omit.tabIndex
title?
optionaltitle:string
Inherited from
Omit.title
translate?
optionaltranslate:"yes"|"no"
Inherited from
Omit.translate
typeof?
optionaltypeof:string
Inherited from
Omit.typeof
unselectable?
optionalunselectable:"off"|"on"
Inherited from
Omit.unselectable
vocab?
optionalvocab:string
Inherited from
Omit.vocab