@mirego/forra-react / components / MessageComponentProps
Interface: MessageComponentProps
Extends
HTMLProps\<HTMLDivElement>
Properties
about?
optionalabout:string
Inherited from
HTMLProps.about
accept?
optionalaccept:string
Inherited from
HTMLProps.accept
acceptCharset?
optionalacceptCharset:string
Inherited from
HTMLProps.acceptCharset
accessKey?
optionalaccessKey:string
Inherited from
HTMLProps.accessKey
action?
optionalaction:string| (formData) =>void|Promise\<void>
Inherited from
HTMLProps.action
allowFullScreen?
optionalallowFullScreen:boolean
Inherited from
HTMLProps.allowFullScreen
allowTransparency?
optionalallowTransparency:boolean
Inherited from
HTMLProps.allowTransparency
alt?
optionalalt:string
Inherited from
HTMLProps.alt
aria-activedescendant?
optionalaria-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?
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
HTMLProps.aria-atomic
aria-autocomplete?
optionalaria-autocomplete:"list"|"none"|"inline"|"both"
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Inherited from
HTMLProps.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
HTMLProps.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
See
aria-roledescription.
Inherited from
HTMLProps.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Inherited from
HTMLProps.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
HTMLProps.aria-checked
aria-colcount?
optionalaria-colcount:number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
HTMLProps.aria-colcount
aria-colindex?
optionalaria-colindex:number
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
See
- aria-colcount
- aria-colspan.
Inherited from
HTMLProps.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
HTMLProps.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
HTMLProps.aria-colspan
aria-controls?
optionalaria-controls:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
HTMLProps.aria-controls
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
HTMLProps.aria-current
aria-describedby?
optionalaria-describedby:string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
HTMLProps.aria-describedby
aria-description?
optionalaria-description:string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
HTMLProps.aria-description
aria-details?
optionalaria-details:string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
HTMLProps.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
HTMLProps.aria-disabled
~~aria-dropeffect?~~
optionalaria-dropeffect:"link"|"none"|"copy"|"execute"|"move"|"popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
HTMLProps.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
HTMLProps.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
HTMLProps.aria-expanded
aria-flowto?
optionalaria-flowto:string
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
Inherited from
HTMLProps.aria-flowto
~~aria-grabbed?~~
optionalaria-grabbed:Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
HTMLProps.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"dialog"|"grid"|"listbox"|"menu"|"tree"|"true"|"false"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
HTMLProps.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
HTMLProps.aria-hidden
aria-invalid?
optionalaria-invalid:boolean|"true"|"false"|"grammar"|"spelling"
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
HTMLProps.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
HTMLProps.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
HTMLProps.aria-label
aria-labelledby?
optionalaria-labelledby:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
HTMLProps.aria-labelledby
aria-level?
optionalaria-level:number
Defines the hierarchical level of an element within a structure.
Inherited from
HTMLProps.aria-level
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
Inherited from
HTMLProps.aria-live
aria-modal?
optionalaria-modal:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
HTMLProps.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
HTMLProps.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
HTMLProps.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
HTMLProps.aria-orientation
aria-owns?
optionalaria-owns:string
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
Inherited from
HTMLProps.aria-owns
aria-placeholder?
optionalaria-placeholder:string
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
Inherited from
HTMLProps.aria-placeholder
aria-posinset?
optionalaria-posinset:number
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-setsize.
Inherited from
HTMLProps.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
HTMLProps.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
HTMLProps.aria-readonly
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
HTMLProps.aria-relevant
aria-required?
optionalaria-required:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
HTMLProps.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
HTMLProps.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
HTMLProps.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
See
- aria-rowcount
- aria-rowspan.
Inherited from
HTMLProps.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
HTMLProps.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
HTMLProps.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
HTMLProps.aria-selected
aria-setsize?
optionalaria-setsize:number
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-posinset.
Inherited from
HTMLProps.aria-setsize
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
HTMLProps.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defines the maximum allowed value for a range widget.
Inherited from
HTMLProps.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defines the minimum allowed value for a range widget.
Inherited from
HTMLProps.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
HTMLProps.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
HTMLProps.aria-valuetext
as?
optionalas:string
Inherited from
HTMLProps.as
async?
optionalasync:boolean
Inherited from
HTMLProps.async
autoCapitalize?
optionalautoCapitalize:"none"|string&object|"words"|"off"|"on"|"sentences"|"characters"
Inherited from
HTMLProps.autoCapitalize
autoComplete?
optionalautoComplete:string
Inherited from
HTMLProps.autoComplete
autoCorrect?
optionalautoCorrect:string
Inherited from
HTMLProps.autoCorrect
autoFocus?
optionalautoFocus:boolean
Inherited from
HTMLProps.autoFocus
autoPlay?
optionalautoPlay:boolean
Inherited from
HTMLProps.autoPlay
autoSave?
optionalautoSave:string
Inherited from
HTMLProps.autoSave
capture?
optionalcapture:boolean|"user"|"environment"
Inherited from
HTMLProps.capture
cellPadding?
optionalcellPadding:string|number
Inherited from
HTMLProps.cellPadding
cellSpacing?
optionalcellSpacing:string|number
Inherited from
HTMLProps.cellSpacing
challenge?
optionalchallenge:string
Inherited from
HTMLProps.challenge
charSet?
optionalcharSet:string
Inherited from
HTMLProps.charSet
checked?
optionalchecked:boolean
Inherited from
HTMLProps.checked
children?
optionalchildren:ReactI18NextChildren|Iterable\<ReactI18NextChildren,any,any>
Inherited from
HTMLProps.children
cite?
optionalcite:string
Inherited from
HTMLProps.cite
classID?
optionalclassID:string
Inherited from
HTMLProps.classID
className?
optionalclassName:string
Inherited from
HTMLProps.className
color?
optionalcolor:string
Inherited from
HTMLProps.color
cols?
optionalcols:number
Inherited from
HTMLProps.cols
colSpan?
optionalcolSpan:number
Inherited from
HTMLProps.colSpan
content?
optionalcontent:string
Inherited from
HTMLProps.content
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Inherited from
HTMLProps.contentEditable
contextMenu?
optionalcontextMenu:string
Inherited from
HTMLProps.contextMenu
controls?
optionalcontrols:boolean
Inherited from
HTMLProps.controls
conversationAssistant?
optionalconversationAssistant:AssistantPublicResponse
conversationAssistantNameToDisplay
conversationAssistantNameToDisplay:
string
conversationId
conversationId:
undefined|string
coords?
optionalcoords:string
Inherited from
HTMLProps.coords
crossOrigin?
optionalcrossOrigin:CrossOrigin
Inherited from
HTMLProps.crossOrigin
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
__html
__html:
string|TrustedHTML
Inherited from
HTMLProps.dangerouslySetInnerHTML
data?
optionaldata:string
Inherited from
HTMLProps.data
datatype?
optionaldatatype:string
Inherited from
HTMLProps.datatype
dateTime?
optionaldateTime:string
Inherited from
HTMLProps.dateTime
default?
optionaldefault:boolean
Inherited from
HTMLProps.default
defaultChecked?
optionaldefaultChecked:boolean
Inherited from
HTMLProps.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Inherited from
HTMLProps.defaultValue
defer?
optionaldefer:boolean
Inherited from
HTMLProps.defer
dir?
optionaldir:string
Inherited from
HTMLProps.dir
disabled?
optionaldisabled:boolean
Inherited from
HTMLProps.disabled
download?
optionaldownload:any
Inherited from
HTMLProps.download
draggable?
optionaldraggable:Booleanish
Inherited from
HTMLProps.draggable
encType?
optionalencType:string
Inherited from
HTMLProps.encType
enterKeyHint?
optionalenterKeyHint:"search"|"send"|"enter"|"done"|"go"|"next"|"previous"
Inherited from
HTMLProps.enterKeyHint
exportparts?
optionalexportparts:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
HTMLProps.exportparts
form?
optionalform:string
Inherited from
HTMLProps.form
formAction?
optionalformAction:string| (formData) =>void|Promise\<void>
Inherited from
HTMLProps.formAction
formEncType?
optionalformEncType:string
Inherited from
HTMLProps.formEncType
formMethod?
optionalformMethod:string
Inherited from
HTMLProps.formMethod
formNoValidate?
optionalformNoValidate:boolean
Inherited from
HTMLProps.formNoValidate
formTarget?
optionalformTarget:string
Inherited from
HTMLProps.formTarget
frameBorder?
optionalframeBorder:string|number
Inherited from
HTMLProps.frameBorder
headers?
optionalheaders:string
Inherited from
HTMLProps.headers
height?
optionalheight:string|number
Inherited from
HTMLProps.height
hidden?
optionalhidden:boolean
Inherited from
HTMLProps.hidden
high?
optionalhigh:number
Inherited from
HTMLProps.high
href?
optionalhref:string
Inherited from
HTMLProps.href
hrefLang?
optionalhrefLang:string
Inherited from
HTMLProps.hrefLang
htmlFor?
optionalhtmlFor:string
Inherited from
HTMLProps.htmlFor
httpEquiv?
optionalhttpEquiv:string
Inherited from
HTMLProps.httpEquiv
id?
optionalid:string
Inherited from
HTMLProps.id
index
index:
number
inert?
optionalinert:boolean
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
HTMLProps.inert
inlist?
optionalinlist:any
Inherited from
HTMLProps.inlist
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
HTMLProps.inputMode
integrity?
optionalintegrity:string
Inherited from
HTMLProps.integrity
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
HTMLProps.is
itemID?
optionalitemID:string
Inherited from
HTMLProps.itemID
itemProp?
optionalitemProp:string
Inherited from
HTMLProps.itemProp
itemRef?
optionalitemRef:string
Inherited from
HTMLProps.itemRef
itemScope?
optionalitemScope:boolean
Inherited from
HTMLProps.itemScope
itemType?
optionalitemType:string
Inherited from
HTMLProps.itemType
key?
optionalkey:null|Key
Inherited from
HTMLProps.key
keyParams?
optionalkeyParams:string
Inherited from
HTMLProps.keyParams
keyType?
optionalkeyType:string
Inherited from
HTMLProps.keyType
kind?
optionalkind:string
Inherited from
HTMLProps.kind
label?
optionallabel:string
Inherited from
HTMLProps.label
lang?
optionallang:string
Inherited from
HTMLProps.lang
list?
optionallist:string
Inherited from
HTMLProps.list
loop?
optionalloop:boolean
Inherited from
HTMLProps.loop
low?
optionallow:number
Inherited from
HTMLProps.low
manifest?
optionalmanifest:string
Inherited from
HTMLProps.manifest
marginHeight?
optionalmarginHeight:number
Inherited from
HTMLProps.marginHeight
marginWidth?
optionalmarginWidth:number
Inherited from
HTMLProps.marginWidth
max?
optionalmax:string|number
Inherited from
HTMLProps.max
maxLength?
optionalmaxLength:number
Inherited from
HTMLProps.maxLength
media?
optionalmedia:string
Inherited from
HTMLProps.media
mediaGroup?
optionalmediaGroup:string
Inherited from
HTMLProps.mediaGroup
message
message:
ConversationMessage
method?
optionalmethod:string
Inherited from
HTMLProps.method
min?
optionalmin:string|number
Inherited from
HTMLProps.min
minLength?
optionalminLength:number
Inherited from
HTMLProps.minLength
multiple?
optionalmultiple:boolean
Inherited from
MessageComponentProps.multiple
muted?
optionalmuted:boolean
Inherited from
HTMLProps.muted
name?
optionalname:string
Inherited from
MessageComponentProps.name
nonce?
optionalnonce:string
Inherited from
HTMLProps.nonce
noValidate?
optionalnoValidate:boolean
Inherited from
HTMLProps.noValidate
onAbort?
optionalonAbort:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onChangeCapture
onClick?
optionalonClick:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onDurationChangeCapture
onEditSubmit
onEditSubmit:
OnEditSubmitType
onEmptied?
optionalonEmptied:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onEndedCapture
onError?
optionalonError:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onKeyDownCapture
~~onKeyPress?~~
optionalonKeyPress:KeyboardEventHandler\<HTMLDivElement>
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
HTMLProps.onKeyPress
~~onKeyPressCapture?~~
optionalonKeyPressCapture:KeyboardEventHandler\<HTMLDivElement>
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
HTMLProps.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPasteCapture
onPause?
optionalonPause:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onResetCapture
onScroll?
optionalonScroll:UIEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler\<HTMLDivElement>
Inherited from
HTMLProps.onWheelCapture
open?
optionalopen:boolean
Inherited from
HTMLProps.open
optimum?
optionaloptimum:number
Inherited from
HTMLProps.optimum
part?
optionalpart:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
HTMLProps.part
pattern?
optionalpattern:string
Inherited from
HTMLProps.pattern
placeholder?
optionalplaceholder:string
Inherited from
HTMLProps.placeholder
playsInline?
optionalplaysInline:boolean
Inherited from
HTMLProps.playsInline
popover?
optionalpopover:""|"auto"|"manual"
Inherited from
HTMLProps.popover
popoverTarget?
optionalpopoverTarget:string
Inherited from
HTMLProps.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Inherited from
HTMLProps.popoverTargetAction
poster?
optionalposter:string
Inherited from
HTMLProps.poster
prefix?
optionalprefix:string
Inherited from
HTMLProps.prefix
preload?
optionalpreload:string
Inherited from
HTMLProps.preload
property?
optionalproperty:string
Inherited from
HTMLProps.property
radioGroup?
optionalradioGroup:string
Inherited from
HTMLProps.radioGroup
readOnly?
optionalreadOnly:boolean
Inherited from
HTMLProps.readOnly
ref?
optionalref: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
Inherited from
HTMLProps.ref
rel?
optionalrel:string
Inherited from
HTMLProps.rel
required?
optionalrequired:boolean
Inherited from
HTMLProps.required
resource?
optionalresource:string
Inherited from
HTMLProps.resource
results?
optionalresults:number
Inherited from
HTMLProps.results
rev?
optionalrev:string
Inherited from
HTMLProps.rev
reversed?
optionalreversed:boolean
Inherited from
HTMLProps.reversed
role?
optionalrole:AriaRole
Inherited from
HTMLProps.role
rows?
optionalrows:number
Inherited from
HTMLProps.rows
rowSpan?
optionalrowSpan:number
Inherited from
HTMLProps.rowSpan
sandbox?
optionalsandbox:string
Inherited from
HTMLProps.sandbox
scope?
optionalscope:string
Inherited from
HTMLProps.scope
scoped?
optionalscoped:boolean
Inherited from
HTMLProps.scoped
scrolling?
optionalscrolling:string
Inherited from
HTMLProps.scrolling
seamless?
optionalseamless:boolean
Inherited from
HTMLProps.seamless
security?
optionalsecurity:string
Inherited from
HTMLProps.security
selected?
optionalselected:boolean
Inherited from
HTMLProps.selected
shape?
optionalshape:string
Inherited from
HTMLProps.shape
size?
optionalsize:number
Inherited from
HTMLProps.size
sizes?
optionalsizes:string
Inherited from
HTMLProps.sizes
slot?
optionalslot:string
Inherited from
HTMLProps.slot
span?
optionalspan:number
Inherited from
HTMLProps.span
spellCheck?
optionalspellCheck:Booleanish
Inherited from
HTMLProps.spellCheck
src?
optionalsrc:string
Inherited from
HTMLProps.src
srcDoc?
optionalsrcDoc:string
Inherited from
HTMLProps.srcDoc
srcLang?
optionalsrcLang:string
Inherited from
HTMLProps.srcLang
srcSet?
optionalsrcSet:string
Inherited from
HTMLProps.srcSet
start?
optionalstart:number
Inherited from
HTMLProps.start
step?
optionalstep:string|number
Inherited from
HTMLProps.step
style?
optionalstyle:CSSProperties
Inherited from
HTMLProps.style
summary?
optionalsummary:string
Inherited from
HTMLProps.summary
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Inherited from
HTMLProps.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Inherited from
HTMLProps.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Inherited from
HTMLProps.tabIndex
target?
optionaltarget:string
Inherited from
HTMLProps.target
title?
optionaltitle:string
Inherited from
HTMLProps.title
translate?
optionaltranslate:"no"|"yes"
Inherited from
HTMLProps.translate
type?
optionaltype:string
Inherited from
HTMLProps.type
typeof?
optionaltypeof:string
Inherited from
HTMLProps.typeof
unselectable?
optionalunselectable:"off"|"on"
Inherited from
HTMLProps.unselectable
useMap?
optionaluseMap:string
Inherited from
HTMLProps.useMap
value?
optionalvalue:string|number| readonlystring[]
Inherited from
HTMLProps.value
vocab?
optionalvocab:string
Inherited from
HTMLProps.vocab
width?
optionalwidth:string|number
Inherited from
HTMLProps.width
wmode?
optionalwmode:string
Inherited from
HTMLProps.wmode
wrap?
optionalwrap:string
Inherited from
HTMLProps.wrap