FocusableProps
SteamClientHomebrewSDK / client/src / FocusableProps
Interface: FocusableProps
Defined in: typescript-packages/client/src/components/Focusable.ts:7
Extends
HTMLAttributes
<HTMLDivElement
>.FooterLegendProps
Properties
about?
optional about: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2920
Inherited from
HTMLAttributes.about
accessKey?
optional accessKey: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2895
Inherited from
HTMLAttributes.accessKey
actionDescriptionMap?
optional actionDescriptionMap: ActionDescriptionMap;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:51
Inherited from
FooterLegendProps
.actionDescriptionMap
aria-activedescendant?
optional aria-activedescendant: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2593
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: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2595
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2600
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-braillelabel?
optional aria-braillelabel: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2606
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
HTMLAttributes.aria-braillelabel
aria-brailleroledescription?
optional aria-brailleroledescription: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2611
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
See
aria-roledescription.
Inherited from
HTMLAttributes.aria-brailleroledescription
aria-busy?
optional aria-busy: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2612
Inherited from
HTMLAttributes.aria-busy
aria-checked?
optional aria-checked: boolean | "true" | "false" | "mixed";
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2617
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2622
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2627
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-colindextext?
optional aria-colindextext: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2632
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
HTMLAttributes.aria-colindextext
aria-colspan?
optional aria-colspan: number;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2637
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2642
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" | "location" | "page" | "date";
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2644
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2649
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
HTMLAttributes.aria-describedby
aria-description?
optional aria-description: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2654
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
HTMLAttributes.aria-description
aria-details?
optional aria-details: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2659
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: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2664
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2669
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2674
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: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2676
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2681
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: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2686
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2688
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: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2693
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2698
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2700
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2705
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2710
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2712
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2714
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: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2716
Indicates whether an element is modal when displayed.
Inherited from
HTMLAttributes.aria-modal
aria-multiline?
optional aria-multiline: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2718
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: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2720
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2722
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2728
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2733
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2738
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2743
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
HTMLAttributes.aria-pressed
aria-readonly?
optional aria-readonly: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2748
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2753
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: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2766
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2768
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2773
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2778
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-rowindextext?
optional aria-rowindextext: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2783
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
HTMLAttributes.aria-rowindextext
aria-rowspan?
optional aria-rowspan: number;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2788
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: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2793
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2798
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2800
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2802
Defines the maximum allowed value for a range widget.
Inherited from
HTMLAttributes.aria-valuemax
aria-valuemin?
optional aria-valuemin: number;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2804
Defines the minimum allowed value for a range widget.
Inherited from
HTMLAttributes.aria-valuemin
aria-valuenow?
optional aria-valuenow: number;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2809
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2811
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2933
Inherited from
HTMLAttributes.autoCapitalize
autoCorrect?
optional autoCorrect: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2934
Inherited from
HTMLAttributes.autoCorrect
autoFocus?
optional autoFocus: boolean;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2896
Inherited from
HTMLAttributes.autoFocus
autoSave?
optional autoSave: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2935
Inherited from
HTMLAttributes.autoSave
children
children: ReactNode;
Defined in: typescript-packages/client/src/components/Focusable.ts:8
Overrides
HTMLAttributes.children
className?
optional className: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2897
Inherited from
HTMLAttributes.className
color?
optional color: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2936
Inherited from
HTMLAttributes.color
content?
optional content: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2921
Inherited from
HTMLAttributes.content
contentEditable?
optional contentEditable: "inherit" | Booleanish | "plaintext-only";
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2898
Inherited from
HTMLAttributes.contentEditable
contextMenu?
optional contextMenu: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2899
Inherited from
HTMLAttributes.contextMenu
dangerouslySetInnerHTML?
optional dangerouslySetInnerHTML: {
__html: string | TrustedHTML;
};
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2380
__html
__html: string | TrustedHTML;
Inherited from
HTMLAttributes.dangerouslySetInnerHTML
datatype?
optional datatype: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2922
Inherited from
HTMLAttributes.datatype
defaultChecked?
optional defaultChecked: boolean;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2889
Inherited from
HTMLAttributes.defaultChecked
defaultValue?
optional defaultValue: string | number | readonly string[];
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2890
Inherited from
HTMLAttributes.defaultValue
dir?
optional dir: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2900
Inherited from
HTMLAttributes.dir
draggable?
optional draggable: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2901
Inherited from
HTMLAttributes.draggable
flow-children?
optional flow-children: string;
Defined in: typescript-packages/client/src/components/Focusable.ts:9
focusClassName?
optional focusClassName: string;
Defined in: typescript-packages/client/src/components/Focusable.ts:10
focusWithinClassName?
optional focusWithinClassName: string;
Defined in: typescript-packages/client/src/components/Focusable.ts:11
hidden?
optional hidden: boolean;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2902
Inherited from
HTMLAttributes.hidden
id?
optional id: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2903
Inherited from
HTMLAttributes.id
inlist?
optional inlist: any;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2923
Inherited from
HTMLAttributes.inlist
inputMode?
optional inputMode:
| "none"
| "search"
| "text"
| "tel"
| "url"
| "email"
| "numeric"
| "decimal";
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2951
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2956
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/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2940
Inherited from
HTMLAttributes.itemID
itemProp?
optional itemProp: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2937
Inherited from
HTMLAttributes.itemProp
itemRef?
optional itemRef: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2941
Inherited from
HTMLAttributes.itemRef
itemScope?
optional itemScope: boolean;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2938
Inherited from
HTMLAttributes.itemScope
itemType?
optional itemType: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2939
Inherited from
HTMLAttributes.itemType
lang?
optional lang: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2904
Inherited from
HTMLAttributes.lang
noFocusRing?
optional noFocusRing: boolean;
Defined in: typescript-packages/client/src/components/Focusable.ts:12
nonce?
optional nonce: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2905
Inherited from
HTMLAttributes.nonce
onAbort?
optional onAbort: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2439
Inherited from
HTMLAttributes.onAbort
onAbortCapture?
optional onAbortCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2440
Inherited from
HTMLAttributes.onAbortCapture
onActivate()?
optional onActivate: (e) => void;
Defined in: typescript-packages/client/src/components/Focusable.ts:13
Parameters
e
CustomEvent
Returns
void
onAnimationEnd?
optional onAnimationEnd: AnimationEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2569
Inherited from
HTMLAttributes.onAnimationEnd
onAnimationEndCapture?
optional onAnimationEndCapture: AnimationEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2570
Inherited from
HTMLAttributes.onAnimationEndCapture
onAnimationIteration?
optional onAnimationIteration: AnimationEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2571
Inherited from
HTMLAttributes.onAnimationIteration
onAnimationIterationCapture?
optional onAnimationIterationCapture: AnimationEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2572
Inherited from
HTMLAttributes.onAnimationIterationCapture
onAnimationStart?
optional onAnimationStart: AnimationEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2567
Inherited from
HTMLAttributes.onAnimationStart
onAnimationStartCapture?
optional onAnimationStartCapture: AnimationEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2568
Inherited from
HTMLAttributes.onAnimationStartCapture
onAuxClick?
optional onAuxClick: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2487
Inherited from
HTMLAttributes.onAuxClick
onAuxClickCapture?
optional onAuxClickCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2488
Inherited from
HTMLAttributes.onAuxClickCapture
onBeforeInput?
optional onBeforeInput: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2411
Inherited from
HTMLAttributes.onBeforeInput
onBeforeInputCapture?
optional onBeforeInputCapture: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2412
Inherited from
HTMLAttributes.onBeforeInputCapture
onBlur?
optional onBlur: FocusEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2405
Inherited from
HTMLAttributes.onBlur
onBlurCapture?
optional onBlurCapture: FocusEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2406
Inherited from
HTMLAttributes.onBlurCapture
onButtonDown()?
optional onButtonDown: (evt) => void;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:57
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onButtonDown
onButtonUp()?
optional onButtonUp: (evt) => void;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:58
Parameters
evt
Returns
void
Inherited from
onCancel()?
optional onCancel: (e) => void;
Defined in: typescript-packages/client/src/components/Focusable.ts:14
Parameters
e
CustomEvent
Returns
void
onCancelActionDescription?
optional onCancelActionDescription: ReactNode;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:53
Inherited from
FooterLegendProps
.onCancelActionDescription
onCancelButton()?
optional onCancelButton: (evt) => void;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:60
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onCancelButton
onCanPlay?
optional onCanPlay: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2441
Inherited from
HTMLAttributes.onCanPlay
onCanPlayCapture?
optional onCanPlayCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2442
Inherited from
HTMLAttributes.onCanPlayCapture
onCanPlayThrough?
optional onCanPlayThrough: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2443
Inherited from
HTMLAttributes.onCanPlayThrough
onCanPlayThroughCapture?
optional onCanPlayThroughCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2444
Inherited from
HTMLAttributes.onCanPlayThroughCapture
onChange?
optional onChange: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2409
Inherited from
HTMLAttributes.onChange
onChangeCapture?
optional onChangeCapture: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2410
Inherited from
HTMLAttributes.onChangeCapture
onClick?
optional onClick: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2489
Inherited from
HTMLAttributes.onClick
onClickCapture?
optional onClickCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2490
Inherited from
HTMLAttributes.onClickCapture
onCompositionEnd?
optional onCompositionEnd: CompositionEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2395
Inherited from
HTMLAttributes.onCompositionEnd
onCompositionEndCapture?
optional onCompositionEndCapture: CompositionEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2396
Inherited from
HTMLAttributes.onCompositionEndCapture
onCompositionStart?
optional onCompositionStart: CompositionEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2397
Inherited from
HTMLAttributes.onCompositionStart
onCompositionStartCapture?
optional onCompositionStartCapture: CompositionEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2398
Inherited from
HTMLAttributes.onCompositionStartCapture
onCompositionUpdate?
optional onCompositionUpdate: CompositionEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2399
Inherited from
HTMLAttributes.onCompositionUpdate
onCompositionUpdateCapture?
optional onCompositionUpdateCapture: CompositionEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2400
Inherited from
HTMLAttributes.onCompositionUpdateCapture
onContextMenu?
optional onContextMenu: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2491
Inherited from
HTMLAttributes.onContextMenu
onContextMenuCapture?
optional onContextMenuCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2492
Inherited from
HTMLAttributes.onContextMenuCapture
onCopy?
optional onCopy: ClipboardEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2387
Inherited from
HTMLAttributes.onCopy
onCopyCapture?
optional onCopyCapture: ClipboardEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2388
Inherited from
HTMLAttributes.onCopyCapture
onCut?
optional onCut: ClipboardEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2389
Inherited from
HTMLAttributes.onCut
onCutCapture?
optional onCutCapture: ClipboardEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2390
Inherited from
HTMLAttributes.onCutCapture
onDoubleClick?
optional onDoubleClick: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2493
Inherited from
HTMLAttributes.onDoubleClick
onDoubleClickCapture?
optional onDoubleClickCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2494
Inherited from
HTMLAttributes.onDoubleClickCapture
onDrag?
optional onDrag: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2495
Inherited from
HTMLAttributes.onDrag
onDragCapture?
optional onDragCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2496
Inherited from
HTMLAttributes.onDragCapture
onDragEnd?
optional onDragEnd: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2497
Inherited from
HTMLAttributes.onDragEnd
onDragEndCapture?
optional onDragEndCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2498
Inherited from
HTMLAttributes.onDragEndCapture
onDragEnter?
optional onDragEnter: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2499
Inherited from
HTMLAttributes.onDragEnter
onDragEnterCapture?
optional onDragEnterCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2500
Inherited from
HTMLAttributes.onDragEnterCapture
onDragExit?
optional onDragExit: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2501
Inherited from
HTMLAttributes.onDragExit
onDragExitCapture?
optional onDragExitCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2502
Inherited from
HTMLAttributes.onDragExitCapture
onDragLeave?
optional onDragLeave: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2503
Inherited from
HTMLAttributes.onDragLeave
onDragLeaveCapture?
optional onDragLeaveCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2504
Inherited from
HTMLAttributes.onDragLeaveCapture
onDragOver?
optional onDragOver: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2505
Inherited from
HTMLAttributes.onDragOver
onDragOverCapture?
optional onDragOverCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2506
Inherited from
HTMLAttributes.onDragOverCapture
onDragStart?
optional onDragStart: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2507
Inherited from
HTMLAttributes.onDragStart
onDragStartCapture?
optional onDragStartCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2508
Inherited from
HTMLAttributes.onDragStartCapture
onDrop?
optional onDrop: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2509
Inherited from
HTMLAttributes.onDrop
onDropCapture?
optional onDropCapture: DragEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2510
Inherited from
HTMLAttributes.onDropCapture
onDurationChange?
optional onDurationChange: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2445
Inherited from
HTMLAttributes.onDurationChange
onDurationChangeCapture?
optional onDurationChangeCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2446
Inherited from
HTMLAttributes.onDurationChangeCapture
onEmptied?
optional onEmptied: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2447
Inherited from
HTMLAttributes.onEmptied
onEmptiedCapture?
optional onEmptiedCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2448
Inherited from
HTMLAttributes.onEmptiedCapture
onEncrypted?
optional onEncrypted: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2449
Inherited from
HTMLAttributes.onEncrypted
onEncryptedCapture?
optional onEncryptedCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2450
Inherited from
HTMLAttributes.onEncryptedCapture
onEnded?
optional onEnded: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2451
Inherited from
HTMLAttributes.onEnded
onEndedCapture?
optional onEndedCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2452
Inherited from
HTMLAttributes.onEndedCapture
onError?
optional onError: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2425
Inherited from
HTMLAttributes.onError
onErrorCapture?
optional onErrorCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2426
Inherited from
HTMLAttributes.onErrorCapture
onFocus?
optional onFocus: FocusEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2403
Inherited from
HTMLAttributes.onFocus
onFocusCapture?
optional onFocusCapture: FocusEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2404
Inherited from
HTMLAttributes.onFocusCapture
onGamepadBlur()?
optional onGamepadBlur: (evt) => void;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:65
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onGamepadBlur
onGamepadDirection()?
optional onGamepadDirection: (evt) => void;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:63
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onGamepadDirection
onGamepadFocus()?
optional onGamepadFocus: (evt) => void;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:64
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onGamepadFocus
onGotPointerCapture?
optional onGotPointerCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2553
Inherited from
HTMLAttributes.onGotPointerCapture
onGotPointerCaptureCapture?
optional onGotPointerCaptureCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2554
Inherited from
HTMLAttributes.onGotPointerCaptureCapture
onInput?
optional onInput: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2413
Inherited from
HTMLAttributes.onInput
onInputCapture?
optional onInputCapture: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2414
Inherited from
HTMLAttributes.onInputCapture
onInvalid?
optional onInvalid: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2419
Inherited from
HTMLAttributes.onInvalid
onInvalidCapture?
optional onInvalidCapture: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2420
Inherited from
HTMLAttributes.onInvalidCapture
onKeyDown?
optional onKeyDown: KeyboardEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2429
Inherited from
HTMLAttributes.onKeyDown
onKeyDownCapture?
optional onKeyDownCapture: KeyboardEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2430
Inherited from
HTMLAttributes.onKeyDownCapture
onKeyPress?
optional onKeyPress: KeyboardEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2432
Deprecated
Inherited from
HTMLAttributes.onKeyPress
onKeyPressCapture?
optional onKeyPressCapture: KeyboardEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2434
Deprecated
Inherited from
HTMLAttributes.onKeyPressCapture
onKeyUp?
optional onKeyUp: KeyboardEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2435
Inherited from
HTMLAttributes.onKeyUp
onKeyUpCapture?
optional onKeyUpCapture: KeyboardEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2436
Inherited from
HTMLAttributes.onKeyUpCapture
onLoad?
optional onLoad: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2423
Inherited from
HTMLAttributes.onLoad
onLoadCapture?
optional onLoadCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2424
Inherited from
HTMLAttributes.onLoadCapture
onLoadedData?
optional onLoadedData: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2453
Inherited from
HTMLAttributes.onLoadedData
onLoadedDataCapture?
optional onLoadedDataCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2454
Inherited from
HTMLAttributes.onLoadedDataCapture
onLoadedMetadata?
optional onLoadedMetadata: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2455
Inherited from
HTMLAttributes.onLoadedMetadata
onLoadedMetadataCapture?
optional onLoadedMetadataCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2456
Inherited from
HTMLAttributes.onLoadedMetadataCapture
onLoadStart?
optional onLoadStart: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2457
Inherited from
HTMLAttributes.onLoadStart
onLoadStartCapture?
optional onLoadStartCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2458
Inherited from
HTMLAttributes.onLoadStartCapture
onLostPointerCapture?
optional onLostPointerCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2555
Inherited from
HTMLAttributes.onLostPointerCapture
onLostPointerCaptureCapture?
optional onLostPointerCaptureCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2556
Inherited from
HTMLAttributes.onLostPointerCaptureCapture
onMenuActionDescription?
optional onMenuActionDescription: ReactNode;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:56
Inherited from
FooterLegendProps
.onMenuActionDescription
onMenuButton()?
optional onMenuButton: (evt) => void;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:66
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onMenuButton
onMouseDown?
optional onMouseDown: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2511
Inherited from
HTMLAttributes.onMouseDown
onMouseDownCapture?
optional onMouseDownCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2512
Inherited from
HTMLAttributes.onMouseDownCapture
onMouseEnter?
optional onMouseEnter: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2513
Inherited from
HTMLAttributes.onMouseEnter
onMouseLeave?
optional onMouseLeave: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2514
Inherited from
HTMLAttributes.onMouseLeave
onMouseMove?
optional onMouseMove: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2515
Inherited from
HTMLAttributes.onMouseMove
onMouseMoveCapture?
optional onMouseMoveCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2516
Inherited from
HTMLAttributes.onMouseMoveCapture
onMouseOut?
optional onMouseOut: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2517
Inherited from
HTMLAttributes.onMouseOut
onMouseOutCapture?
optional onMouseOutCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2518
Inherited from
HTMLAttributes.onMouseOutCapture
onMouseOver?
optional onMouseOver: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2519
Inherited from
HTMLAttributes.onMouseOver
onMouseOverCapture?
optional onMouseOverCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2520
Inherited from
HTMLAttributes.onMouseOverCapture
onMouseUp?
optional onMouseUp: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2521
Inherited from
HTMLAttributes.onMouseUp
onMouseUpCapture?
optional onMouseUpCapture: MouseEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2522
Inherited from
HTMLAttributes.onMouseUpCapture
onOKActionDescription?
optional onOKActionDescription: ReactNode;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:52
Inherited from
FooterLegendProps
.onOKActionDescription
onOKButton()?
optional onOKButton: (evt) => void;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:59
Parameters
evt
Returns
void
Inherited from
onOptionsActionDescription?
optional onOptionsActionDescription: ReactNode;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:55
Inherited from
FooterLegendProps
.onOptionsActionDescription
onOptionsButton()?
optional onOptionsButton: (evt) => void;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:62
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onOptionsButton
onPaste?
optional onPaste: ClipboardEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2391
Inherited from
HTMLAttributes.onPaste
onPasteCapture?
optional onPasteCapture: ClipboardEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2392
Inherited from
HTMLAttributes.onPasteCapture
onPause?
optional onPause: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2459
Inherited from
HTMLAttributes.onPause
onPauseCapture?
optional onPauseCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2460
Inherited from
HTMLAttributes.onPauseCapture
onPlay?
optional onPlay: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2461
Inherited from
HTMLAttributes.onPlay
onPlayCapture?
optional onPlayCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2462
Inherited from
HTMLAttributes.onPlayCapture
onPlaying?
optional onPlaying: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2463
Inherited from
HTMLAttributes.onPlaying
onPlayingCapture?
optional onPlayingCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2464
Inherited from
HTMLAttributes.onPlayingCapture
onPointerCancel?
optional onPointerCancel: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2545
Inherited from
HTMLAttributes.onPointerCancel
onPointerCancelCapture?
optional onPointerCancelCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2546
Inherited from
HTMLAttributes.onPointerCancelCapture
onPointerDown?
optional onPointerDown: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2539
Inherited from
HTMLAttributes.onPointerDown
onPointerDownCapture?
optional onPointerDownCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2540
Inherited from
HTMLAttributes.onPointerDownCapture
onPointerEnter?
optional onPointerEnter: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2547
Inherited from
HTMLAttributes.onPointerEnter
onPointerLeave?
optional onPointerLeave: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2548
Inherited from
HTMLAttributes.onPointerLeave
onPointerMove?
optional onPointerMove: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2541
Inherited from
HTMLAttributes.onPointerMove
onPointerMoveCapture?
optional onPointerMoveCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2542
Inherited from
HTMLAttributes.onPointerMoveCapture
onPointerOut?
optional onPointerOut: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2551
Inherited from
HTMLAttributes.onPointerOut
onPointerOutCapture?
optional onPointerOutCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2552
Inherited from
HTMLAttributes.onPointerOutCapture
onPointerOver?
optional onPointerOver: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2549
Inherited from
HTMLAttributes.onPointerOver
onPointerOverCapture?
optional onPointerOverCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2550
Inherited from
HTMLAttributes.onPointerOverCapture
onPointerUp?
optional onPointerUp: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2543
Inherited from
HTMLAttributes.onPointerUp
onPointerUpCapture?
optional onPointerUpCapture: PointerEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2544
Inherited from
HTMLAttributes.onPointerUpCapture
onProgress?
optional onProgress: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2465
Inherited from
HTMLAttributes.onProgress
onProgressCapture?
optional onProgressCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2466
Inherited from
HTMLAttributes.onProgressCapture
onRateChange?
optional onRateChange: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2467
Inherited from
HTMLAttributes.onRateChange
onRateChangeCapture?
optional onRateChangeCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2468
Inherited from
HTMLAttributes.onRateChangeCapture
onReset?
optional onReset: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2415
Inherited from
HTMLAttributes.onReset
onResetCapture?
optional onResetCapture: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2416
Inherited from
HTMLAttributes.onResetCapture
onResize?
optional onResize: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2469
Inherited from
HTMLAttributes.onResize
onResizeCapture?
optional onResizeCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2470
Inherited from
HTMLAttributes.onResizeCapture
onScroll?
optional onScroll: UIEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2559
Inherited from
HTMLAttributes.onScroll
onScrollCapture?
optional onScrollCapture: UIEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2560
Inherited from
HTMLAttributes.onScrollCapture
onSecondaryActionDescription?
optional onSecondaryActionDescription: ReactNode;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:54
Inherited from
FooterLegendProps
.onSecondaryActionDescription
onSecondaryButton()?
optional onSecondaryButton: (evt) => void;
Defined in: typescript-packages/client/src/components/FooterLegend.ts:61
Parameters
evt
Returns
void
Inherited from
FooterLegendProps
.onSecondaryButton
onSeeked?
optional onSeeked: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2471
Inherited from
HTMLAttributes.onSeeked
onSeekedCapture?
optional onSeekedCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2472
Inherited from
HTMLAttributes.onSeekedCapture
onSeeking?
optional onSeeking: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2473
Inherited from
HTMLAttributes.onSeeking
onSeekingCapture?
optional onSeekingCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2474
Inherited from
HTMLAttributes.onSeekingCapture
onSelect?
optional onSelect: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2525
Inherited from
HTMLAttributes.onSelect
onSelectCapture?
optional onSelectCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2526
Inherited from
HTMLAttributes.onSelectCapture
onStalled?
optional onStalled: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2475
Inherited from
HTMLAttributes.onStalled
onStalledCapture?
optional onStalledCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2476
Inherited from
HTMLAttributes.onStalledCapture
onSubmit?
optional onSubmit: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2417
Inherited from
HTMLAttributes.onSubmit
onSubmitCapture?
optional onSubmitCapture: FormEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2418
Inherited from
HTMLAttributes.onSubmitCapture
onSuspend?
optional onSuspend: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2477
Inherited from
HTMLAttributes.onSuspend
onSuspendCapture?
optional onSuspendCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2478
Inherited from
HTMLAttributes.onSuspendCapture
onTimeUpdate?
optional onTimeUpdate: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2479
Inherited from
HTMLAttributes.onTimeUpdate
onTimeUpdateCapture?
optional onTimeUpdateCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2480
Inherited from
HTMLAttributes.onTimeUpdateCapture
onTouchCancel?
optional onTouchCancel: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2529
Inherited from
HTMLAttributes.onTouchCancel
onTouchCancelCapture?
optional onTouchCancelCapture: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2530
Inherited from
HTMLAttributes.onTouchCancelCapture
onTouchEnd?
optional onTouchEnd: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2531
Inherited from
HTMLAttributes.onTouchEnd
onTouchEndCapture?
optional onTouchEndCapture: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2532
Inherited from
HTMLAttributes.onTouchEndCapture
onTouchMove?
optional onTouchMove: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2533
Inherited from
HTMLAttributes.onTouchMove
onTouchMoveCapture?
optional onTouchMoveCapture: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2534
Inherited from
HTMLAttributes.onTouchMoveCapture
onTouchStart?
optional onTouchStart: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2535
Inherited from
HTMLAttributes.onTouchStart
onTouchStartCapture?
optional onTouchStartCapture: TouchEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2536
Inherited from
HTMLAttributes.onTouchStartCapture
onTransitionEnd?
optional onTransitionEnd: TransitionEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2575
Inherited from
HTMLAttributes.onTransitionEnd
onTransitionEndCapture?
optional onTransitionEndCapture: TransitionEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2576
Inherited from
HTMLAttributes.onTransitionEndCapture
onVolumeChange?
optional onVolumeChange: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2481
Inherited from
HTMLAttributes.onVolumeChange
onVolumeChangeCapture?
optional onVolumeChangeCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2482
Inherited from
HTMLAttributes.onVolumeChangeCapture
onWaiting?
optional onWaiting: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2483
Inherited from
HTMLAttributes.onWaiting
onWaitingCapture?
optional onWaitingCapture: ReactEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2484
Inherited from
HTMLAttributes.onWaitingCapture
onWheel?
optional onWheel: WheelEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2563
Inherited from
HTMLAttributes.onWheel
onWheelCapture?
optional onWheelCapture: WheelEventHandler<HTMLDivElement>;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2564
Inherited from
HTMLAttributes.onWheelCapture
prefix?
optional prefix: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2924
Inherited from
HTMLAttributes.prefix
property?
optional property: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2925
Inherited from
HTMLAttributes.property
radioGroup?
optional radioGroup: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2914
Inherited from
HTMLAttributes.radioGroup
rel?
optional rel: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2926
Inherited from
HTMLAttributes.rel
resource?
optional resource: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2927
Inherited from
HTMLAttributes.resource
results?
optional results: number;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2942
Inherited from
HTMLAttributes.results
rev?
optional rev: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2928
Inherited from
HTMLAttributes.rev
role?
optional role: AriaRole;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2917
Inherited from
HTMLAttributes.role
security?
optional security: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2943
Inherited from
HTMLAttributes.security
slot?
optional slot: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2906
Inherited from
HTMLAttributes.slot
spellCheck?
optional spellCheck: Booleanish;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2907
Inherited from
HTMLAttributes.spellCheck
style?
optional style: CSSProperties;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2908
Inherited from
HTMLAttributes.style
suppressContentEditableWarning?
optional suppressContentEditableWarning: boolean;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2891
Inherited from
HTMLAttributes.suppressContentEditableWarning
suppressHydrationWarning?
optional suppressHydrationWarning: boolean;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2892
Inherited from
HTMLAttributes.suppressHydrationWarning
tabIndex?
optional tabIndex: number;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2909
Inherited from
HTMLAttributes.tabIndex
title?
optional title: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2910
Inherited from
HTMLAttributes.title
translate?
optional translate: "yes" | "no";
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2911
Inherited from
HTMLAttributes.translate
typeof?
optional typeof: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2929
Inherited from
HTMLAttributes.typeof
unselectable?
optional unselectable: "on" | "off";
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2944
Inherited from
HTMLAttributes.unselectable
vocab?
optional vocab: string;
Defined in: node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts:2930
Inherited from
HTMLAttributes.vocab