FocusableProps
Interface: FocusableProps
Defined in: src/components/Focusable.ts:7
Extends
HTMLAttributes
<HTMLDivElement
>.FooterLegendProps
Properties
about?
optional about: string;
Defined in: node_modules/@types/react/index.d.ts:1776
Inherited from
HTMLAttributes.about
accessKey?
optional accessKey: string;
Defined in: node_modules/@types/react/index.d.ts:1752
Inherited from
HTMLAttributes.accessKey
actionDescriptionMap?
optional actionDescriptionMap: ActionDescriptionMap;
Defined in: src/components/FooterLegend.ts:53
Inherited from
FooterLegendProps
.actionDescriptionMap
aria-activedescendant?
optional aria-activedescendant: string;
Defined in: node_modules/@types/react/index.d.ts:1559
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
HTMLAttributes.aria-activedescendant
aria-atomic?
optional aria-atomic: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1561
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
HTMLAttributes.aria-atomic
aria-autocomplete?
optional aria-autocomplete: "inline" | "none" | "list" | "both";
Defined in: node_modules/@types/react/index.d.ts:1566
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
HTMLAttributes.aria-autocomplete
aria-busy?
optional aria-busy: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1568
Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.
Inherited from
HTMLAttributes.aria-busy
aria-checked?
optional aria-checked: boolean | "true" | "false" | "mixed";
Defined in: node_modules/@types/react/index.d.ts:1573
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
HTMLAttributes.aria-checked
aria-colcount?
optional aria-colcount: number;
Defined in: node_modules/@types/react/index.d.ts:1578
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
HTMLAttributes.aria-colcount
aria-colindex?
optional aria-colindex: number;
Defined in: node_modules/@types/react/index.d.ts:1583
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
HTMLAttributes.aria-colindex
aria-colspan?
optional aria-colspan: number;
Defined in: node_modules/@types/react/index.d.ts:1588
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
HTMLAttributes.aria-colspan
aria-controls?
optional aria-controls: string;
Defined in: node_modules/@types/react/index.d.ts:1593
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
HTMLAttributes.aria-controls
aria-current?
optional aria-current: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date";
Defined in: node_modules/@types/react/index.d.ts:1595
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
HTMLAttributes.aria-current
aria-describedby?
optional aria-describedby: string;
Defined in: node_modules/@types/react/index.d.ts:1600
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
HTMLAttributes.aria-describedby
aria-details?
optional aria-details: string;
Defined in: node_modules/@types/react/index.d.ts:1605
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
HTMLAttributes.aria-details
aria-disabled?
optional aria-disabled: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1610
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
HTMLAttributes.aria-disabled
aria-dropeffect?
optional aria-dropeffect: "none" | "link" | "copy" | "execute" | "move" | "popup";
Defined in: node_modules/@types/react/index.d.ts:1615
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
HTMLAttributes.aria-dropeffect
aria-errormessage?
optional aria-errormessage: string;
Defined in: node_modules/@types/react/index.d.ts:1620
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
HTMLAttributes.aria-errormessage
aria-expanded?
optional aria-expanded: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1622
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
HTMLAttributes.aria-expanded
aria-flowto?
optional aria-flowto: string;
Defined in: node_modules/@types/react/index.d.ts:1627
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
HTMLAttributes.aria-flowto
aria-grabbed?
optional aria-grabbed: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1632
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
HTMLAttributes.aria-grabbed
aria-haspopup?
optional aria-haspopup:
| boolean
| "dialog"
| "menu"
| "grid"
| "true"
| "false"
| "listbox"
| "tree";
Defined in: node_modules/@types/react/index.d.ts:1634
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
HTMLAttributes.aria-haspopup
aria-hidden?
optional aria-hidden: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1639
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
HTMLAttributes.aria-hidden
aria-invalid?
optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling";
Defined in: node_modules/@types/react/index.d.ts:1644
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
HTMLAttributes.aria-invalid
aria-keyshortcuts?
optional aria-keyshortcuts: string;
Defined in: node_modules/@types/react/index.d.ts:1646
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
HTMLAttributes.aria-keyshortcuts
aria-label?
optional aria-label: string;
Defined in: node_modules/@types/react/index.d.ts:1651
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
HTMLAttributes.aria-label
aria-labelledby?
optional aria-labelledby: string;
Defined in: node_modules/@types/react/index.d.ts:1656
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
HTMLAttributes.aria-labelledby
aria-level?
optional aria-level: number;
Defined in: node_modules/@types/react/index.d.ts:1658
Defines the hierarchical level of an element within a structure.
Inherited from
HTMLAttributes.aria-level
aria-live?
optional aria-live: "off" | "assertive" | "polite";
Defined in: node_modules/@types/react/index.d.ts:1660
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
HTMLAttributes.aria-live
aria-modal?
optional aria-modal: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1662
Indicates whether an element is modal when displayed.
Inherited from
HTMLAttributes.aria-modal
aria-multiline?
optional aria-multiline: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1664
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
HTMLAttributes.aria-multiline
aria-multiselectable?
optional aria-multiselectable: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1666
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
HTMLAttributes.aria-multiselectable
aria-orientation?
optional aria-orientation: "horizontal" | "vertical";
Defined in: node_modules/@types/react/index.d.ts:1668
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
HTMLAttributes.aria-orientation
aria-owns?
optional aria-owns: string;
Defined in: node_modules/@types/react/index.d.ts:1674
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
HTMLAttributes.aria-owns
aria-placeholder?
optional aria-placeholder: string;
Defined in: node_modules/@types/react/index.d.ts:1679
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
HTMLAttributes.aria-placeholder
aria-posinset?
optional aria-posinset: number;
Defined in: node_modules/@types/react/index.d.ts:1684
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
HTMLAttributes.aria-posinset
aria-pressed?
optional aria-pressed: boolean | "true" | "false" | "mixed";
Defined in: node_modules/@types/react/index.d.ts:1689
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
HTMLAttributes.aria-pressed
aria-readonly?
optional aria-readonly: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1694
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
HTMLAttributes.aria-readonly
aria-relevant?
optional aria-relevant:
| "text"
| "all"
| "additions"
| "additions removals"
| "additions text"
| "removals"
| "removals additions"
| "removals text"
| "text additions"
| "text removals";
Defined in: node_modules/@types/react/index.d.ts:1699
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
HTMLAttributes.aria-relevant
aria-required?
optional aria-required: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1701
Indicates that user input is required on the element before a form may be submitted.
Inherited from
HTMLAttributes.aria-required
aria-roledescription?
optional aria-roledescription: string;
Defined in: node_modules/@types/react/index.d.ts:1703
Defines a human-readable, author-localized description for the role of an element.
Inherited from
HTMLAttributes.aria-roledescription
aria-rowcount?
optional aria-rowcount: number;
Defined in: node_modules/@types/react/index.d.ts:1708
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
HTMLAttributes.aria-rowcount
aria-rowindex?
optional aria-rowindex: number;
Defined in: node_modules/@types/react/index.d.ts:1713
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
HTMLAttributes.aria-rowindex
aria-rowspan?
optional aria-rowspan: number;
Defined in: node_modules/@types/react/index.d.ts:1718
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
HTMLAttributes.aria-rowspan
aria-selected?
optional aria-selected: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1723
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
HTMLAttributes.aria-selected
aria-setsize?
optional aria-setsize: number;
Defined in: node_modules/@types/react/index.d.ts:1728
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
HTMLAttributes.aria-setsize
aria-sort?
optional aria-sort: "none" | "ascending" | "descending" | "other";
Defined in: node_modules/@types/react/index.d.ts:1730
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
HTMLAttributes.aria-sort
aria-valuemax?
optional aria-valuemax: number;
Defined in: node_modules/@types/react/index.d.ts:1732
Defines the maximum allowed value for a range widget.
Inherited from
HTMLAttributes.aria-valuemax
aria-valuemin?
optional aria-valuemin: number;
Defined in: node_modules/@types/react/index.d.ts:1734
Defines the minimum allowed value for a range widget.
Inherited from
HTMLAttributes.aria-valuemin
aria-valuenow?
optional aria-valuenow: number;
Defined in: node_modules/@types/react/index.d.ts:1739
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
HTMLAttributes.aria-valuenow
aria-valuetext?
optional aria-valuetext: string;
Defined in: node_modules/@types/react/index.d.ts:1741
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
HTMLAttributes.aria-valuetext
autoCapitalize?
optional autoCapitalize: string;
Defined in: node_modules/@types/react/index.d.ts:1786
Inherited from
HTMLAttributes.autoCapitalize
autoCorrect?
optional autoCorrect: string;
Defined in: node_modules/@types/react/index.d.ts:1787
Inherited from
HTMLAttributes.autoCorrect
autoSave?
optional autoSave: string;
Defined in: node_modules/@types/react/index.d.ts:1788
Inherited from
HTMLAttributes.autoSave
children
children: ReactNode;
Defined in: src/components/Focusable.ts:8
Overrides
HTMLAttributes.children
className?
optional className: string;
Defined in: node_modules/@types/react/index.d.ts:1753
Inherited from
HTMLAttributes.className
color?
optional color: string;
Defined in: node_modules/@types/react/index.d.ts:1789
Inherited from
HTMLAttributes.color
contentEditable?
optional contentEditable: "inherit" | Booleanish;
Defined in: node_modules/@types/react/index.d.ts:1754
Inherited from
HTMLAttributes.contentEditable
contextMenu?
optional contextMenu: string;
Defined in: node_modules/@types/react/index.d.ts:1755
Inherited from
HTMLAttributes.contextMenu
dangerouslySetInnerHTML?
optional dangerouslySetInnerHTML: {
__html: string;
};
Defined in: node_modules/@types/react/index.d.ts:1350
__html
__html: string;
Inherited from
HTMLAttributes.dangerouslySetInnerHTML
datatype?
optional datatype: string;
Defined in: node_modules/@types/react/index.d.ts:1777
Inherited from
HTMLAttributes.datatype
defaultChecked?
optional defaultChecked: boolean;
Defined in: node_modules/@types/react/index.d.ts:1746
Inherited from
HTMLAttributes.defaultChecked
defaultValue?
optional defaultValue: string | number | readonly string[];
Defined in: node_modules/@types/react/index.d.ts:1747
Inherited from
HTMLAttributes.defaultValue
dir?
optional dir: string;
Defined in: node_modules/@types/react/index.d.ts:1756
Inherited from
HTMLAttributes.dir
draggable?
optional draggable: Booleanish;
Defined in: node_modules/@types/react/index.d.ts:1757
Inherited from
HTMLAttributes.draggable
flow-children?
optional flow-children: string;
Defined in: src/components/Focusable.ts:9
focusClassName?
optional focusClassName: string;
Defined in: src/components/Focusable.ts:10
focusWithinClassName?
optional focusWithinClassName: string;
Defined in: src/components/Focusable.ts:11
hidden?
optional hidden: boolean;
Defined in: node_modules/@types/react/index.d.ts:1758
Inherited from
HTMLAttributes.hidden
id?
optional id: string;
Defined in: node_modules/@types/react/index.d.ts:1759
Inherited from
HTMLAttributes.id
inlist?
optional inlist: any;
Defined in: node_modules/@types/react/index.d.ts:1778
Inherited from
HTMLAttributes.inlist
inputMode?
optional inputMode:
| "none"
| "text"
| "search"
| "tel"
| "url"
| "email"
| "numeric"
| "decimal";
Defined in: node_modules/@types/react/index.d.ts:1804
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
HTMLAttributes.inputMode
is?
optional is: string;
Defined in: node_modules/@types/react/index.d.ts:1809
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
HTMLAttributes.is
itemID?
optional itemID: string;
Defined in: node_modules/@types/react/index.d.ts:1793
Inherited from
HTMLAttributes.itemID
itemProp?
optional itemProp: string;
Defined in: node_modules/@types/react/index.d.ts:1790
Inherited from
HTMLAttributes.itemProp
itemRef?
optional itemRef: string;
Defined in: node_modules/@types/react/index.d.ts:1794
Inherited from
HTMLAttributes.itemRef
itemScope?
optional itemScope: boolean;
Defined in: node_modules/@types/react/index.d.ts:1791
Inherited from
HTMLAttributes.itemScope
itemType?
optional itemType: string;
Defined in: node_modules/@types/react/index.d.ts:1792
Inherited from
HTMLAttributes.itemType
lang?
optional lang: string;
Defined in: node_modules/@types/react/index.d.ts:1760
Inherited from
HTMLAttributes.lang
noFocusRing?
optional noFocusRing: boolean;
Defined in: src/components/Focusable.ts:12
onAbort?
optional onAbort: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1405
Inherited from
HTMLAttributes.onAbort
onAbortCapture?
optional onAbortCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1406
Inherited from
HTMLAttributes.onAbortCapture
onActivate()?
optional onActivate: (e: CustomEvent) => void;
Defined in: src/components/Focusable.ts:13
Parameters
e
CustomEvent
Returns
void
onAnimationEnd?
optional onAnimationEnd: AnimationEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1535
Inherited from
HTMLAttributes.onAnimationEnd
onAnimationEndCapture?
optional onAnimationEndCapture: AnimationEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1536
Inherited from
HTMLAttributes.onAnimationEndCapture
onAnimationIteration?
optional onAnimationIteration: AnimationEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1537
Inherited from
HTMLAttributes.onAnimationIteration
onAnimationIterationCapture?
optional onAnimationIterationCapture: AnimationEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1538
Inherited from
HTMLAttributes.onAnimationIterationCapture
onAnimationStart?
optional onAnimationStart: AnimationEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1533
Inherited from
HTMLAttributes.onAnimationStart
onAnimationStartCapture?
optional onAnimationStartCapture: AnimationEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1534
Inherited from
HTMLAttributes.onAnimationStartCapture
onAuxClick?
optional onAuxClick: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1451
Inherited from
HTMLAttributes.onAuxClick
onAuxClickCapture?
optional onAuxClickCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1452
Inherited from
HTMLAttributes.onAuxClickCapture
onBeforeInput?
optional onBeforeInput: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1379
Inherited from
HTMLAttributes.onBeforeInput
onBeforeInputCapture?
optional onBeforeInputCapture: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1380
Inherited from
HTMLAttributes.onBeforeInputCapture
onBlur?
optional onBlur: FocusEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1373
Inherited from
HTMLAttributes.onBlur
onBlurCapture?
optional onBlurCapture: FocusEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1374
Inherited from
HTMLAttributes.onBlurCapture
onButtonDown()?
optional onButtonDown: (evt: GamepadEvent) => void;
Defined in: src/components/FooterLegend.ts:59
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onButtonDown
onButtonUp()?
optional onButtonUp: (evt: GamepadEvent) => void;
Defined in: src/components/FooterLegend.ts:60
Parameters
evt
Returns
void
Inherited from
onCancel()?
optional onCancel: (e: CustomEvent) => void;
Defined in: src/components/Focusable.ts:14
Parameters
e
CustomEvent
Returns
void
onCancelActionDescription?
optional onCancelActionDescription: ReactNode;
Defined in: src/components/FooterLegend.ts:55
Inherited from
FooterLegendProps
.onCancelActionDescription
onCancelButton()?
optional onCancelButton: (evt: GamepadEvent) => void;
Defined in: src/components/FooterLegend.ts:62
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onCancelButton
onCanPlay?
optional onCanPlay: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1407
Inherited from
HTMLAttributes.onCanPlay
onCanPlayCapture?
optional onCanPlayCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1408
Inherited from
HTMLAttributes.onCanPlayCapture
onCanPlayThrough?
optional onCanPlayThrough: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1409
Inherited from
HTMLAttributes.onCanPlayThrough
onCanPlayThroughCapture?
optional onCanPlayThroughCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1410
Inherited from
HTMLAttributes.onCanPlayThroughCapture
onChange?
optional onChange: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1377
Inherited from
HTMLAttributes.onChange
onChangeCapture?
optional onChangeCapture: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1378
Inherited from
HTMLAttributes.onChangeCapture
onClick?
optional onClick: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1453
Inherited from
HTMLAttributes.onClick
onClickCapture?
optional onClickCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1454
Inherited from
HTMLAttributes.onClickCapture
onCompositionEnd?
optional onCompositionEnd: CompositionEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1363
Inherited from
HTMLAttributes.onCompositionEnd
onCompositionEndCapture?
optional onCompositionEndCapture: CompositionEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1364
Inherited from
HTMLAttributes.onCompositionEndCapture
onCompositionStart?
optional onCompositionStart: CompositionEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1365
Inherited from
HTMLAttributes.onCompositionStart
onCompositionStartCapture?
optional onCompositionStartCapture: CompositionEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1366
Inherited from
HTMLAttributes.onCompositionStartCapture
onCompositionUpdate?
optional onCompositionUpdate: CompositionEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1367
Inherited from
HTMLAttributes.onCompositionUpdate
onCompositionUpdateCapture?
optional onCompositionUpdateCapture: CompositionEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1368
Inherited from
HTMLAttributes.onCompositionUpdateCapture
onContextMenu?
optional onContextMenu: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1455
Inherited from
HTMLAttributes.onContextMenu
onContextMenuCapture?
optional onContextMenuCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1456
Inherited from
HTMLAttributes.onContextMenuCapture
onCopy?
optional onCopy: ClipboardEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1355
Inherited from
HTMLAttributes.onCopy
onCopyCapture?
optional onCopyCapture: ClipboardEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1356
Inherited from
HTMLAttributes.onCopyCapture
onCut?
optional onCut: ClipboardEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1357
Inherited from
HTMLAttributes.onCut
onCutCapture?
optional onCutCapture: ClipboardEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1358
Inherited from
HTMLAttributes.onCutCapture
onDoubleClick?
optional onDoubleClick: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1457
Inherited from
HTMLAttributes.onDoubleClick
onDoubleClickCapture?
optional onDoubleClickCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1458
Inherited from
HTMLAttributes.onDoubleClickCapture
onDrag?
optional onDrag: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1459
Inherited from
HTMLAttributes.onDrag
onDragCapture?
optional onDragCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1460
Inherited from
HTMLAttributes.onDragCapture
onDragEnd?
optional onDragEnd: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1461
Inherited from
HTMLAttributes.onDragEnd
onDragEndCapture?
optional onDragEndCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1462
Inherited from
HTMLAttributes.onDragEndCapture
onDragEnter?
optional onDragEnter: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1463
Inherited from
HTMLAttributes.onDragEnter
onDragEnterCapture?
optional onDragEnterCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1464
Inherited from
HTMLAttributes.onDragEnterCapture
onDragExit?
optional onDragExit: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1465
Inherited from
HTMLAttributes.onDragExit
onDragExitCapture?
optional onDragExitCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1466
Inherited from
HTMLAttributes.onDragExitCapture
onDragLeave?
optional onDragLeave: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1467
Inherited from
HTMLAttributes.onDragLeave
onDragLeaveCapture?
optional onDragLeaveCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1468
Inherited from
HTMLAttributes.onDragLeaveCapture
onDragOver?
optional onDragOver: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1469
Inherited from
HTMLAttributes.onDragOver
onDragOverCapture?
optional onDragOverCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1470
Inherited from
HTMLAttributes.onDragOverCapture
onDragStart?
optional onDragStart: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1471
Inherited from
HTMLAttributes.onDragStart
onDragStartCapture?
optional onDragStartCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1472
Inherited from
HTMLAttributes.onDragStartCapture
onDrop?
optional onDrop: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1473
Inherited from
HTMLAttributes.onDrop
onDropCapture?
optional onDropCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1474
Inherited from
HTMLAttributes.onDropCapture
onDurationChange?
optional onDurationChange: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1411
Inherited from
HTMLAttributes.onDurationChange
onDurationChangeCapture?
optional onDurationChangeCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1412
Inherited from
HTMLAttributes.onDurationChangeCapture
onEmptied?
optional onEmptied: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1413
Inherited from
HTMLAttributes.onEmptied
onEmptiedCapture?
optional onEmptiedCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1414
Inherited from
HTMLAttributes.onEmptiedCapture
onEncrypted?
optional onEncrypted: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1415
Inherited from
HTMLAttributes.onEncrypted
onEncryptedCapture?
optional onEncryptedCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1416
Inherited from
HTMLAttributes.onEncryptedCapture
onEnded?
optional onEnded: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1417
Inherited from
HTMLAttributes.onEnded
onEndedCapture?
optional onEndedCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1418
Inherited from
HTMLAttributes.onEndedCapture
onError?
optional onError: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1393
Inherited from
HTMLAttributes.onError
onErrorCapture?
optional onErrorCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1394
Inherited from
HTMLAttributes.onErrorCapture
onFocus?
optional onFocus: FocusEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1371
Inherited from
HTMLAttributes.onFocus
onFocusCapture?
optional onFocusCapture: FocusEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1372
Inherited from
HTMLAttributes.onFocusCapture
onGamepadBlur()?
optional onGamepadBlur: (evt: GamepadEvent) => void;
Defined in: src/components/FooterLegend.ts:67
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onGamepadBlur
onGamepadDirection()?
optional onGamepadDirection: (evt: GamepadEvent) => void;
Defined in: src/components/FooterLegend.ts:65
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onGamepadDirection
onGamepadFocus()?
optional onGamepadFocus: (evt: GamepadEvent) => void;
Defined in: src/components/FooterLegend.ts:66
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onGamepadFocus
onGotPointerCapture?
optional onGotPointerCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1519
Inherited from
HTMLAttributes.onGotPointerCapture
onGotPointerCaptureCapture?
optional onGotPointerCaptureCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1520
Inherited from
HTMLAttributes.onGotPointerCaptureCapture
onInput?
optional onInput: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1381
Inherited from
HTMLAttributes.onInput
onInputCapture?
optional onInputCapture: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1382
Inherited from
HTMLAttributes.onInputCapture
onInvalid?
optional onInvalid: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1387
Inherited from
HTMLAttributes.onInvalid
onInvalidCapture?
optional onInvalidCapture: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1388
Inherited from
HTMLAttributes.onInvalidCapture
onKeyDown?
optional onKeyDown: KeyboardEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1397
Inherited from
HTMLAttributes.onKeyDown
onKeyDownCapture?
optional onKeyDownCapture: KeyboardEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1398
Inherited from
HTMLAttributes.onKeyDownCapture
onKeyPress?
optional onKeyPress: KeyboardEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1399
Inherited from
HTMLAttributes.onKeyPress
onKeyPressCapture?
optional onKeyPressCapture: KeyboardEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1400
Inherited from
HTMLAttributes.onKeyPressCapture
onKeyUp?
optional onKeyUp: KeyboardEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1401
Inherited from
HTMLAttributes.onKeyUp
onKeyUpCapture?
optional onKeyUpCapture: KeyboardEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1402
Inherited from
HTMLAttributes.onKeyUpCapture
onLoad?
optional onLoad: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1391
Inherited from
HTMLAttributes.onLoad
onLoadCapture?
optional onLoadCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1392
Inherited from
HTMLAttributes.onLoadCapture
onLoadedData?
optional onLoadedData: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1419
Inherited from
HTMLAttributes.onLoadedData
onLoadedDataCapture?
optional onLoadedDataCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1420
Inherited from
HTMLAttributes.onLoadedDataCapture
onLoadedMetadata?
optional onLoadedMetadata: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1421
Inherited from
HTMLAttributes.onLoadedMetadata
onLoadedMetadataCapture?
optional onLoadedMetadataCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1422
Inherited from
HTMLAttributes.onLoadedMetadataCapture
onLoadStart?
optional onLoadStart: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1423
Inherited from
HTMLAttributes.onLoadStart
onLoadStartCapture?
optional onLoadStartCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1424
Inherited from
HTMLAttributes.onLoadStartCapture
onLostPointerCapture?
optional onLostPointerCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1521
Inherited from
HTMLAttributes.onLostPointerCapture
onLostPointerCaptureCapture?
optional onLostPointerCaptureCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1522
Inherited from
HTMLAttributes.onLostPointerCaptureCapture
onMenuActionDescription?
optional onMenuActionDescription: ReactNode;
Defined in: src/components/FooterLegend.ts:58
Inherited from
FooterLegendProps
.onMenuActionDescription
onMenuButton()?
optional onMenuButton: (evt: GamepadEvent) => void;
Defined in: src/components/FooterLegend.ts:68
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onMenuButton
onMouseDown?
optional onMouseDown: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1475
Inherited from
HTMLAttributes.onMouseDown
onMouseDownCapture?
optional onMouseDownCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1476
Inherited from
HTMLAttributes.onMouseDownCapture
onMouseEnter?
optional onMouseEnter: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1477
Inherited from
HTMLAttributes.onMouseEnter
onMouseLeave?
optional onMouseLeave: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1478
Inherited from
HTMLAttributes.onMouseLeave
onMouseMove?
optional onMouseMove: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1479
Inherited from
HTMLAttributes.onMouseMove
onMouseMoveCapture?
optional onMouseMoveCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1480
Inherited from
HTMLAttributes.onMouseMoveCapture
onMouseOut?
optional onMouseOut: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1481
Inherited from
HTMLAttributes.onMouseOut
onMouseOutCapture?
optional onMouseOutCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1482
Inherited from
HTMLAttributes.onMouseOutCapture
onMouseOver?
optional onMouseOver: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1483
Inherited from
HTMLAttributes.onMouseOver
onMouseOverCapture?
optional onMouseOverCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1484
Inherited from
HTMLAttributes.onMouseOverCapture
onMouseUp?
optional onMouseUp: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1485
Inherited from
HTMLAttributes.onMouseUp
onMouseUpCapture?
optional onMouseUpCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1486
Inherited from
HTMLAttributes.onMouseUpCapture
onOKActionDescription?
optional onOKActionDescription: ReactNode;
Defined in: src/components/FooterLegend.ts:54
Inherited from
FooterLegendProps
.onOKActionDescription
onOKButton()?
optional onOKButton: (evt: GamepadEvent) => void;
Defined in: src/components/FooterLegend.ts:61
Parameters
evt
Returns
void
Inherited from
onOptionsActionDescription?
optional onOptionsActionDescription: ReactNode;
Defined in: src/components/FooterLegend.ts:57
Inherited from
FooterLegendProps
.onOptionsActionDescription
onOptionsButton()?
optional onOptionsButton: (evt: GamepadEvent) => void;
Defined in: src/components/FooterLegend.ts:64
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onOptionsButton
onPaste?
optional onPaste: ClipboardEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1359
Inherited from
HTMLAttributes.onPaste
onPasteCapture?
optional onPasteCapture: ClipboardEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1360
Inherited from
HTMLAttributes.onPasteCapture
onPause?
optional onPause: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1425
Inherited from
HTMLAttributes.onPause
onPauseCapture?
optional onPauseCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1426
Inherited from
HTMLAttributes.onPauseCapture
onPlay?
optional onPlay: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1427
Inherited from
HTMLAttributes.onPlay
onPlayCapture?
optional onPlayCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1428
Inherited from
HTMLAttributes.onPlayCapture
onPlaying?
optional onPlaying: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1429
Inherited from
HTMLAttributes.onPlaying
onPlayingCapture?
optional onPlayingCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1430
Inherited from
HTMLAttributes.onPlayingCapture
onPointerCancel?
optional onPointerCancel: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1509
Inherited from
HTMLAttributes.onPointerCancel
onPointerCancelCapture?
optional onPointerCancelCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1510
Inherited from
HTMLAttributes.onPointerCancelCapture
onPointerDown?
optional onPointerDown: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1503
Inherited from
HTMLAttributes.onPointerDown
onPointerDownCapture?
optional onPointerDownCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1504
Inherited from
HTMLAttributes.onPointerDownCapture
onPointerEnter?
optional onPointerEnter: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1511
Inherited from
HTMLAttributes.onPointerEnter
onPointerEnterCapture?
optional onPointerEnterCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1512
Inherited from
HTMLAttributes.onPointerEnterCapture
onPointerLeave?
optional onPointerLeave: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1513
Inherited from
HTMLAttributes.onPointerLeave
onPointerLeaveCapture?
optional onPointerLeaveCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1514
Inherited from
HTMLAttributes.onPointerLeaveCapture
onPointerMove?
optional onPointerMove: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1505
Inherited from
HTMLAttributes.onPointerMove
onPointerMoveCapture?
optional onPointerMoveCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1506
Inherited from
HTMLAttributes.onPointerMoveCapture
onPointerOut?
optional onPointerOut: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1517
Inherited from
HTMLAttributes.onPointerOut
onPointerOutCapture?
optional onPointerOutCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1518
Inherited from
HTMLAttributes.onPointerOutCapture
onPointerOver?
optional onPointerOver: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1515
Inherited from
HTMLAttributes.onPointerOver
onPointerOverCapture?
optional onPointerOverCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1516
Inherited from
HTMLAttributes.onPointerOverCapture
onPointerUp?
optional onPointerUp: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1507
Inherited from
HTMLAttributes.onPointerUp
onPointerUpCapture?
optional onPointerUpCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1508
Inherited from
HTMLAttributes.onPointerUpCapture
onProgress?
optional onProgress: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1431
Inherited from
HTMLAttributes.onProgress
onProgressCapture?
optional onProgressCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1432
Inherited from
HTMLAttributes.onProgressCapture
onRateChange?
optional onRateChange: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1433
Inherited from
HTMLAttributes.onRateChange
onRateChangeCapture?
optional onRateChangeCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1434
Inherited from
HTMLAttributes.onRateChangeCapture
onReset?
optional onReset: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1383
Inherited from
HTMLAttributes.onReset
onResetCapture?
optional onResetCapture: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1384
Inherited from
HTMLAttributes.onResetCapture
onScroll?
optional onScroll: UIEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1525
Inherited from
HTMLAttributes.onScroll
onScrollCapture?
optional onScrollCapture: UIEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1526
Inherited from
HTMLAttributes.onScrollCapture
onSecondaryActionDescription?
optional onSecondaryActionDescription: ReactNode;
Defined in: src/components/FooterLegend.ts:56
Inherited from
FooterLegendProps
.onSecondaryActionDescription
onSecondaryButton()?
optional onSecondaryButton: (evt: GamepadEvent) => void;
Defined in: src/components/FooterLegend.ts:63
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onSecondaryButton
onSeeked?
optional onSeeked: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1435
Inherited from
HTMLAttributes.onSeeked
onSeekedCapture?
optional onSeekedCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1436
Inherited from
HTMLAttributes.onSeekedCapture
onSeeking?
optional onSeeking: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1437
Inherited from
HTMLAttributes.onSeeking
onSeekingCapture?
optional onSeekingCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1438
Inherited from
HTMLAttributes.onSeekingCapture
onSelect?
optional onSelect: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1489
Inherited from
HTMLAttributes.onSelect
onSelectCapture?
optional onSelectCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1490
Inherited from
HTMLAttributes.onSelectCapture
onStalled?
optional onStalled: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1439
Inherited from
HTMLAttributes.onStalled
onStalledCapture?
optional onStalledCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1440
Inherited from
HTMLAttributes.onStalledCapture
onSubmit?
optional onSubmit: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1385
Inherited from
HTMLAttributes.onSubmit
onSubmitCapture?
optional onSubmitCapture: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1386
Inherited from
HTMLAttributes.onSubmitCapture
onSuspend?
optional onSuspend: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1441
Inherited from
HTMLAttributes.onSuspend
onSuspendCapture?
optional onSuspendCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1442
Inherited from
HTMLAttributes.onSuspendCapture
onTimeUpdate?
optional onTimeUpdate: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1443
Inherited from
HTMLAttributes.onTimeUpdate
onTimeUpdateCapture?
optional onTimeUpdateCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1444
Inherited from
HTMLAttributes.onTimeUpdateCapture
onTouchCancel?
optional onTouchCancel: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1493
Inherited from
HTMLAttributes.onTouchCancel
onTouchCancelCapture?
optional onTouchCancelCapture: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1494
Inherited from
HTMLAttributes.onTouchCancelCapture
onTouchEnd?
optional onTouchEnd: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1495
Inherited from
HTMLAttributes.onTouchEnd
onTouchEndCapture?
optional onTouchEndCapture: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1496
Inherited from
HTMLAttributes.onTouchEndCapture
onTouchMove?
optional onTouchMove: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1497
Inherited from
HTMLAttributes.onTouchMove
onTouchMoveCapture?
optional onTouchMoveCapture: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1498
Inherited from
HTMLAttributes.onTouchMoveCapture
onTouchStart?
optional onTouchStart: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1499
Inherited from
HTMLAttributes.onTouchStart
onTouchStartCapture?
optional onTouchStartCapture: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1500
Inherited from
HTMLAttributes.onTouchStartCapture
onTransitionEnd?
optional onTransitionEnd: TransitionEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1541
Inherited from
HTMLAttributes.onTransitionEnd
onTransitionEndCapture?
optional onTransitionEndCapture: TransitionEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1542
Inherited from
HTMLAttributes.onTransitionEndCapture
onVolumeChange?
optional onVolumeChange: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1445
Inherited from
HTMLAttributes.onVolumeChange
onVolumeChangeCapture?
optional onVolumeChangeCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1446
Inherited from
HTMLAttributes.onVolumeChangeCapture
onWaiting?
optional onWaiting: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1447
Inherited from
HTMLAttributes.onWaiting
onWaitingCapture?
optional onWaitingCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1448
Inherited from
HTMLAttributes.onWaitingCapture
onWheel?
optional onWheel: WheelEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1529
Inherited from
HTMLAttributes.onWheel
onWheelCapture?
optional onWheelCapture: WheelEventHandler<HTMLDivElement>;
Defined in: node_modules/@types/react/index.d.ts:1530
Inherited from
HTMLAttributes.onWheelCapture
placeholder?
optional placeholder: string;
Defined in: node_modules/@types/react/index.d.ts:1761
Inherited from
HTMLAttributes.placeholder
prefix?
optional prefix: string;
Defined in: node_modules/@types/react/index.d.ts:1779
Inherited from
HTMLAttributes.prefix
property?
optional property: string;
Defined in: node_modules/@types/react/index.d.ts:1780
Inherited from
HTMLAttributes.property
radioGroup?
optional radioGroup: string;
Defined in: node_modules/@types/react/index.d.ts:1770
Inherited from
HTMLAttributes.radioGroup
resource?
optional resource: string;
Defined in: node_modules/@types/react/index.d.ts:1781
Inherited from
HTMLAttributes.resource
results?
optional results: number;
Defined in: node_modules/@types/react/index.d.ts:1795
Inherited from
HTMLAttributes.results
role?
optional role: string;
Defined in: node_modules/@types/react/index.d.ts:1773
Inherited from
HTMLAttributes.role
security?
optional security: string;
Defined in: node_modules/@types/react/index.d.ts:1796
Inherited from
HTMLAttributes.security
slot?
optional slot: string;
Defined in: node_modules/@types/react/index.d.ts:1762
Inherited from
HTMLAttributes.slot
spellCheck?
optional spellCheck: Booleanish;
Defined in: node_modules/@types/react/index.d.ts:1763
Inherited from
HTMLAttributes.spellCheck
style?
optional style: CSSProperties;
Defined in: node_modules/@types/react/index.d.ts:1764
Inherited from
HTMLAttributes.style
suppressContentEditableWarning?
optional suppressContentEditableWarning: boolean;
Defined in: node_modules/@types/react/index.d.ts:1748
Inherited from
HTMLAttributes.suppressContentEditableWarning
suppressHydrationWarning?
optional suppressHydrationWarning: boolean;
Defined in: node_modules/@types/react/index.d.ts:1749
Inherited from
HTMLAttributes.suppressHydrationWarning
tabIndex?
optional tabIndex: number;
Defined in: node_modules/@types/react/index.d.ts:1765
Inherited from
HTMLAttributes.tabIndex
title?
optional title: string;
Defined in: node_modules/@types/react/index.d.ts:1766
Inherited from
HTMLAttributes.title
translate?
optional translate: "yes" | "no";
Defined in: node_modules/@types/react/index.d.ts:1767
Inherited from
HTMLAttributes.translate
typeof?
optional typeof: string;
Defined in: node_modules/@types/react/index.d.ts:1782
Inherited from
HTMLAttributes.typeof
unselectable?
optional unselectable: "on" | "off";
Defined in: node_modules/@types/react/index.d.ts:1797
Inherited from
HTMLAttributes.unselectable
vocab?
optional vocab: string;
Defined in: node_modules/@types/react/index.d.ts:1783
Inherited from
HTMLAttributes.vocab