OtpSlotProps
Extends
Section titled “Extends”Omit<HTMLAttributes<HTMLDivElement>,"children">
Properties
Section titled “Properties”about?
Section titled “about?”optional about?: string;Inherited from
Section titled “Inherited from”Omit.aboutaccessKey?
Section titled “accessKey?”optional accessKey?: string;Inherited from
Section titled “Inherited from”Omit.accessKeyaria-activedescendant?
Section titled “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
Section titled “Inherited from”Omit.aria-activedescendantaria-atomic?
Section titled “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
Section titled “Inherited from”Omit.aria-atomicaria-autocomplete?
Section titled “aria-autocomplete?”optional aria-autocomplete?: "none" | "both" | "inline" | "list";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
Section titled “Inherited from”Omit.aria-autocompletearia-braillelabel?
Section titled “aria-braillelabel?”optional aria-braillelabel?: string;Defines a string value that labels the current element, which is intended to be converted into Braille.
aria-label.
Inherited from
Section titled “Inherited from”Omit.aria-braillelabelaria-brailleroledescription?
Section titled “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.
aria-roledescription.
Inherited from
Section titled “Inherited from”Omit.aria-brailleroledescriptionaria-busy?
Section titled “aria-busy?”optional aria-busy?: Booleanish;Inherited from
Section titled “Inherited from”Omit.aria-busyaria-checked?
Section titled “aria-checked?”optional aria-checked?: boolean | "mixed" | "false" | "true";Indicates the current “checked” state of checkboxes, radio buttons, and other widgets.
- aria-pressed
- aria-selected.
Inherited from
Section titled “Inherited from”Omit.aria-checkedaria-colcount?
Section titled “aria-colcount?”optional aria-colcount?: number;Defines the total number of columns in a table, grid, or treegrid.
aria-colindex.
Inherited from
Section titled “Inherited from”Omit.aria-colcountaria-colindex?
Section titled “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.
- aria-colcount
- aria-colspan.
Inherited from
Section titled “Inherited from”Omit.aria-colindexaria-colindextext?
Section titled “aria-colindextext?”optional aria-colindextext?: string;Defines a human readable text alternative of aria-colindex.
aria-rowindextext.
Inherited from
Section titled “Inherited from”Omit.aria-colindextextaria-colspan?
Section titled “aria-colspan?”optional aria-colspan?: number;Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- aria-colindex
- aria-rowspan.
Inherited from
Section titled “Inherited from”Omit.aria-colspanaria-controls?
Section titled “aria-controls?”optional aria-controls?: string;Identifies the element (or elements) whose contents or presence are controlled by the current element.
aria-owns.
Inherited from
Section titled “Inherited from”Omit.aria-controlsaria-current?
Section titled “aria-current?”optional aria-current?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";Indicates the element that represents the current item within a container or set of related elements.
Inherited from
Section titled “Inherited from”Omit.aria-currentaria-describedby?
Section titled “aria-describedby?”optional aria-describedby?: string;Identifies the element (or elements) that describes the object.
aria-labelledby
Inherited from
Section titled “Inherited from”Omit.aria-describedbyaria-description?
Section titled “aria-description?”optional aria-description?: string;Defines a string value that describes or annotates the current element.
related aria-describedby.
Inherited from
Section titled “Inherited from”Omit.aria-descriptionaria-details?
Section titled “aria-details?”optional aria-details?: string;Identifies the element that provides a detailed, extended description for the object.
aria-describedby.
Inherited from
Section titled “Inherited from”Omit.aria-detailsaria-disabled?
Section titled “aria-disabled?”optional aria-disabled?: Booleanish;Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- aria-hidden
- aria-readonly.
Inherited from
Section titled “Inherited from”Omit.aria-disabledaria-dropeffect?
Section titled “aria-dropeffect?”optional aria-dropeffect?: "none" | "copy" | "move" | "link" | "execute" | "popup";Indicates what functions can be performed when a dragged object is released on the drop target.
Inherited from
Section titled “Inherited from”Omit.aria-dropeffectaria-errormessage?
Section titled “aria-errormessage?”optional aria-errormessage?: string;Identifies the element that provides an error message for the object.
- aria-invalid
- aria-describedby.
Inherited from
Section titled “Inherited from”Omit.aria-errormessagearia-expanded?
Section titled “aria-expanded?”optional aria-expanded?: Booleanish;Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
Section titled “Inherited from”Omit.aria-expandedaria-flowto?
Section titled “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
Section titled “Inherited from”Omit.aria-flowtoaria-grabbed?
Section titled “aria-grabbed?”optional aria-grabbed?: Booleanish;Indicates an element’s “grabbed” state in a drag-and-drop operation.
Inherited from
Section titled “Inherited from”Omit.aria-grabbedaria-haspopup?
Section titled “aria-haspopup?”optional aria-haspopup?: | boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
Section titled “Inherited from”Omit.aria-haspopuparia-hidden?
Section titled “aria-hidden?”optional aria-hidden?: Booleanish;Indicates whether the element is exposed to an accessibility API.
aria-disabled.
Inherited from
Section titled “Inherited from”Omit.aria-hiddenaria-invalid?
Section titled “aria-invalid?”optional aria-invalid?: boolean | "false" | "true" | "grammar" | "spelling";Indicates the entered value does not conform to the format expected by the application.
aria-errormessage.
Inherited from
Section titled “Inherited from”Omit.aria-invalidaria-keyshortcuts?
Section titled “aria-keyshortcuts?”optional aria-keyshortcuts?: string;Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
Section titled “Inherited from”Omit.aria-keyshortcutsaria-label?
Section titled “aria-label?”optional aria-label?: string;Defines a string value that labels the current element.
aria-labelledby.
Inherited from
Section titled “Inherited from”Omit.aria-labelaria-labelledby?
Section titled “aria-labelledby?”optional aria-labelledby?: string;Identifies the element (or elements) that labels the current element.
aria-describedby.
Inherited from
Section titled “Inherited from”Omit.aria-labelledbyaria-level?
Section titled “aria-level?”optional aria-level?: number;Defines the hierarchical level of an element within a structure.
Inherited from
Section titled “Inherited from”Omit.aria-levelaria-live?
Section titled “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
Section titled “Inherited from”Omit.aria-livearia-modal?
Section titled “aria-modal?”optional aria-modal?: Booleanish;Indicates whether an element is modal when displayed.
Inherited from
Section titled “Inherited from”Omit.aria-modalaria-multiline?
Section titled “aria-multiline?”optional aria-multiline?: Booleanish;Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
Section titled “Inherited from”Omit.aria-multilinearia-multiselectable?
Section titled “aria-multiselectable?”optional aria-multiselectable?: Booleanish;Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
Section titled “Inherited from”Omit.aria-multiselectablearia-orientation?
Section titled “aria-orientation?”optional aria-orientation?: "horizontal" | "vertical";Indicates whether the element’s orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
Section titled “Inherited from”Omit.aria-orientationaria-owns?
Section titled “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.
aria-controls.
Inherited from
Section titled “Inherited from”Omit.aria-ownsaria-placeholder?
Section titled “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
Section titled “Inherited from”Omit.aria-placeholderaria-posinset?
Section titled “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.
aria-setsize.
Inherited from
Section titled “Inherited from”Omit.aria-posinsetaria-pressed?
Section titled “aria-pressed?”optional aria-pressed?: boolean | "mixed" | "false" | "true";Indicates the current “pressed” state of toggle buttons.
- aria-checked
- aria-selected.
Inherited from
Section titled “Inherited from”Omit.aria-pressedaria-readonly?
Section titled “aria-readonly?”optional aria-readonly?: Booleanish;Indicates that the element is not editable, but is otherwise operable.
aria-disabled.
Inherited from
Section titled “Inherited from”Omit.aria-readonlyaria-relevant?
Section titled “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.
aria-atomic.
Inherited from
Section titled “Inherited from”Omit.aria-relevantaria-required?
Section titled “aria-required?”optional aria-required?: Booleanish;Indicates that user input is required on the element before a form may be submitted.
Inherited from
Section titled “Inherited from”Omit.aria-requiredaria-roledescription?
Section titled “aria-roledescription?”optional aria-roledescription?: string;Defines a human-readable, author-localized description for the role of an element.
Inherited from
Section titled “Inherited from”Omit.aria-roledescriptionaria-rowcount?
Section titled “aria-rowcount?”optional aria-rowcount?: number;Defines the total number of rows in a table, grid, or treegrid.
aria-rowindex.
Inherited from
Section titled “Inherited from”Omit.aria-rowcountaria-rowindex?
Section titled “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.
- aria-rowcount
- aria-rowspan.
Inherited from
Section titled “Inherited from”Omit.aria-rowindexaria-rowindextext?
Section titled “aria-rowindextext?”optional aria-rowindextext?: string;Defines a human readable text alternative of aria-rowindex.
aria-colindextext.
Inherited from
Section titled “Inherited from”Omit.aria-rowindextextaria-rowspan?
Section titled “aria-rowspan?”optional aria-rowspan?: number;Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- aria-rowindex
- aria-colspan.
Inherited from
Section titled “Inherited from”Omit.aria-rowspanaria-selected?
Section titled “aria-selected?”optional aria-selected?: Booleanish;Indicates the current “selected” state of various widgets.
- aria-checked
- aria-pressed.
Inherited from
Section titled “Inherited from”Omit.aria-selectedaria-setsize?
Section titled “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.
aria-posinset.
Inherited from
Section titled “Inherited from”Omit.aria-setsizearia-sort?
Section titled “aria-sort?”optional aria-sort?: "none" | "ascending" | "descending" | "other";Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
Section titled “Inherited from”Omit.aria-sortaria-valuemax?
Section titled “aria-valuemax?”optional aria-valuemax?: number;Defines the maximum allowed value for a range widget.
Inherited from
Section titled “Inherited from”Omit.aria-valuemaxaria-valuemin?
Section titled “aria-valuemin?”optional aria-valuemin?: number;Defines the minimum allowed value for a range widget.
Inherited from
Section titled “Inherited from”Omit.aria-valueminaria-valuenow?
Section titled “aria-valuenow?”optional aria-valuenow?: number;Defines the current value for a range widget.
aria-valuetext.
Inherited from
Section titled “Inherited from”Omit.aria-valuenowaria-valuetext?
Section titled “aria-valuetext?”optional aria-valuetext?: string;Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
Section titled “Inherited from”Omit.aria-valuetextautoCapitalize?
Section titled “autoCapitalize?”optional autoCapitalize?: | string & object | "none" | "off" | "on" | "sentences" | "words" | "characters";Inherited from
Section titled “Inherited from”Omit.autoCapitalizeautoCorrect?
Section titled “autoCorrect?”optional autoCorrect?: string;Inherited from
Section titled “Inherited from”Omit.autoCorrectautoFocus?
Section titled “autoFocus?”optional autoFocus?: boolean;Inherited from
Section titled “Inherited from”Omit.autoFocusautoSave?
Section titled “autoSave?”optional autoSave?: string;Inherited from
Section titled “Inherited from”Omit.autoSavechildren?
Section titled “children?”optional children?: ReactNode;Override the default glyph rendering entirely.
className?
Section titled “className?”optional className?: string;Inherited from
Section titled “Inherited from”Omit.classNamecolor?
Section titled “color?”optional color?: string;Inherited from
Section titled “Inherited from”Omit.colorcontent?
Section titled “content?”optional content?: string;Inherited from
Section titled “Inherited from”Omit.contentcontentEditable?
Section titled “contentEditable?”optional contentEditable?: "inherit" | Booleanish | "plaintext-only";Inherited from
Section titled “Inherited from”Omit.contentEditablecontextMenu?
Section titled “contextMenu?”optional contextMenu?: string;Inherited from
Section titled “Inherited from”Omit.contextMenudangerouslySetInnerHTML?
Section titled “dangerouslySetInnerHTML?”optional dangerouslySetInnerHTML?: object;__html
Section titled “__html”__html: string | TrustedHTML;Inherited from
Section titled “Inherited from”Omit.dangerouslySetInnerHTMLdatatype?
Section titled “datatype?”optional datatype?: string;Inherited from
Section titled “Inherited from”Omit.datatypedefaultChecked?
Section titled “defaultChecked?”optional defaultChecked?: boolean;Inherited from
Section titled “Inherited from”Omit.defaultCheckeddefaultValue?
Section titled “defaultValue?”optional defaultValue?: string | number | readonly string[];Inherited from
Section titled “Inherited from”Omit.defaultValueoptional dir?: string;Inherited from
Section titled “Inherited from”Omit.dirdraggable?
Section titled “draggable?”optional draggable?: Booleanish;Inherited from
Section titled “Inherited from”Omit.draggableenterKeyHint?
Section titled “enterKeyHint?”optional enterKeyHint?: "next" | "enter" | "done" | "go" | "previous" | "search" | "send";Inherited from
Section titled “Inherited from”Omit.enterKeyHintexportparts?
Section titled “exportparts?”optional exportparts?: string;https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
Section titled “Inherited from”Omit.exportpartshidden?
Section titled “hidden?”optional hidden?: boolean;Inherited from
Section titled “Inherited from”Omit.hiddenoptional id?: string;Inherited from
Section titled “Inherited from”Omit.idindex: number;Which slot this renders, 0-based.
inert?
Section titled “inert?”optional inert?: boolean;https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
Section titled “Inherited from”Omit.inertinlist?
Section titled “inlist?”optional inlist?: any;Inherited from
Section titled “Inherited from”Omit.inlistinputMode?
Section titled “inputMode?”optional inputMode?: | "numeric" | "text" | "none" | "search" | "tel" | "url" | "email" | "decimal";Hints at the type of data that might be entered by the user while editing the element or its contents
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from
Section titled “Inherited from”Omit.inputModeoptional is?: string;Specify that a standard HTML element should behave like a defined custom built-in element
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
Section titled “Inherited from”Omit.isitemID?
Section titled “itemID?”optional itemID?: string;Inherited from
Section titled “Inherited from”Omit.itemIDitemProp?
Section titled “itemProp?”optional itemProp?: string;Inherited from
Section titled “Inherited from”Omit.itemPropitemRef?
Section titled “itemRef?”optional itemRef?: string;Inherited from
Section titled “Inherited from”Omit.itemRefitemScope?
Section titled “itemScope?”optional itemScope?: boolean;Inherited from
Section titled “Inherited from”Omit.itemScopeitemType?
Section titled “itemType?”optional itemType?: string;Inherited from
Section titled “Inherited from”Omit.itemTypeoptional lang?: string;Inherited from
Section titled “Inherited from”Omit.langnonce?
Section titled “nonce?”optional nonce?: string;Inherited from
Section titled “Inherited from”Omit.nonceonAbort?
Section titled “onAbort?”optional onAbort?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onAbortonAbortCapture?
Section titled “onAbortCapture?”optional onAbortCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onAbortCaptureonAnimationEnd?
Section titled “onAnimationEnd?”optional onAnimationEnd?: AnimationEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onAnimationEndonAnimationEndCapture?
Section titled “onAnimationEndCapture?”optional onAnimationEndCapture?: AnimationEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onAnimationEndCaptureonAnimationIteration?
Section titled “onAnimationIteration?”optional onAnimationIteration?: AnimationEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onAnimationIterationonAnimationIterationCapture?
Section titled “onAnimationIterationCapture?”optional onAnimationIterationCapture?: AnimationEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onAnimationIterationCaptureonAnimationStart?
Section titled “onAnimationStart?”optional onAnimationStart?: AnimationEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onAnimationStartonAnimationStartCapture?
Section titled “onAnimationStartCapture?”optional onAnimationStartCapture?: AnimationEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onAnimationStartCaptureonAuxClick?
Section titled “onAuxClick?”optional onAuxClick?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onAuxClickonAuxClickCapture?
Section titled “onAuxClickCapture?”optional onAuxClickCapture?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onAuxClickCaptureonBeforeInput?
Section titled “onBeforeInput?”optional onBeforeInput?: InputEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onBeforeInputonBeforeInputCapture?
Section titled “onBeforeInputCapture?”optional onBeforeInputCapture?: InputEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onBeforeInputCaptureonBeforeToggle?
Section titled “onBeforeToggle?”optional onBeforeToggle?: ToggleEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onBeforeToggleonBlur?
Section titled “onBlur?”optional onBlur?: FocusEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onBluronBlurCapture?
Section titled “onBlurCapture?”optional onBlurCapture?: FocusEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onBlurCaptureonCanPlay?
Section titled “onCanPlay?”optional onCanPlay?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCanPlayonCanPlayCapture?
Section titled “onCanPlayCapture?”optional onCanPlayCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCanPlayCaptureonCanPlayThrough?
Section titled “onCanPlayThrough?”optional onCanPlayThrough?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCanPlayThroughonCanPlayThroughCapture?
Section titled “onCanPlayThroughCapture?”optional onCanPlayThroughCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCanPlayThroughCaptureonChange?
Section titled “onChange?”optional onChange?: ChangeEventHandler<HTMLDivElement, Element>;Inherited from
Section titled “Inherited from”Omit.onChangeonChangeCapture?
Section titled “onChangeCapture?”optional onChangeCapture?: ChangeEventHandler<HTMLDivElement, Element>;Inherited from
Section titled “Inherited from”Omit.onChangeCaptureonClick?
Section titled “onClick?”optional onClick?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onClickonClickCapture?
Section titled “onClickCapture?”optional onClickCapture?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onClickCaptureonCompositionEnd?
Section titled “onCompositionEnd?”optional onCompositionEnd?: CompositionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCompositionEndonCompositionEndCapture?
Section titled “onCompositionEndCapture?”optional onCompositionEndCapture?: CompositionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCompositionEndCaptureonCompositionStart?
Section titled “onCompositionStart?”optional onCompositionStart?: CompositionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCompositionStartonCompositionStartCapture?
Section titled “onCompositionStartCapture?”optional onCompositionStartCapture?: CompositionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCompositionStartCaptureonCompositionUpdate?
Section titled “onCompositionUpdate?”optional onCompositionUpdate?: CompositionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCompositionUpdateonCompositionUpdateCapture?
Section titled “onCompositionUpdateCapture?”optional onCompositionUpdateCapture?: CompositionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCompositionUpdateCaptureonContextMenu?
Section titled “onContextMenu?”optional onContextMenu?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onContextMenuonContextMenuCapture?
Section titled “onContextMenuCapture?”optional onContextMenuCapture?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onContextMenuCaptureonCopy?
Section titled “onCopy?”optional onCopy?: ClipboardEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCopyonCopyCapture?
Section titled “onCopyCapture?”optional onCopyCapture?: ClipboardEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCopyCaptureonCut?
Section titled “onCut?”optional onCut?: ClipboardEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCutonCutCapture?
Section titled “onCutCapture?”optional onCutCapture?: ClipboardEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onCutCaptureonDoubleClick?
Section titled “onDoubleClick?”optional onDoubleClick?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDoubleClickonDoubleClickCapture?
Section titled “onDoubleClickCapture?”optional onDoubleClickCapture?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDoubleClickCaptureonDrag?
Section titled “onDrag?”optional onDrag?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragonDragCapture?
Section titled “onDragCapture?”optional onDragCapture?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragCaptureonDragEnd?
Section titled “onDragEnd?”optional onDragEnd?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragEndonDragEndCapture?
Section titled “onDragEndCapture?”optional onDragEndCapture?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragEndCaptureonDragEnter?
Section titled “onDragEnter?”optional onDragEnter?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragEnteronDragEnterCapture?
Section titled “onDragEnterCapture?”optional onDragEnterCapture?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragEnterCaptureonDragExit?
Section titled “onDragExit?”optional onDragExit?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragExitonDragExitCapture?
Section titled “onDragExitCapture?”optional onDragExitCapture?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragExitCaptureonDragLeave?
Section titled “onDragLeave?”optional onDragLeave?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragLeaveonDragLeaveCapture?
Section titled “onDragLeaveCapture?”optional onDragLeaveCapture?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragLeaveCaptureonDragOver?
Section titled “onDragOver?”optional onDragOver?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragOveronDragOverCapture?
Section titled “onDragOverCapture?”optional onDragOverCapture?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragOverCaptureonDragStart?
Section titled “onDragStart?”optional onDragStart?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragStartonDragStartCapture?
Section titled “onDragStartCapture?”optional onDragStartCapture?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDragStartCaptureonDrop?
Section titled “onDrop?”optional onDrop?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDroponDropCapture?
Section titled “onDropCapture?”optional onDropCapture?: DragEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDropCaptureonDurationChange?
Section titled “onDurationChange?”optional onDurationChange?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDurationChangeonDurationChangeCapture?
Section titled “onDurationChangeCapture?”optional onDurationChangeCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onDurationChangeCaptureonEmptied?
Section titled “onEmptied?”optional onEmptied?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onEmptiedonEmptiedCapture?
Section titled “onEmptiedCapture?”optional onEmptiedCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onEmptiedCaptureonEncrypted?
Section titled “onEncrypted?”optional onEncrypted?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onEncryptedonEncryptedCapture?
Section titled “onEncryptedCapture?”optional onEncryptedCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onEncryptedCaptureonEnded?
Section titled “onEnded?”optional onEnded?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onEndedonEndedCapture?
Section titled “onEndedCapture?”optional onEndedCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onEndedCaptureonError?
Section titled “onError?”optional onError?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onErroronErrorCapture?
Section titled “onErrorCapture?”optional onErrorCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onErrorCaptureonFocus?
Section titled “onFocus?”optional onFocus?: FocusEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onFocusonFocusCapture?
Section titled “onFocusCapture?”optional onFocusCapture?: FocusEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onFocusCaptureonGotPointerCapture?
Section titled “onGotPointerCapture?”optional onGotPointerCapture?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onGotPointerCaptureonGotPointerCaptureCapture?
Section titled “onGotPointerCaptureCapture?”optional onGotPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onGotPointerCaptureCaptureonInput?
Section titled “onInput?”optional onInput?: InputEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onInputonInputCapture?
Section titled “onInputCapture?”optional onInputCapture?: InputEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onInputCaptureonInvalid?
Section titled “onInvalid?”optional onInvalid?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onInvalidonInvalidCapture?
Section titled “onInvalidCapture?”optional onInvalidCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onInvalidCaptureonKeyDown?
Section titled “onKeyDown?”optional onKeyDown?: KeyboardEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onKeyDownonKeyDownCapture?
Section titled “onKeyDownCapture?”optional onKeyDownCapture?: KeyboardEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onKeyDownCaptureonKeyPress?
Section titled “onKeyPress?”optional onKeyPress?: KeyboardEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onKeyPressonKeyPressCapture?
Section titled “onKeyPressCapture?”optional onKeyPressCapture?: KeyboardEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onKeyPressCaptureonKeyUp?
Section titled “onKeyUp?”optional onKeyUp?: KeyboardEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onKeyUponKeyUpCapture?
Section titled “onKeyUpCapture?”optional onKeyUpCapture?: KeyboardEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onKeyUpCaptureonLoad?
Section titled “onLoad?”optional onLoad?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onLoadonLoadCapture?
Section titled “onLoadCapture?”optional onLoadCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onLoadCaptureonLoadedData?
Section titled “onLoadedData?”optional onLoadedData?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onLoadedDataonLoadedDataCapture?
Section titled “onLoadedDataCapture?”optional onLoadedDataCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onLoadedDataCaptureonLoadedMetadata?
Section titled “onLoadedMetadata?”optional onLoadedMetadata?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onLoadedMetadataonLoadedMetadataCapture?
Section titled “onLoadedMetadataCapture?”optional onLoadedMetadataCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onLoadedMetadataCaptureonLoadStart?
Section titled “onLoadStart?”optional onLoadStart?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onLoadStartonLoadStartCapture?
Section titled “onLoadStartCapture?”optional onLoadStartCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onLoadStartCaptureonLostPointerCapture?
Section titled “onLostPointerCapture?”optional onLostPointerCapture?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onLostPointerCaptureonLostPointerCaptureCapture?
Section titled “onLostPointerCaptureCapture?”optional onLostPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onLostPointerCaptureCaptureonMouseDown?
Section titled “onMouseDown?”optional onMouseDown?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onMouseDownonMouseDownCapture?
Section titled “onMouseDownCapture?”optional onMouseDownCapture?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onMouseDownCaptureonMouseEnter?
Section titled “onMouseEnter?”optional onMouseEnter?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onMouseEnteronMouseLeave?
Section titled “onMouseLeave?”optional onMouseLeave?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onMouseLeaveonMouseMove?
Section titled “onMouseMove?”optional onMouseMove?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onMouseMoveonMouseMoveCapture?
Section titled “onMouseMoveCapture?”optional onMouseMoveCapture?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onMouseMoveCaptureonMouseOut?
Section titled “onMouseOut?”optional onMouseOut?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onMouseOutonMouseOutCapture?
Section titled “onMouseOutCapture?”optional onMouseOutCapture?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onMouseOutCaptureonMouseOver?
Section titled “onMouseOver?”optional onMouseOver?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onMouseOveronMouseOverCapture?
Section titled “onMouseOverCapture?”optional onMouseOverCapture?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onMouseOverCaptureonMouseUp?
Section titled “onMouseUp?”optional onMouseUp?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onMouseUponMouseUpCapture?
Section titled “onMouseUpCapture?”optional onMouseUpCapture?: MouseEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onMouseUpCaptureonPaste?
Section titled “onPaste?”optional onPaste?: ClipboardEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPasteonPasteCapture?
Section titled “onPasteCapture?”optional onPasteCapture?: ClipboardEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPasteCaptureonPause?
Section titled “onPause?”optional onPause?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPauseonPauseCapture?
Section titled “onPauseCapture?”optional onPauseCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPauseCaptureonPlay?
Section titled “onPlay?”optional onPlay?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPlayonPlayCapture?
Section titled “onPlayCapture?”optional onPlayCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPlayCaptureonPlaying?
Section titled “onPlaying?”optional onPlaying?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPlayingonPlayingCapture?
Section titled “onPlayingCapture?”optional onPlayingCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPlayingCaptureonPointerCancel?
Section titled “onPointerCancel?”optional onPointerCancel?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerCancelonPointerCancelCapture?
Section titled “onPointerCancelCapture?”optional onPointerCancelCapture?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerCancelCaptureonPointerDown?
Section titled “onPointerDown?”optional onPointerDown?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerDownonPointerDownCapture?
Section titled “onPointerDownCapture?”optional onPointerDownCapture?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerDownCaptureonPointerEnter?
Section titled “onPointerEnter?”optional onPointerEnter?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerEnteronPointerLeave?
Section titled “onPointerLeave?”optional onPointerLeave?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerLeaveonPointerMove?
Section titled “onPointerMove?”optional onPointerMove?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerMoveonPointerMoveCapture?
Section titled “onPointerMoveCapture?”optional onPointerMoveCapture?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerMoveCaptureonPointerOut?
Section titled “onPointerOut?”optional onPointerOut?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerOutonPointerOutCapture?
Section titled “onPointerOutCapture?”optional onPointerOutCapture?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerOutCaptureonPointerOver?
Section titled “onPointerOver?”optional onPointerOver?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerOveronPointerOverCapture?
Section titled “onPointerOverCapture?”optional onPointerOverCapture?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerOverCaptureonPointerUp?
Section titled “onPointerUp?”optional onPointerUp?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerUponPointerUpCapture?
Section titled “onPointerUpCapture?”optional onPointerUpCapture?: PointerEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onPointerUpCaptureonProgress?
Section titled “onProgress?”optional onProgress?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onProgressonProgressCapture?
Section titled “onProgressCapture?”optional onProgressCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onProgressCaptureonRateChange?
Section titled “onRateChange?”optional onRateChange?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onRateChangeonRateChangeCapture?
Section titled “onRateChangeCapture?”optional onRateChangeCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onRateChangeCaptureonReset?
Section titled “onReset?”optional onReset?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onResetonResetCapture?
Section titled “onResetCapture?”optional onResetCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onResetCaptureonScroll?
Section titled “onScroll?”optional onScroll?: UIEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onScrollonScrollCapture?
Section titled “onScrollCapture?”optional onScrollCapture?: UIEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onScrollCaptureonScrollEnd?
Section titled “onScrollEnd?”optional onScrollEnd?: UIEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onScrollEndonScrollEndCapture?
Section titled “onScrollEndCapture?”optional onScrollEndCapture?: UIEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onScrollEndCaptureonSeeked?
Section titled “onSeeked?”optional onSeeked?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onSeekedonSeekedCapture?
Section titled “onSeekedCapture?”optional onSeekedCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onSeekedCaptureonSeeking?
Section titled “onSeeking?”optional onSeeking?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onSeekingonSeekingCapture?
Section titled “onSeekingCapture?”optional onSeekingCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onSeekingCaptureonSelect?
Section titled “onSelect?”optional onSelect?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onSelectonSelectCapture?
Section titled “onSelectCapture?”optional onSelectCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onSelectCaptureonStalled?
Section titled “onStalled?”optional onStalled?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onStalledonStalledCapture?
Section titled “onStalledCapture?”optional onStalledCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onStalledCaptureonSubmit?
Section titled “onSubmit?”optional onSubmit?: SubmitEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onSubmitonSubmitCapture?
Section titled “onSubmitCapture?”optional onSubmitCapture?: SubmitEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onSubmitCaptureonSuspend?
Section titled “onSuspend?”optional onSuspend?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onSuspendonSuspendCapture?
Section titled “onSuspendCapture?”optional onSuspendCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onSuspendCaptureonTimeUpdate?
Section titled “onTimeUpdate?”optional onTimeUpdate?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTimeUpdateonTimeUpdateCapture?
Section titled “onTimeUpdateCapture?”optional onTimeUpdateCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTimeUpdateCaptureonToggle?
Section titled “onToggle?”optional onToggle?: ToggleEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onToggleonTouchCancel?
Section titled “onTouchCancel?”optional onTouchCancel?: TouchEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTouchCancelonTouchCancelCapture?
Section titled “onTouchCancelCapture?”optional onTouchCancelCapture?: TouchEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTouchCancelCaptureonTouchEnd?
Section titled “onTouchEnd?”optional onTouchEnd?: TouchEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTouchEndonTouchEndCapture?
Section titled “onTouchEndCapture?”optional onTouchEndCapture?: TouchEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTouchEndCaptureonTouchMove?
Section titled “onTouchMove?”optional onTouchMove?: TouchEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTouchMoveonTouchMoveCapture?
Section titled “onTouchMoveCapture?”optional onTouchMoveCapture?: TouchEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTouchMoveCaptureonTouchStart?
Section titled “onTouchStart?”optional onTouchStart?: TouchEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTouchStartonTouchStartCapture?
Section titled “onTouchStartCapture?”optional onTouchStartCapture?: TouchEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTouchStartCaptureonTransitionCancel?
Section titled “onTransitionCancel?”optional onTransitionCancel?: TransitionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTransitionCancelonTransitionCancelCapture?
Section titled “onTransitionCancelCapture?”optional onTransitionCancelCapture?: TransitionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTransitionCancelCaptureonTransitionEnd?
Section titled “onTransitionEnd?”optional onTransitionEnd?: TransitionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTransitionEndonTransitionEndCapture?
Section titled “onTransitionEndCapture?”optional onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTransitionEndCaptureonTransitionRun?
Section titled “onTransitionRun?”optional onTransitionRun?: TransitionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTransitionRunonTransitionRunCapture?
Section titled “onTransitionRunCapture?”optional onTransitionRunCapture?: TransitionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTransitionRunCaptureonTransitionStart?
Section titled “onTransitionStart?”optional onTransitionStart?: TransitionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTransitionStartonTransitionStartCapture?
Section titled “onTransitionStartCapture?”optional onTransitionStartCapture?: TransitionEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onTransitionStartCaptureonVolumeChange?
Section titled “onVolumeChange?”optional onVolumeChange?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onVolumeChangeonVolumeChangeCapture?
Section titled “onVolumeChangeCapture?”optional onVolumeChangeCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onVolumeChangeCaptureonWaiting?
Section titled “onWaiting?”optional onWaiting?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onWaitingonWaitingCapture?
Section titled “onWaitingCapture?”optional onWaitingCapture?: ReactEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onWaitingCaptureonWheel?
Section titled “onWheel?”optional onWheel?: WheelEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onWheelonWheelCapture?
Section titled “onWheelCapture?”optional onWheelCapture?: WheelEventHandler<HTMLDivElement>;Inherited from
Section titled “Inherited from”Omit.onWheelCaptureoptional part?: string;https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
Section titled “Inherited from”Omit.partpopover?
Section titled “popover?”optional popover?: "" | "auto" | "manual" | "hint";Inherited from
Section titled “Inherited from”Omit.popoverpopoverTarget?
Section titled “popoverTarget?”optional popoverTarget?: string;Inherited from
Section titled “Inherited from”Omit.popoverTargetpopoverTargetAction?
Section titled “popoverTargetAction?”optional popoverTargetAction?: "hide" | "show" | "toggle";Inherited from
Section titled “Inherited from”Omit.popoverTargetActionprefix?
Section titled “prefix?”optional prefix?: string;Inherited from
Section titled “Inherited from”Omit.prefixproperty?
Section titled “property?”optional property?: string;Inherited from
Section titled “Inherited from”Omit.propertyradioGroup?
Section titled “radioGroup?”optional radioGroup?: string;Inherited from
Section titled “Inherited from”Omit.radioGroupoptional rel?: string;Inherited from
Section titled “Inherited from”Omit.relresource?
Section titled “resource?”optional resource?: string;Inherited from
Section titled “Inherited from”Omit.resourceresults?
Section titled “results?”optional results?: number;Inherited from
Section titled “Inherited from”Omit.resultsoptional rev?: string;Inherited from
Section titled “Inherited from”Omit.revoptional role?: AriaRole;Inherited from
Section titled “Inherited from”Omit.rolesecurity?
Section titled “security?”optional security?: string;Inherited from
Section titled “Inherited from”Omit.securityoptional slot?: string;Inherited from
Section titled “Inherited from”Omit.slotspellCheck?
Section titled “spellCheck?”optional spellCheck?: Booleanish;Inherited from
Section titled “Inherited from”Omit.spellCheckstyle?
Section titled “style?”optional style?: CSSProperties;Inherited from
Section titled “Inherited from”Omit.stylesuppressContentEditableWarning?
Section titled “suppressContentEditableWarning?”optional suppressContentEditableWarning?: boolean;Inherited from
Section titled “Inherited from”Omit.suppressContentEditableWarningsuppressHydrationWarning?
Section titled “suppressHydrationWarning?”optional suppressHydrationWarning?: boolean;Inherited from
Section titled “Inherited from”Omit.suppressHydrationWarningtabIndex?
Section titled “tabIndex?”optional tabIndex?: number;Inherited from
Section titled “Inherited from”Omit.tabIndextitle?
Section titled “title?”optional title?: string;Inherited from
Section titled “Inherited from”Omit.titletranslate?
Section titled “translate?”optional translate?: "yes" | "no";Inherited from
Section titled “Inherited from”Omit.translatetypeof?
Section titled “typeof?”optional typeof?: string;Inherited from
Section titled “Inherited from”Omit.typeofunselectable?
Section titled “unselectable?”optional unselectable?: "off" | "on";Inherited from
Section titled “Inherited from”Omit.unselectablevocab?
Section titled “vocab?”optional vocab?: string;Inherited from
Section titled “Inherited from”Omit.vocab