Skip to content
Entangle UI v0.13.0

BaseComponent

Defined in: src/types/common.ts:5

  • HTMLAttributes<T>

T = HTMLDivElement

optional about?: string

Defined in: node_modules/@types/react/index.d.ts:2812

React.HTMLAttributes.about


optional accessKey?: string

Defined in: node_modules/@types/react/index.d.ts:2785

React.HTMLAttributes.accessKey


optional aria-activedescendant?: string

Defined in: node_modules/@types/react/index.d.ts:2483

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

React.HTMLAttributes.aria-activedescendant


optional aria-atomic?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2485

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.

React.HTMLAttributes.aria-atomic


optional aria-autocomplete?: "none" | "inline" | "both" | "list"

Defined in: node_modules/@types/react/index.d.ts:2490

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.

React.HTMLAttributes.aria-autocomplete


optional aria-braillelabel?: string

Defined in: node_modules/@types/react/index.d.ts:2496

Defines a string value that labels the current element, which is intended to be converted into Braille.

aria-label.

React.HTMLAttributes.aria-braillelabel


optional aria-brailleroledescription?: string

Defined in: node_modules/@types/react/index.d.ts:2501

Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.

aria-roledescription.

React.HTMLAttributes.aria-brailleroledescription


optional aria-busy?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2502

React.HTMLAttributes.aria-busy


optional aria-checked?: boolean | "mixed" | "false" | "true"

Defined in: node_modules/@types/react/index.d.ts:2507

Indicates the current “checked” state of checkboxes, radio buttons, and other widgets.

  • aria-pressed
  • aria-selected.

React.HTMLAttributes.aria-checked


optional aria-colcount?: number

Defined in: node_modules/@types/react/index.d.ts:2512

Defines the total number of columns in a table, grid, or treegrid.

aria-colindex.

React.HTMLAttributes.aria-colcount


optional aria-colindex?: number

Defined in: node_modules/@types/react/index.d.ts:2517

Defines an element’s column index or position with respect to the total number of columns within a table, grid, or treegrid.

  • aria-colcount
  • aria-colspan.

React.HTMLAttributes.aria-colindex


optional aria-colindextext?: string

Defined in: node_modules/@types/react/index.d.ts:2522

Defines a human readable text alternative of aria-colindex.

aria-rowindextext.

React.HTMLAttributes.aria-colindextext


optional aria-colspan?: number

Defined in: node_modules/@types/react/index.d.ts:2527

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

  • aria-colindex
  • aria-rowspan.

React.HTMLAttributes.aria-colspan


optional aria-controls?: string

Defined in: node_modules/@types/react/index.d.ts:2532

Identifies the element (or elements) whose contents or presence are controlled by the current element.

aria-owns.

React.HTMLAttributes.aria-controls


optional aria-current?: boolean | "location" | "page" | "false" | "true" | "step" | "date" | "time"

Defined in: node_modules/@types/react/index.d.ts:2534

Indicates the element that represents the current item within a container or set of related elements.

React.HTMLAttributes.aria-current


optional aria-describedby?: string

Defined in: node_modules/@types/react/index.d.ts:2539

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

aria-labelledby

React.HTMLAttributes.aria-describedby


optional aria-description?: string

Defined in: node_modules/@types/react/index.d.ts:2544

Defines a string value that describes or annotates the current element.

related aria-describedby.

React.HTMLAttributes.aria-description


optional aria-details?: string

Defined in: node_modules/@types/react/index.d.ts:2549

Identifies the element that provides a detailed, extended description for the object.

aria-describedby.

React.HTMLAttributes.aria-details


optional aria-disabled?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2554

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

  • aria-hidden
  • aria-readonly.

React.HTMLAttributes.aria-disabled


optional aria-dropeffect?: "none" | "link" | "copy" | "move" | "execute" | "popup"

Defined in: node_modules/@types/react/index.d.ts:2559

Indicates what functions can be performed when a dragged object is released on the drop target.

React.HTMLAttributes.aria-dropeffect


optional aria-errormessage?: string

Defined in: node_modules/@types/react/index.d.ts:2564

Identifies the element that provides an error message for the object.

  • aria-invalid
  • aria-describedby.

React.HTMLAttributes.aria-errormessage


optional aria-expanded?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2566

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

React.HTMLAttributes.aria-expanded


optional aria-flowto?: string

Defined in: node_modules/@types/react/index.d.ts:2571

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.

React.HTMLAttributes.aria-flowto


optional aria-grabbed?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2576

Indicates an element’s “grabbed” state in a drag-and-drop operation.

React.HTMLAttributes.aria-grabbed


optional aria-haspopup?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree"

Defined in: node_modules/@types/react/index.d.ts:2578

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

React.HTMLAttributes.aria-haspopup


optional aria-hidden?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2583

Indicates whether the element is exposed to an accessibility API.

aria-disabled.

React.HTMLAttributes.aria-hidden


optional aria-invalid?: boolean | "false" | "true" | "grammar" | "spelling"

Defined in: node_modules/@types/react/index.d.ts:2588

Indicates the entered value does not conform to the format expected by the application.

aria-errormessage.

React.HTMLAttributes.aria-invalid


optional aria-keyshortcuts?: string

Defined in: node_modules/@types/react/index.d.ts:2590

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

React.HTMLAttributes.aria-keyshortcuts


optional aria-label?: string

Defined in: node_modules/@types/react/index.d.ts:2595

Defines a string value that labels the current element.

aria-labelledby.

React.HTMLAttributes.aria-label


optional aria-labelledby?: string

Defined in: node_modules/@types/react/index.d.ts:2600

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

aria-describedby.

React.HTMLAttributes.aria-labelledby


optional aria-level?: number

Defined in: node_modules/@types/react/index.d.ts:2602

Defines the hierarchical level of an element within a structure.

React.HTMLAttributes.aria-level


optional aria-live?: "off" | "assertive" | "polite"

Defined in: node_modules/@types/react/index.d.ts:2604

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.

React.HTMLAttributes.aria-live


optional aria-modal?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2606

Indicates whether an element is modal when displayed.

React.HTMLAttributes.aria-modal


optional aria-multiline?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2608

Indicates whether a text box accepts multiple lines of input or only a single line.

React.HTMLAttributes.aria-multiline


optional aria-multiselectable?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2610

Indicates that the user may select more than one item from the current selectable descendants.

React.HTMLAttributes.aria-multiselectable


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

Defined in: node_modules/@types/react/index.d.ts:2612

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

React.HTMLAttributes.aria-orientation


optional aria-owns?: string

Defined in: node_modules/@types/react/index.d.ts:2618

Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.

aria-controls.

React.HTMLAttributes.aria-owns


optional aria-placeholder?: string

Defined in: node_modules/@types/react/index.d.ts:2623

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.

React.HTMLAttributes.aria-placeholder


optional aria-posinset?: number

Defined in: node_modules/@types/react/index.d.ts:2628

Defines an element’s number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

aria-setsize.

React.HTMLAttributes.aria-posinset


optional aria-pressed?: boolean | "mixed" | "false" | "true"

Defined in: node_modules/@types/react/index.d.ts:2633

Indicates the current “pressed” state of toggle buttons.

  • aria-checked
  • aria-selected.

React.HTMLAttributes.aria-pressed


optional aria-readonly?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2638

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

aria-disabled.

React.HTMLAttributes.aria-readonly


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:2643

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

aria-atomic.

React.HTMLAttributes.aria-relevant


optional aria-required?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2656

Indicates that user input is required on the element before a form may be submitted.

React.HTMLAttributes.aria-required


optional aria-roledescription?: string

Defined in: node_modules/@types/react/index.d.ts:2658

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

React.HTMLAttributes.aria-roledescription


optional aria-rowcount?: number

Defined in: node_modules/@types/react/index.d.ts:2663

Defines the total number of rows in a table, grid, or treegrid.

aria-rowindex.

React.HTMLAttributes.aria-rowcount


optional aria-rowindex?: number

Defined in: node_modules/@types/react/index.d.ts:2668

Defines an element’s row index or position with respect to the total number of rows within a table, grid, or treegrid.

  • aria-rowcount
  • aria-rowspan.

React.HTMLAttributes.aria-rowindex


optional aria-rowindextext?: string

Defined in: node_modules/@types/react/index.d.ts:2673

Defines a human readable text alternative of aria-rowindex.

aria-colindextext.

React.HTMLAttributes.aria-rowindextext


optional aria-rowspan?: number

Defined in: node_modules/@types/react/index.d.ts:2678

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

  • aria-rowindex
  • aria-colspan.

React.HTMLAttributes.aria-rowspan


optional aria-selected?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2683

Indicates the current “selected” state of various widgets.

  • aria-checked
  • aria-pressed.

React.HTMLAttributes.aria-selected


optional aria-setsize?: number

Defined in: node_modules/@types/react/index.d.ts:2688

Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

aria-posinset.

React.HTMLAttributes.aria-setsize


optional aria-sort?: "none" | "ascending" | "descending" | "other"

Defined in: node_modules/@types/react/index.d.ts:2690

Indicates if items in a table or grid are sorted in ascending or descending order.

React.HTMLAttributes.aria-sort


optional aria-valuemax?: number

Defined in: node_modules/@types/react/index.d.ts:2692

Defines the maximum allowed value for a range widget.

React.HTMLAttributes.aria-valuemax


optional aria-valuemin?: number

Defined in: node_modules/@types/react/index.d.ts:2694

Defines the minimum allowed value for a range widget.

React.HTMLAttributes.aria-valuemin


optional aria-valuenow?: number

Defined in: node_modules/@types/react/index.d.ts:2699

Defines the current value for a range widget.

aria-valuetext.

React.HTMLAttributes.aria-valuenow


optional aria-valuetext?: string

Defined in: node_modules/@types/react/index.d.ts:2701

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

React.HTMLAttributes.aria-valuetext


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

Defined in: node_modules/@types/react/index.d.ts:2786

React.HTMLAttributes.autoCapitalize


optional autoCorrect?: string

Defined in: node_modules/@types/react/index.d.ts:2825

React.HTMLAttributes.autoCorrect


optional autoFocus?: boolean

Defined in: node_modules/@types/react/index.d.ts:2787

React.HTMLAttributes.autoFocus


optional autoSave?: string

Defined in: node_modules/@types/react/index.d.ts:2826

React.HTMLAttributes.autoSave


optional children?: ReactNode

Defined in: node_modules/@types/react/index.d.ts:2259

React.HTMLAttributes.children


optional className?: string

Defined in: src/types/common.ts:12

Additional CSS class names

React.HTMLAttributes.className


optional color?: string

Defined in: node_modules/@types/react/index.d.ts:2827

React.HTMLAttributes.color


optional content?: string

Defined in: node_modules/@types/react/index.d.ts:2813

React.HTMLAttributes.content


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

Defined in: node_modules/@types/react/index.d.ts:2789

React.HTMLAttributes.contentEditable


optional contextMenu?: string

Defined in: node_modules/@types/react/index.d.ts:2790

React.HTMLAttributes.contextMenu


optional dangerouslySetInnerHTML?: object

Defined in: node_modules/@types/react/index.d.ts:2260

__html: string | TrustedHTML

React.HTMLAttributes.dangerouslySetInnerHTML


optional datatype?: string

Defined in: node_modules/@types/react/index.d.ts:2814

React.HTMLAttributes.datatype


optional defaultChecked?: boolean

Defined in: node_modules/@types/react/index.d.ts:2779

React.HTMLAttributes.defaultChecked


optional defaultValue?: string | number | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:2780

React.HTMLAttributes.defaultValue


optional dir?: string

Defined in: node_modules/@types/react/index.d.ts:2791

React.HTMLAttributes.dir


optional draggable?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2792

React.HTMLAttributes.draggable


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

Defined in: node_modules/@types/react/index.d.ts:2793

React.HTMLAttributes.enterKeyHint


optional exportparts?: string

Defined in: node_modules/@types/react/index.d.ts:2860

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

React.HTMLAttributes.exportparts


optional hidden?: boolean

Defined in: node_modules/@types/react/index.d.ts:2794

React.HTMLAttributes.hidden


optional id?: string

Defined in: src/types/common.ts:9

Unique identifier for the component

React.HTMLAttributes.id


optional inert?: boolean

Defined in: node_modules/@types/react/index.d.ts:2846

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

React.HTMLAttributes.inert


optional inlist?: any

Defined in: node_modules/@types/react/index.d.ts:2815

React.HTMLAttributes.inlist


optional inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal"

Defined in: node_modules/@types/react/index.d.ts:2851

Hints at the type of data that might be entered by the user while editing the element or its contents

https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute

React.HTMLAttributes.inputMode


optional is?: string

Defined in: node_modules/@types/react/index.d.ts:2856

Specify that a standard HTML element should behave like a defined custom built-in element

https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is

React.HTMLAttributes.is


optional itemID?: string

Defined in: node_modules/@types/react/index.d.ts:2831

React.HTMLAttributes.itemID


optional itemProp?: string

Defined in: node_modules/@types/react/index.d.ts:2828

React.HTMLAttributes.itemProp


optional itemRef?: string

Defined in: node_modules/@types/react/index.d.ts:2832

React.HTMLAttributes.itemRef


optional itemScope?: boolean

Defined in: node_modules/@types/react/index.d.ts:2829

React.HTMLAttributes.itemScope


optional itemType?: string

Defined in: node_modules/@types/react/index.d.ts:2830

React.HTMLAttributes.itemType


optional lang?: string

Defined in: node_modules/@types/react/index.d.ts:2796

React.HTMLAttributes.lang


optional nonce?: string

Defined in: node_modules/@types/react/index.d.ts:2797

React.HTMLAttributes.nonce


optional onAbort?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2319

React.HTMLAttributes.onAbort


optional onAbortCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2320

React.HTMLAttributes.onAbortCapture


optional onAnimationEnd?: AnimationEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2449

React.HTMLAttributes.onAnimationEnd


optional onAnimationEndCapture?: AnimationEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2450

React.HTMLAttributes.onAnimationEndCapture


optional onAnimationIteration?: AnimationEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2451

React.HTMLAttributes.onAnimationIteration


optional onAnimationIterationCapture?: AnimationEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2452

React.HTMLAttributes.onAnimationIterationCapture


optional onAnimationStart?: AnimationEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2447

React.HTMLAttributes.onAnimationStart


optional onAnimationStartCapture?: AnimationEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2448

React.HTMLAttributes.onAnimationStartCapture


optional onAuxClick?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2365

React.HTMLAttributes.onAuxClick


optional onAuxClickCapture?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2366

React.HTMLAttributes.onAuxClickCapture


optional onBeforeInput?: InputEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2291

React.HTMLAttributes.onBeforeInput


optional onBeforeInputCapture?: InputEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2292

React.HTMLAttributes.onBeforeInputCapture


optional onBeforeToggle?: ToggleEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2456

React.HTMLAttributes.onBeforeToggle


optional onBlur?: FocusEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2285

React.HTMLAttributes.onBlur


optional onBlurCapture?: FocusEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2286

React.HTMLAttributes.onBlurCapture


optional onCanPlay?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2321

React.HTMLAttributes.onCanPlay


optional onCanPlayCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2322

React.HTMLAttributes.onCanPlayCapture


optional onCanPlayThrough?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2323

React.HTMLAttributes.onCanPlayThrough


optional onCanPlayThroughCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2324

React.HTMLAttributes.onCanPlayThroughCapture


optional onChange?: ChangeEventHandler<T, Element>

Defined in: node_modules/@types/react/index.d.ts:2289

React.HTMLAttributes.onChange


optional onChangeCapture?: ChangeEventHandler<T, Element>

Defined in: node_modules/@types/react/index.d.ts:2290

React.HTMLAttributes.onChangeCapture


optional onClick?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2367

React.HTMLAttributes.onClick


optional onClickCapture?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2368

React.HTMLAttributes.onClickCapture


optional onCompositionEnd?: CompositionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2275

React.HTMLAttributes.onCompositionEnd


optional onCompositionEndCapture?: CompositionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2276

React.HTMLAttributes.onCompositionEndCapture


optional onCompositionStart?: CompositionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2277

React.HTMLAttributes.onCompositionStart


optional onCompositionStartCapture?: CompositionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2278

React.HTMLAttributes.onCompositionStartCapture


optional onCompositionUpdate?: CompositionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2279

React.HTMLAttributes.onCompositionUpdate


optional onCompositionUpdateCapture?: CompositionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2280

React.HTMLAttributes.onCompositionUpdateCapture


optional onContextMenu?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2369

React.HTMLAttributes.onContextMenu


optional onContextMenuCapture?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2370

React.HTMLAttributes.onContextMenuCapture


optional onCopy?: ClipboardEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2267

React.HTMLAttributes.onCopy


optional onCopyCapture?: ClipboardEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2268

React.HTMLAttributes.onCopyCapture


optional onCut?: ClipboardEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2269

React.HTMLAttributes.onCut


optional onCutCapture?: ClipboardEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2270

React.HTMLAttributes.onCutCapture


optional onDoubleClick?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2371

React.HTMLAttributes.onDoubleClick


optional onDoubleClickCapture?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2372

React.HTMLAttributes.onDoubleClickCapture


optional onDrag?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2373

React.HTMLAttributes.onDrag


optional onDragCapture?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2374

React.HTMLAttributes.onDragCapture


optional onDragEnd?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2375

React.HTMLAttributes.onDragEnd


optional onDragEndCapture?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2376

React.HTMLAttributes.onDragEndCapture


optional onDragEnter?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2377

React.HTMLAttributes.onDragEnter


optional onDragEnterCapture?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2378

React.HTMLAttributes.onDragEnterCapture


optional onDragExit?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2379

React.HTMLAttributes.onDragExit


optional onDragExitCapture?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2380

React.HTMLAttributes.onDragExitCapture


optional onDragLeave?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2381

React.HTMLAttributes.onDragLeave


optional onDragLeaveCapture?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2382

React.HTMLAttributes.onDragLeaveCapture


optional onDragOver?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2383

React.HTMLAttributes.onDragOver


optional onDragOverCapture?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2384

React.HTMLAttributes.onDragOverCapture


optional onDragStart?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2385

React.HTMLAttributes.onDragStart


optional onDragStartCapture?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2386

React.HTMLAttributes.onDragStartCapture


optional onDrop?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2387

React.HTMLAttributes.onDrop


optional onDropCapture?: DragEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2388

React.HTMLAttributes.onDropCapture


optional onDurationChange?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2325

React.HTMLAttributes.onDurationChange


optional onDurationChangeCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2326

React.HTMLAttributes.onDurationChangeCapture


optional onEmptied?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2327

React.HTMLAttributes.onEmptied


optional onEmptiedCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2328

React.HTMLAttributes.onEmptiedCapture


optional onEncrypted?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2329

React.HTMLAttributes.onEncrypted


optional onEncryptedCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2330

React.HTMLAttributes.onEncryptedCapture


optional onEnded?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2331

React.HTMLAttributes.onEnded


optional onEndedCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2332

React.HTMLAttributes.onEndedCapture


optional onError?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2305

React.HTMLAttributes.onError


optional onErrorCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2306

React.HTMLAttributes.onErrorCapture


optional onFocus?: FocusEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2283

React.HTMLAttributes.onFocus


optional onFocusCapture?: FocusEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2284

React.HTMLAttributes.onFocusCapture


optional onGotPointerCapture?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2431

React.HTMLAttributes.onGotPointerCapture


optional onGotPointerCaptureCapture?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2432

React.HTMLAttributes.onGotPointerCaptureCapture


optional onInput?: InputEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2293

React.HTMLAttributes.onInput


optional onInputCapture?: InputEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2294

React.HTMLAttributes.onInputCapture


optional onInvalid?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2299

React.HTMLAttributes.onInvalid


optional onInvalidCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2300

React.HTMLAttributes.onInvalidCapture


optional onKeyDown?: KeyboardEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2309

React.HTMLAttributes.onKeyDown


optional onKeyDownCapture?: KeyboardEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2310

React.HTMLAttributes.onKeyDownCapture


optional onKeyPress?: KeyboardEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2312

React.HTMLAttributes.onKeyPress


optional onKeyPressCapture?: KeyboardEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2314

React.HTMLAttributes.onKeyPressCapture


optional onKeyUp?: KeyboardEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2315

React.HTMLAttributes.onKeyUp


optional onKeyUpCapture?: KeyboardEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2316

React.HTMLAttributes.onKeyUpCapture


optional onLoad?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2303

React.HTMLAttributes.onLoad


optional onLoadCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2304

React.HTMLAttributes.onLoadCapture


optional onLoadedData?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2333

React.HTMLAttributes.onLoadedData


optional onLoadedDataCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2334

React.HTMLAttributes.onLoadedDataCapture


optional onLoadedMetadata?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2335

React.HTMLAttributes.onLoadedMetadata


optional onLoadedMetadataCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2336

React.HTMLAttributes.onLoadedMetadataCapture


optional onLoadStart?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2337

React.HTMLAttributes.onLoadStart


optional onLoadStartCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2338

React.HTMLAttributes.onLoadStartCapture


optional onLostPointerCapture?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2433

React.HTMLAttributes.onLostPointerCapture


optional onLostPointerCaptureCapture?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2434

React.HTMLAttributes.onLostPointerCaptureCapture


optional onMouseDown?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2389

React.HTMLAttributes.onMouseDown


optional onMouseDownCapture?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2390

React.HTMLAttributes.onMouseDownCapture


optional onMouseEnter?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2391

React.HTMLAttributes.onMouseEnter


optional onMouseLeave?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2392

React.HTMLAttributes.onMouseLeave


optional onMouseMove?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2393

React.HTMLAttributes.onMouseMove


optional onMouseMoveCapture?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2394

React.HTMLAttributes.onMouseMoveCapture


optional onMouseOut?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2395

React.HTMLAttributes.onMouseOut


optional onMouseOutCapture?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2396

React.HTMLAttributes.onMouseOutCapture


optional onMouseOver?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2397

React.HTMLAttributes.onMouseOver


optional onMouseOverCapture?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2398

React.HTMLAttributes.onMouseOverCapture


optional onMouseUp?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2399

React.HTMLAttributes.onMouseUp


optional onMouseUpCapture?: MouseEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2400

React.HTMLAttributes.onMouseUpCapture


optional onPaste?: ClipboardEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2271

React.HTMLAttributes.onPaste


optional onPasteCapture?: ClipboardEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2272

React.HTMLAttributes.onPasteCapture


optional onPause?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2339

React.HTMLAttributes.onPause


optional onPauseCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2340

React.HTMLAttributes.onPauseCapture


optional onPlay?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2341

React.HTMLAttributes.onPlay


optional onPlayCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2342

React.HTMLAttributes.onPlayCapture


optional onPlaying?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2343

React.HTMLAttributes.onPlaying


optional onPlayingCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2344

React.HTMLAttributes.onPlayingCapture


optional onPointerCancel?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2423

React.HTMLAttributes.onPointerCancel


optional onPointerCancelCapture?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2424

React.HTMLAttributes.onPointerCancelCapture


optional onPointerDown?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2417

React.HTMLAttributes.onPointerDown


optional onPointerDownCapture?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2418

React.HTMLAttributes.onPointerDownCapture


optional onPointerEnter?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2425

React.HTMLAttributes.onPointerEnter


optional onPointerLeave?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2426

React.HTMLAttributes.onPointerLeave


optional onPointerMove?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2419

React.HTMLAttributes.onPointerMove


optional onPointerMoveCapture?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2420

React.HTMLAttributes.onPointerMoveCapture


optional onPointerOut?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2429

React.HTMLAttributes.onPointerOut


optional onPointerOutCapture?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2430

React.HTMLAttributes.onPointerOutCapture


optional onPointerOver?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2427

React.HTMLAttributes.onPointerOver


optional onPointerOverCapture?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2428

React.HTMLAttributes.onPointerOverCapture


optional onPointerUp?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2421

React.HTMLAttributes.onPointerUp


optional onPointerUpCapture?: PointerEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2422

React.HTMLAttributes.onPointerUpCapture


optional onProgress?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2345

React.HTMLAttributes.onProgress


optional onProgressCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2346

React.HTMLAttributes.onProgressCapture


optional onRateChange?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2347

React.HTMLAttributes.onRateChange


optional onRateChangeCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2348

React.HTMLAttributes.onRateChangeCapture


optional onReset?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2295

React.HTMLAttributes.onReset


optional onResetCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2296

React.HTMLAttributes.onResetCapture


optional onScroll?: UIEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2437

React.HTMLAttributes.onScroll


optional onScrollCapture?: UIEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2438

React.HTMLAttributes.onScrollCapture


optional onScrollEnd?: UIEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2439

React.HTMLAttributes.onScrollEnd


optional onScrollEndCapture?: UIEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2440

React.HTMLAttributes.onScrollEndCapture


optional onSeeked?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2349

React.HTMLAttributes.onSeeked


optional onSeekedCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2350

React.HTMLAttributes.onSeekedCapture


optional onSeeking?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2351

React.HTMLAttributes.onSeeking


optional onSeekingCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2352

React.HTMLAttributes.onSeekingCapture


optional onSelect?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2403

React.HTMLAttributes.onSelect


optional onSelectCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2404

React.HTMLAttributes.onSelectCapture


optional onStalled?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2353

React.HTMLAttributes.onStalled


optional onStalledCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2354

React.HTMLAttributes.onStalledCapture


optional onSubmit?: SubmitEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2297

React.HTMLAttributes.onSubmit


optional onSubmitCapture?: SubmitEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2298

React.HTMLAttributes.onSubmitCapture


optional onSuspend?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2355

React.HTMLAttributes.onSuspend


optional onSuspendCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2356

React.HTMLAttributes.onSuspendCapture


optional onTimeUpdate?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2357

React.HTMLAttributes.onTimeUpdate


optional onTimeUpdateCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2358

React.HTMLAttributes.onTimeUpdateCapture


optional onToggle?: ToggleEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2455

React.HTMLAttributes.onToggle


optional onTouchCancel?: TouchEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2407

React.HTMLAttributes.onTouchCancel


optional onTouchCancelCapture?: TouchEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2408

React.HTMLAttributes.onTouchCancelCapture


optional onTouchEnd?: TouchEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2409

React.HTMLAttributes.onTouchEnd


optional onTouchEndCapture?: TouchEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2410

React.HTMLAttributes.onTouchEndCapture


optional onTouchMove?: TouchEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2411

React.HTMLAttributes.onTouchMove


optional onTouchMoveCapture?: TouchEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2412

React.HTMLAttributes.onTouchMoveCapture


optional onTouchStart?: TouchEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2413

React.HTMLAttributes.onTouchStart


optional onTouchStartCapture?: TouchEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2414

React.HTMLAttributes.onTouchStartCapture


optional onTransitionCancel?: TransitionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2459

React.HTMLAttributes.onTransitionCancel


optional onTransitionCancelCapture?: TransitionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2460

React.HTMLAttributes.onTransitionCancelCapture


optional onTransitionEnd?: TransitionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2461

React.HTMLAttributes.onTransitionEnd


optional onTransitionEndCapture?: TransitionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2462

React.HTMLAttributes.onTransitionEndCapture


optional onTransitionRun?: TransitionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2463

React.HTMLAttributes.onTransitionRun


optional onTransitionRunCapture?: TransitionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2464

React.HTMLAttributes.onTransitionRunCapture


optional onTransitionStart?: TransitionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2465

React.HTMLAttributes.onTransitionStart


optional onTransitionStartCapture?: TransitionEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2466

React.HTMLAttributes.onTransitionStartCapture


optional onVolumeChange?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2359

React.HTMLAttributes.onVolumeChange


optional onVolumeChangeCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2360

React.HTMLAttributes.onVolumeChangeCapture


optional onWaiting?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2361

React.HTMLAttributes.onWaiting


optional onWaitingCapture?: ReactEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2362

React.HTMLAttributes.onWaitingCapture


optional onWheel?: WheelEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2443

React.HTMLAttributes.onWheel


optional onWheelCapture?: WheelEventHandler<T>

Defined in: node_modules/@types/react/index.d.ts:2444

React.HTMLAttributes.onWheelCapture


optional part?: string

Defined in: node_modules/@types/react/index.d.ts:2864

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

React.HTMLAttributes.part


optional popover?: "" | "auto" | "manual" | "hint"

Defined in: node_modules/@types/react/index.d.ts:2838

React.HTMLAttributes.popover


optional popoverTarget?: string

Defined in: node_modules/@types/react/index.d.ts:2840

React.HTMLAttributes.popoverTarget


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

Defined in: node_modules/@types/react/index.d.ts:2839

React.HTMLAttributes.popoverTargetAction


optional prefix?: string

Defined in: node_modules/@types/react/index.d.ts:2816

React.HTMLAttributes.prefix


optional property?: string

Defined in: node_modules/@types/react/index.d.ts:2817

React.HTMLAttributes.property


optional radioGroup?: string

Defined in: node_modules/@types/react/index.d.ts:2806

React.HTMLAttributes.radioGroup


optional ref?: Ref<T>

Defined in: src/types/common.ts:20


optional rel?: string

Defined in: node_modules/@types/react/index.d.ts:2818

React.HTMLAttributes.rel


optional resource?: string

Defined in: node_modules/@types/react/index.d.ts:2819

React.HTMLAttributes.resource


optional results?: number

Defined in: node_modules/@types/react/index.d.ts:2833

React.HTMLAttributes.results


optional rev?: string

Defined in: node_modules/@types/react/index.d.ts:2820

React.HTMLAttributes.rev


optional role?: AriaRole

Defined in: node_modules/@types/react/index.d.ts:2809

React.HTMLAttributes.role


optional security?: string

Defined in: node_modules/@types/react/index.d.ts:2834

React.HTMLAttributes.security


optional slot?: string

Defined in: node_modules/@types/react/index.d.ts:2798

React.HTMLAttributes.slot


optional spellCheck?: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2799

React.HTMLAttributes.spellCheck


optional style?: CSSProperties

Defined in: src/types/common.ts:18

Custom inline styles

React.HTMLAttributes.style


optional suppressContentEditableWarning?: boolean

Defined in: node_modules/@types/react/index.d.ts:2781

React.HTMLAttributes.suppressContentEditableWarning


optional suppressHydrationWarning?: boolean

Defined in: node_modules/@types/react/index.d.ts:2782

React.HTMLAttributes.suppressHydrationWarning


optional tabIndex?: number

Defined in: node_modules/@types/react/index.d.ts:2801

React.HTMLAttributes.tabIndex


optional testId?: string

Defined in: src/types/common.ts:15

Test identifier for automated testing


optional title?: string

Defined in: node_modules/@types/react/index.d.ts:2802

React.HTMLAttributes.title


optional translate?: "yes" | "no"

Defined in: node_modules/@types/react/index.d.ts:2803

React.HTMLAttributes.translate


optional typeof?: string

Defined in: node_modules/@types/react/index.d.ts:2821

React.HTMLAttributes.typeof


optional unselectable?: "off" | "on"

Defined in: node_modules/@types/react/index.d.ts:2835

React.HTMLAttributes.unselectable


optional vocab?: string

Defined in: node_modules/@types/react/index.d.ts:2822

React.HTMLAttributes.vocab