Aller au contenu

@mirego/forra-react


@mirego/forra-react / components / MicroAppStepsContainerProps

Interface: MicroAppStepsContainerProps

Extends

  • ComponentPropsWithoutRef\<"div">

Properties

about?

optional about: string

Inherited from

ButtonProps.about


accessKey?

optional accessKey: string

Inherited from

ButtonProps.accessKey


aria-activedescendant?

optional aria-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?

optional aria-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

AlertProps.aria-atomic


aria-autocomplete?

optional aria-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

AlertProps.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel: string

Defines a string value that labels the current element, which is intended to be converted into Braille.

See

aria-label.

Inherited from

AlertProps.aria-braillelabel


aria-brailleroledescription?

optional aria-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?

optional aria-busy: Booleanish

Inherited from

AlertProps.aria-busy


aria-checked?

optional aria-checked: boolean | "true" | "false" | "mixed"

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See

  • aria-pressed
  • aria-selected.

Inherited from

AlertProps.aria-checked


aria-colcount?

optional aria-colcount: number

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

AlertProps.aria-colcount


aria-colindex?

optional aria-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

AlertProps.aria-colindex


aria-colindextext?

optional aria-colindextext: string

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

AlertProps.aria-colindextext


aria-colspan?

optional aria-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

AlertProps.aria-colspan


aria-controls?

optional aria-controls: string

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See

aria-owns.

Inherited from

AlertProps.aria-controls


aria-current?

optional aria-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

AlertProps.aria-current


aria-describedby?

optional aria-describedby: string

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

AlertProps.aria-describedby


aria-description?

optional aria-description: string

Defines a string value that describes or annotates the current element.

See

related aria-describedby.

Inherited from

AlertProps.aria-description


aria-details?

optional aria-details: string

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

Inherited from

AlertProps.aria-details


aria-disabled?

optional aria-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

AlertProps.aria-disabled


~~aria-dropeffect?~~

optional aria-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

AlertProps.aria-dropeffect


aria-errormessage?

optional aria-errormessage: string

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.

Inherited from

AlertProps.aria-errormessage


aria-expanded?

optional aria-expanded: Booleanish

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Inherited from

AlertProps.aria-expanded


aria-flowto?

optional aria-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

AlertProps.aria-flowto


~~aria-grabbed?~~

optional aria-grabbed: Booleanish

Indicates an element's "grabbed" state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

Inherited from

AlertProps.aria-grabbed


aria-haspopup?

optional aria-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

AlertProps.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

AlertProps.aria-hidden


aria-invalid?

optional aria-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

AlertProps.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts: string

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Inherited from

AlertProps.aria-keyshortcuts


aria-label?

optional aria-label: string

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

AlertProps.aria-label


aria-labelledby?

optional aria-labelledby: string

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

AlertProps.aria-labelledby


aria-level?

optional aria-level: number

Defines the hierarchical level of an element within a structure.

Inherited from

AlertProps.aria-level


aria-live?

optional aria-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

AlertProps.aria-live


aria-modal?

optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

AlertProps.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

AlertProps.aria-multiline


aria-multiselectable?

optional aria-multiselectable: Booleanish

Indicates that the user may select more than one item from the current selectable descendants.

Inherited from

AlertProps.aria-multiselectable


aria-orientation?

optional aria-orientation: "horizontal" | "vertical"

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

AlertProps.aria-orientation


aria-owns?

optional aria-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

AlertProps.aria-owns


aria-placeholder?

optional aria-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

AlertProps.aria-placeholder


aria-posinset?

optional aria-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

AlertProps.aria-posinset


aria-pressed?

optional aria-pressed: boolean | "true" | "false" | "mixed"

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

AlertProps.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

AlertProps.aria-readonly


aria-relevant?

optional aria-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

AlertProps.aria-relevant


aria-required?

optional aria-required: Booleanish

Indicates that user input is required on the element before a form may be submitted.

Inherited from

AlertProps.aria-required


aria-roledescription?

optional aria-roledescription: string

Defines a human-readable, author-localized description for the role of an element.

Inherited from

AlertProps.aria-roledescription


aria-rowcount?

optional aria-rowcount: number

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

Inherited from

AlertProps.aria-rowcount


aria-rowindex?

optional aria-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

AlertProps.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

AlertProps.aria-rowindextext


aria-rowspan?

optional aria-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

AlertProps.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

AlertProps.aria-selected


aria-setsize?

optional aria-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

AlertProps.aria-setsize


aria-sort?

optional aria-sort: "none" | "other" | "ascending" | "descending"

Indicates if items in a table or grid are sorted in ascending or descending order.

Inherited from

AlertProps.aria-sort


aria-valuemax?

optional aria-valuemax: number

Defines the maximum allowed value for a range widget.

Inherited from

AlertProps.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

Defines the minimum allowed value for a range widget.

Inherited from

AlertProps.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

AlertProps.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

AlertProps.aria-valuetext


autoCapitalize?

optional autoCapitalize: "none" | string & object | "words" | "off" | "on" | "sentences" | "characters"

Inherited from

ButtonProps.autoCapitalize


autoCorrect?

optional autoCorrect: string

Inherited from

ButtonProps.autoCorrect


autoFocus?

optional autoFocus: boolean

Inherited from

ButtonProps.autoFocus


autoSave?

optional autoSave: string

Inherited from

ButtonProps.autoSave


children

children: ReactNode

Overrides

ComponentPropsWithoutRef.children


className?

optional className: string

Inherited from

ButtonProps.className


color?

optional color: string

Inherited from

ButtonProps.color


content?

optional content: string

Inherited from

ButtonProps.content


contentEditable?

optional contentEditable: "inherit" | Booleanish | "plaintext-only"

Inherited from

ButtonProps.contentEditable


contextMenu?

optional contextMenu: string

Inherited from

ButtonProps.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

__html

__html: string | TrustedHTML

Inherited from

ComponentPropsWithoutRef.dangerouslySetInnerHTML


datatype?

optional datatype: string

Inherited from

ButtonProps.datatype


defaultChecked?

optional defaultChecked: boolean

Inherited from

ButtonProps.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

Inherited from

ButtonProps.defaultValue


dir?

optional dir: string

Inherited from

ButtonProps.dir


draggable?

optional draggable: Booleanish

Inherited from

ButtonProps.draggable


enterKeyHint?

optional enterKeyHint: "search" | "send" | "enter" | "done" | "go" | "next" | "previous"

Inherited from

ButtonProps.enterKeyHint


exportparts?

optional exportparts: string

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts

Inherited from

ButtonProps.exportparts


hidden?

optional hidden: boolean

Inherited from

ButtonProps.hidden


id?

optional id: string

Inherited from

ButtonProps.id


inert?

optional inert: boolean

See

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert

Inherited from

ButtonProps.inert


inlist?

optional inlist: any

Inherited from

ButtonProps.inlist


inputMode?

optional inputMode: "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

ButtonProps.inputMode


is?

optional is: 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

ButtonProps.is


itemID?

optional itemID: string

Inherited from

ButtonProps.itemID


itemProp?

optional itemProp: string

Inherited from

ButtonProps.itemProp


itemRef?

optional itemRef: string

Inherited from

ButtonProps.itemRef


itemScope?

optional itemScope: boolean

Inherited from

ButtonProps.itemScope


itemType?

optional itemType: string

Inherited from

ButtonProps.itemType


key?

optional key: null | Key

Inherited from

MicroAppNewConversationButtonProps.key


lang?

optional lang: string

Inherited from

ButtonProps.lang


nonce?

optional nonce: string

Inherited from

ButtonProps.nonce


onAbort?

optional onAbort: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: InputEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCanPlayThroughCapture


onChange?

optional onChange: FormEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onChangeCapture


onClick?

optional onClick: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onEndedCapture


onError?

optional onError: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onGotPointerCaptureCapture


onInput?

optional onInput: FormEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onInput


onInputCapture?

optional onInputCapture: FormEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onKeyDownCapture


~~onKeyPress?~~

optional onKeyPress: KeyboardEventHandler\<HTMLDivElement>

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

ComponentPropsWithoutRef.onKeyPress


~~onKeyPressCapture?~~

optional onKeyPressCapture: KeyboardEventHandler\<HTMLDivElement>

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

ComponentPropsWithoutRef.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPasteCapture


onPause?

optional onPause: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onRateChangeCapture


onReset?

optional onReset: FormEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onReset


onResetCapture?

optional onResetCapture: FormEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onResetCapture


onScroll?

optional onScroll: UIEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler\<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onWheelCapture


part?

optional part: string

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part

Inherited from

ButtonProps.part


popover?

optional popover: "" | "auto" | "manual"

Inherited from

ButtonProps.popover


popoverTarget?

optional popoverTarget: string

Inherited from

ButtonProps.popoverTarget


popoverTargetAction?

optional popoverTargetAction: "toggle" | "show" | "hide"

Inherited from

ButtonProps.popoverTargetAction


prefix?

optional prefix: string

Inherited from

ButtonProps.prefix


property?

optional property: string

Inherited from

ButtonProps.property


radioGroup?

optional radioGroup: string

Inherited from

ButtonProps.radioGroup


rel?

optional rel: string

Inherited from

ButtonProps.rel


resource?

optional resource: string

Inherited from

ButtonProps.resource


results?

optional results: number

Inherited from

ButtonProps.results


rev?

optional rev: string

Inherited from

ButtonProps.rev


role?

optional role: AriaRole

Inherited from

ButtonProps.role


security?

optional security: string

Inherited from

ButtonProps.security


slot?

optional slot: string

Inherited from

ButtonProps.slot


spellCheck?

optional spellCheck: Booleanish

Inherited from

ButtonProps.spellCheck


style?

optional style: CSSProperties

Inherited from

ButtonProps.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Inherited from

ButtonProps.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Inherited from

ButtonProps.suppressHydrationWarning


tabIndex?

optional tabIndex: number

Inherited from

ButtonProps.tabIndex


title?

optional title: string

Inherited from

ButtonProps.title


translate?

optional translate: "no" | "yes"

Inherited from

ButtonProps.translate


typeof?

optional typeof: string

Inherited from

ButtonProps.typeof


unselectable?

optional unselectable: "off" | "on"

Inherited from

ButtonProps.unselectable


vocab?

optional vocab: string

Inherited from

ButtonProps.vocab