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