@mirego/forra-react / components / MicroAppStepsContainerProps
Interface: MicroAppStepsContainerProps
Extends
ComponentPropsWithoutRef\<"div">
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
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
children
children:
ReactNode
Overrides
ComponentPropsWithoutRef.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
ComponentPropsWithoutRef.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
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
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
nonce?
optionalnonce:string
Inherited from
onAbort?
optionalonAbort:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onChangeCapture
onClick?
optionalonClick:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onEndedCapture
onError?
optionalonError:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onKeyDownCapture
~~onKeyPress?~~
optionalonKeyPress:KeyboardEventHandler\<HTMLDivElement>
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
ComponentPropsWithoutRef.onKeyPress
~~onKeyPressCapture?~~
optionalonKeyPressCapture:KeyboardEventHandler\<HTMLDivElement>
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
ComponentPropsWithoutRef.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPasteCapture
onPause?
optionalonPause:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onResetCapture
onScroll?
optionalonScroll:UIEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler\<HTMLDivElement>
Inherited from
ComponentPropsWithoutRef.onWheelCapture
part?
optionalpart:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
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
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