Skip to content

@mirego/forra-react


@mirego/forra-react / components / MessageComponentProps

Interface: MessageComponentProps

Extends

  • HTMLProps\<HTMLDivElement>

Properties

about?

optional about: string

Inherited from

HTMLProps.about


accept?

optional accept: string

Inherited from

HTMLProps.accept


acceptCharset?

optional acceptCharset: string

Inherited from

HTMLProps.acceptCharset


accessKey?

optional accessKey: string

Inherited from

HTMLProps.accessKey


action?

optional action: string | (formData) => void | Promise\<void>

Inherited from

HTMLProps.action


allowFullScreen?

optional allowFullScreen: boolean

Inherited from

HTMLProps.allowFullScreen


allowTransparency?

optional allowTransparency: boolean

Inherited from

HTMLProps.allowTransparency


alt?

optional alt: string

Inherited from

HTMLProps.alt


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

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

Inherited from

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.aria-colindex


aria-colindextext?

optional aria-colindextext: string

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.aria-current


aria-describedby?

optional aria-describedby: string

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

See

aria-labelledby

Inherited from

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

HTMLProps.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

HTMLProps.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

HTMLProps.aria-keyshortcuts


aria-label?

optional aria-label: string

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

HTMLProps.aria-label


aria-labelledby?

optional aria-labelledby: string

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

See

aria-describedby.

Inherited from

HTMLProps.aria-labelledby


aria-level?

optional aria-level: number

Defines the hierarchical level of an element within a structure.

Inherited from

HTMLProps.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

HTMLProps.aria-live


aria-modal?

optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

HTMLProps.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

HTMLProps.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

HTMLProps.aria-multiselectable


aria-orientation?

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

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

Inherited from

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.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

HTMLProps.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

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

See

aria-disabled.

Inherited from

HTMLProps.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

HTMLProps.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

HTMLProps.aria-required


aria-roledescription?

optional aria-roledescription: string

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

Inherited from

HTMLProps.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

HTMLProps.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

HTMLProps.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

HTMLProps.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

HTMLProps.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

HTMLProps.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

HTMLProps.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

HTMLProps.aria-sort


aria-valuemax?

optional aria-valuemax: number

Defines the maximum allowed value for a range widget.

Inherited from

HTMLProps.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

Defines the minimum allowed value for a range widget.

Inherited from

HTMLProps.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

HTMLProps.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

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

Inherited from

HTMLProps.aria-valuetext


as?

optional as: string

Inherited from

HTMLProps.as


async?

optional async: boolean

Inherited from

HTMLProps.async


autoCapitalize?

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

Inherited from

HTMLProps.autoCapitalize


autoComplete?

optional autoComplete: string

Inherited from

HTMLProps.autoComplete


autoCorrect?

optional autoCorrect: string

Inherited from

HTMLProps.autoCorrect


autoFocus?

optional autoFocus: boolean

Inherited from

HTMLProps.autoFocus


autoPlay?

optional autoPlay: boolean

Inherited from

HTMLProps.autoPlay


autoSave?

optional autoSave: string

Inherited from

HTMLProps.autoSave


capture?

optional capture: boolean | "user" | "environment"

Inherited from

HTMLProps.capture


cellPadding?

optional cellPadding: string | number

Inherited from

HTMLProps.cellPadding


cellSpacing?

optional cellSpacing: string | number

Inherited from

HTMLProps.cellSpacing


challenge?

optional challenge: string

Inherited from

HTMLProps.challenge


charSet?

optional charSet: string

Inherited from

HTMLProps.charSet


checked?

optional checked: boolean

Inherited from

HTMLProps.checked


children?

optional children: ReactI18NextChildren | Iterable\<ReactI18NextChildren, any, any>

Inherited from

HTMLProps.children


cite?

optional cite: string

Inherited from

HTMLProps.cite


classID?

optional classID: string

Inherited from

HTMLProps.classID


className?

optional className: string

Inherited from

HTMLProps.className


color?

optional color: string

Inherited from

HTMLProps.color


cols?

optional cols: number

Inherited from

HTMLProps.cols


colSpan?

optional colSpan: number

Inherited from

HTMLProps.colSpan


content?

optional content: string

Inherited from

HTMLProps.content


contentEditable?

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

Inherited from

HTMLProps.contentEditable


contextMenu?

optional contextMenu: string

Inherited from

HTMLProps.contextMenu


controls?

optional controls: boolean

Inherited from

HTMLProps.controls


conversationAssistant?

optional conversationAssistant: AssistantPublicResponse


conversationAssistantNameToDisplay

conversationAssistantNameToDisplay: string


conversationId

conversationId: undefined | string


coords?

optional coords: string

Inherited from

HTMLProps.coords


crossOrigin?

optional crossOrigin: CrossOrigin

Inherited from

HTMLProps.crossOrigin


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

__html

__html: string | TrustedHTML

Inherited from

HTMLProps.dangerouslySetInnerHTML


data?

optional data: string

Inherited from

HTMLProps.data


datatype?

optional datatype: string

Inherited from

HTMLProps.datatype


dateTime?

optional dateTime: string

Inherited from

HTMLProps.dateTime


default?

optional default: boolean

Inherited from

HTMLProps.default


defaultChecked?

optional defaultChecked: boolean

Inherited from

HTMLProps.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

Inherited from

HTMLProps.defaultValue


defer?

optional defer: boolean

Inherited from

HTMLProps.defer


dir?

optional dir: string

Inherited from

HTMLProps.dir


disabled?

optional disabled: boolean

Inherited from

HTMLProps.disabled


download?

optional download: any

Inherited from

HTMLProps.download


draggable?

optional draggable: Booleanish

Inherited from

HTMLProps.draggable


encType?

optional encType: string

Inherited from

HTMLProps.encType


enterKeyHint?

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

Inherited from

HTMLProps.enterKeyHint


exportparts?

optional exportparts: string

See

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

Inherited from

HTMLProps.exportparts


form?

optional form: string

Inherited from

HTMLProps.form


formAction?

optional formAction: string | (formData) => void | Promise\<void>

Inherited from

HTMLProps.formAction


formEncType?

optional formEncType: string

Inherited from

HTMLProps.formEncType


formMethod?

optional formMethod: string

Inherited from

HTMLProps.formMethod


formNoValidate?

optional formNoValidate: boolean

Inherited from

HTMLProps.formNoValidate


formTarget?

optional formTarget: string

Inherited from

HTMLProps.formTarget


frameBorder?

optional frameBorder: string | number

Inherited from

HTMLProps.frameBorder


headers?

optional headers: string

Inherited from

HTMLProps.headers


height?

optional height: string | number

Inherited from

HTMLProps.height


hidden?

optional hidden: boolean

Inherited from

HTMLProps.hidden


high?

optional high: number

Inherited from

HTMLProps.high


href?

optional href: string

Inherited from

HTMLProps.href


hrefLang?

optional hrefLang: string

Inherited from

HTMLProps.hrefLang


htmlFor?

optional htmlFor: string

Inherited from

HTMLProps.htmlFor


httpEquiv?

optional httpEquiv: string

Inherited from

HTMLProps.httpEquiv


id?

optional id: string

Inherited from

HTMLProps.id


index

index: number


inert?

optional inert: boolean

See

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

Inherited from

HTMLProps.inert


inlist?

optional inlist: any

Inherited from

HTMLProps.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

HTMLProps.inputMode


integrity?

optional integrity: string

Inherited from

HTMLProps.integrity


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

HTMLProps.is


itemID?

optional itemID: string

Inherited from

HTMLProps.itemID


itemProp?

optional itemProp: string

Inherited from

HTMLProps.itemProp


itemRef?

optional itemRef: string

Inherited from

HTMLProps.itemRef


itemScope?

optional itemScope: boolean

Inherited from

HTMLProps.itemScope


itemType?

optional itemType: string

Inherited from

HTMLProps.itemType


key?

optional key: null | Key

Inherited from

HTMLProps.key


keyParams?

optional keyParams: string

Inherited from

HTMLProps.keyParams


keyType?

optional keyType: string

Inherited from

HTMLProps.keyType


kind?

optional kind: string

Inherited from

HTMLProps.kind


label?

optional label: string

Inherited from

HTMLProps.label


lang?

optional lang: string

Inherited from

HTMLProps.lang


list?

optional list: string

Inherited from

HTMLProps.list


loop?

optional loop: boolean

Inherited from

HTMLProps.loop


low?

optional low: number

Inherited from

HTMLProps.low


manifest?

optional manifest: string

Inherited from

HTMLProps.manifest


marginHeight?

optional marginHeight: number

Inherited from

HTMLProps.marginHeight


marginWidth?

optional marginWidth: number

Inherited from

HTMLProps.marginWidth


max?

optional max: string | number

Inherited from

HTMLProps.max


maxLength?

optional maxLength: number

Inherited from

HTMLProps.maxLength


media?

optional media: string

Inherited from

HTMLProps.media


mediaGroup?

optional mediaGroup: string

Inherited from

HTMLProps.mediaGroup


message

message: ConversationMessage


method?

optional method: string

Inherited from

HTMLProps.method


min?

optional min: string | number

Inherited from

HTMLProps.min


minLength?

optional minLength: number

Inherited from

HTMLProps.minLength


multiple?

optional multiple: boolean

Inherited from

MessageComponentProps.multiple


muted?

optional muted: boolean

Inherited from

HTMLProps.muted


name?

optional name: string

Inherited from

MessageComponentProps.name


nonce?

optional nonce: string

Inherited from

HTMLProps.nonce


noValidate?

optional noValidate: boolean

Inherited from

HTMLProps.noValidate


onAbort?

optional onAbort: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: InputEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCanPlayThroughCapture


onChange?

optional onChange: FormEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onChangeCapture


onClick?

optional onClick: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onDurationChangeCapture


onEditSubmit

onEditSubmit: OnEditSubmitType


onEmptied?

optional onEmptied: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onEndedCapture


onError?

optional onError: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onGotPointerCaptureCapture


onInput?

optional onInput: FormEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onInput


onInputCapture?

optional onInputCapture: FormEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onKeyDownCapture


~~onKeyPress?~~

optional onKeyPress: KeyboardEventHandler\<HTMLDivElement>

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

HTMLProps.onKeyPress


~~onKeyPressCapture?~~

optional onKeyPressCapture: KeyboardEventHandler\<HTMLDivElement>

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

HTMLProps.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPasteCapture


onPause?

optional onPause: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onRateChangeCapture


onReset?

optional onReset: FormEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onReset


onResetCapture?

optional onResetCapture: FormEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onResetCapture


onScroll?

optional onScroll: UIEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler\<HTMLDivElement>

Inherited from

HTMLProps.onWheelCapture


open?

optional open: boolean

Inherited from

HTMLProps.open


optimum?

optional optimum: number

Inherited from

HTMLProps.optimum


part?

optional part: string

See

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

Inherited from

HTMLProps.part


pattern?

optional pattern: string

Inherited from

HTMLProps.pattern


placeholder?

optional placeholder: string

Inherited from

HTMLProps.placeholder


playsInline?

optional playsInline: boolean

Inherited from

HTMLProps.playsInline


popover?

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

Inherited from

HTMLProps.popover


popoverTarget?

optional popoverTarget: string

Inherited from

HTMLProps.popoverTarget


popoverTargetAction?

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

Inherited from

HTMLProps.popoverTargetAction


poster?

optional poster: string

Inherited from

HTMLProps.poster


prefix?

optional prefix: string

Inherited from

HTMLProps.prefix


preload?

optional preload: string

Inherited from

HTMLProps.preload


property?

optional property: string

Inherited from

HTMLProps.property


radioGroup?

optional radioGroup: string

Inherited from

HTMLProps.radioGroup


readOnly?

optional readOnly: boolean

Inherited from

HTMLProps.readOnly


ref?

optional ref: Ref\<HTMLDivElement>

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

React Docs

Inherited from

HTMLProps.ref


rel?

optional rel: string

Inherited from

HTMLProps.rel


required?

optional required: boolean

Inherited from

HTMLProps.required


resource?

optional resource: string

Inherited from

HTMLProps.resource


results?

optional results: number

Inherited from

HTMLProps.results


rev?

optional rev: string

Inherited from

HTMLProps.rev


reversed?

optional reversed: boolean

Inherited from

HTMLProps.reversed


role?

optional role: AriaRole

Inherited from

HTMLProps.role


rows?

optional rows: number

Inherited from

HTMLProps.rows


rowSpan?

optional rowSpan: number

Inherited from

HTMLProps.rowSpan


sandbox?

optional sandbox: string

Inherited from

HTMLProps.sandbox


scope?

optional scope: string

Inherited from

HTMLProps.scope


scoped?

optional scoped: boolean

Inherited from

HTMLProps.scoped


scrolling?

optional scrolling: string

Inherited from

HTMLProps.scrolling


seamless?

optional seamless: boolean

Inherited from

HTMLProps.seamless


security?

optional security: string

Inherited from

HTMLProps.security


selected?

optional selected: boolean

Inherited from

HTMLProps.selected


shape?

optional shape: string

Inherited from

HTMLProps.shape


size?

optional size: number

Inherited from

HTMLProps.size


sizes?

optional sizes: string

Inherited from

HTMLProps.sizes


slot?

optional slot: string

Inherited from

HTMLProps.slot


span?

optional span: number

Inherited from

HTMLProps.span


spellCheck?

optional spellCheck: Booleanish

Inherited from

HTMLProps.spellCheck


src?

optional src: string

Inherited from

HTMLProps.src


srcDoc?

optional srcDoc: string

Inherited from

HTMLProps.srcDoc


srcLang?

optional srcLang: string

Inherited from

HTMLProps.srcLang


srcSet?

optional srcSet: string

Inherited from

HTMLProps.srcSet


start?

optional start: number

Inherited from

HTMLProps.start


step?

optional step: string | number

Inherited from

HTMLProps.step


style?

optional style: CSSProperties

Inherited from

HTMLProps.style


summary?

optional summary: string

Inherited from

HTMLProps.summary


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Inherited from

HTMLProps.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Inherited from

HTMLProps.suppressHydrationWarning


tabIndex?

optional tabIndex: number

Inherited from

HTMLProps.tabIndex


target?

optional target: string

Inherited from

HTMLProps.target


title?

optional title: string

Inherited from

HTMLProps.title


translate?

optional translate: "no" | "yes"

Inherited from

HTMLProps.translate


type?

optional type: string

Inherited from

HTMLProps.type


typeof?

optional typeof: string

Inherited from

HTMLProps.typeof


unselectable?

optional unselectable: "off" | "on"

Inherited from

HTMLProps.unselectable


useMap?

optional useMap: string

Inherited from

HTMLProps.useMap


value?

optional value: string | number | readonly string[]

Inherited from

HTMLProps.value


vocab?

optional vocab: string

Inherited from

HTMLProps.vocab


width?

optional width: string | number

Inherited from

HTMLProps.width


wmode?

optional wmode: string

Inherited from

HTMLProps.wmode


wrap?

optional wrap: string

Inherited from

HTMLProps.wrap