Skip to content
Entangle UI v0.13.0

DrawerBodyBaseProps

Defined in: src/components/feedback/Drawer/Drawer.types.ts:52

optional about?: string

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

CardBodyBaseProps.about


optional accessKey?: string

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

CardBodyBaseProps.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.aria-brailleroledescription


optional aria-busy?: Booleanish

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

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.aria-live


optional aria-modal?: Booleanish

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

Indicates whether an element is modal when displayed.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.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.

BaseComponent.aria-valuetext


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

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

CardBodyBaseProps.autoCapitalize


optional autoCorrect?: string

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

CardBodyBaseProps.autoCorrect


optional autoFocus?: boolean

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

CardBodyBaseProps.autoFocus


optional autoSave?: string

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

CardBodyBaseProps.autoSave


children: ReactNode

Defined in: src/components/feedback/Drawer/Drawer.types.ts:53

BaseComponent.children


optional className?: string

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

Additional CSS class names

BaseComponent.className


optional color?: string

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

CardBodyBaseProps.color


optional content?: string

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

CardBodyBaseProps.content


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

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

CardBodyBaseProps.contentEditable


optional contextMenu?: string

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

CardBodyBaseProps.contextMenu


optional dangerouslySetInnerHTML?: object

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

__html: string | TrustedHTML

BaseComponent.dangerouslySetInnerHTML


optional datatype?: string

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

CardBodyBaseProps.datatype


optional defaultChecked?: boolean

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

CardBodyBaseProps.defaultChecked


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

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

CardBodyBaseProps.defaultValue


optional dir?: string

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

CardBodyBaseProps.dir


optional draggable?: Booleanish

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

CardBodyBaseProps.draggable


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

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

CardBodyBaseProps.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

CardBodyBaseProps.exportparts


optional hidden?: boolean

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

CardBodyBaseProps.hidden


optional id?: string

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

Unique identifier for the component

BaseComponent.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

CardBodyBaseProps.inert


optional inlist?: any

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

CardBodyBaseProps.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

CardBodyBaseProps.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

CardBodyBaseProps.is


optional itemID?: string

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

CardBodyBaseProps.itemID


optional itemProp?: string

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

CardBodyBaseProps.itemProp


optional itemRef?: string

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

CardBodyBaseProps.itemRef


optional itemScope?: boolean

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

CardBodyBaseProps.itemScope


optional itemType?: string

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

CardBodyBaseProps.itemType


optional lang?: string

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

CardBodyBaseProps.lang


optional nonce?: string

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

CardBodyBaseProps.nonce


optional onAbort?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onAbort


optional onAbortCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onAbortCapture


optional onAnimationEnd?: AnimationEventHandler<HTMLDivElement>

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

BaseComponent.onAnimationEnd


optional onAnimationEndCapture?: AnimationEventHandler<HTMLDivElement>

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

BaseComponent.onAnimationEndCapture


optional onAnimationIteration?: AnimationEventHandler<HTMLDivElement>

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

BaseComponent.onAnimationIteration


optional onAnimationIterationCapture?: AnimationEventHandler<HTMLDivElement>

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

BaseComponent.onAnimationIterationCapture


optional onAnimationStart?: AnimationEventHandler<HTMLDivElement>

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

BaseComponent.onAnimationStart


optional onAnimationStartCapture?: AnimationEventHandler<HTMLDivElement>

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

BaseComponent.onAnimationStartCapture


optional onAuxClick?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onAuxClick


optional onAuxClickCapture?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onAuxClickCapture


optional onBeforeInput?: InputEventHandler<HTMLDivElement>

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

BaseComponent.onBeforeInput


optional onBeforeInputCapture?: InputEventHandler<HTMLDivElement>

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

BaseComponent.onBeforeInputCapture


optional onBeforeToggle?: ToggleEventHandler<HTMLDivElement>

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

BaseComponent.onBeforeToggle


optional onBlur?: FocusEventHandler<HTMLDivElement>

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

BaseComponent.onBlur


optional onBlurCapture?: FocusEventHandler<HTMLDivElement>

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

BaseComponent.onBlurCapture


optional onCanPlay?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onCanPlay


optional onCanPlayCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onCanPlayCapture


optional onCanPlayThrough?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onCanPlayThrough


optional onCanPlayThroughCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onCanPlayThroughCapture


optional onChange?: ChangeEventHandler<HTMLDivElement, Element>

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

BaseComponent.onChange


optional onChangeCapture?: ChangeEventHandler<HTMLDivElement, Element>

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

BaseComponent.onChangeCapture


optional onClick?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onClick


optional onClickCapture?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onClickCapture


optional onCompositionEnd?: CompositionEventHandler<HTMLDivElement>

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

BaseComponent.onCompositionEnd


optional onCompositionEndCapture?: CompositionEventHandler<HTMLDivElement>

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

BaseComponent.onCompositionEndCapture


optional onCompositionStart?: CompositionEventHandler<HTMLDivElement>

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

BaseComponent.onCompositionStart


optional onCompositionStartCapture?: CompositionEventHandler<HTMLDivElement>

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

BaseComponent.onCompositionStartCapture


optional onCompositionUpdate?: CompositionEventHandler<HTMLDivElement>

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

BaseComponent.onCompositionUpdate


optional onCompositionUpdateCapture?: CompositionEventHandler<HTMLDivElement>

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

BaseComponent.onCompositionUpdateCapture


optional onContextMenu?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onContextMenu


optional onContextMenuCapture?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onContextMenuCapture


optional onCopy?: ClipboardEventHandler<HTMLDivElement>

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

BaseComponent.onCopy


optional onCopyCapture?: ClipboardEventHandler<HTMLDivElement>

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

BaseComponent.onCopyCapture


optional onCut?: ClipboardEventHandler<HTMLDivElement>

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

BaseComponent.onCut


optional onCutCapture?: ClipboardEventHandler<HTMLDivElement>

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

BaseComponent.onCutCapture


optional onDoubleClick?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onDoubleClick


optional onDoubleClickCapture?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onDoubleClickCapture


optional onDrag?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDrag


optional onDragCapture?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragCapture


optional onDragEnd?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragEnd


optional onDragEndCapture?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragEndCapture


optional onDragEnter?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragEnter


optional onDragEnterCapture?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragEnterCapture


optional onDragExit?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragExit


optional onDragExitCapture?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragExitCapture


optional onDragLeave?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragLeave


optional onDragLeaveCapture?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragLeaveCapture


optional onDragOver?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragOver


optional onDragOverCapture?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragOverCapture


optional onDragStart?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragStart


optional onDragStartCapture?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDragStartCapture


optional onDrop?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDrop


optional onDropCapture?: DragEventHandler<HTMLDivElement>

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

BaseComponent.onDropCapture


optional onDurationChange?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onDurationChange


optional onDurationChangeCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onDurationChangeCapture


optional onEmptied?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onEmptied


optional onEmptiedCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onEmptiedCapture


optional onEncrypted?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onEncrypted


optional onEncryptedCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onEncryptedCapture


optional onEnded?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onEnded


optional onEndedCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onEndedCapture


optional onError?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onError


optional onErrorCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onErrorCapture


optional onFocus?: FocusEventHandler<HTMLDivElement>

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

BaseComponent.onFocus


optional onFocusCapture?: FocusEventHandler<HTMLDivElement>

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

BaseComponent.onFocusCapture


optional onGotPointerCapture?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onGotPointerCapture


optional onGotPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onGotPointerCaptureCapture


optional onInput?: InputEventHandler<HTMLDivElement>

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

BaseComponent.onInput


optional onInputCapture?: InputEventHandler<HTMLDivElement>

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

BaseComponent.onInputCapture


optional onInvalid?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onInvalid


optional onInvalidCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onInvalidCapture


optional onKeyDown?: KeyboardEventHandler<HTMLDivElement>

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

BaseComponent.onKeyDown


optional onKeyDownCapture?: KeyboardEventHandler<HTMLDivElement>

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

BaseComponent.onKeyDownCapture


optional onKeyPress?: KeyboardEventHandler<HTMLDivElement>

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

BaseComponent.onKeyPress


optional onKeyPressCapture?: KeyboardEventHandler<HTMLDivElement>

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

BaseComponent.onKeyPressCapture


optional onKeyUp?: KeyboardEventHandler<HTMLDivElement>

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

BaseComponent.onKeyUp


optional onKeyUpCapture?: KeyboardEventHandler<HTMLDivElement>

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

BaseComponent.onKeyUpCapture


optional onLoad?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onLoad


optional onLoadCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onLoadCapture


optional onLoadedData?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onLoadedData


optional onLoadedDataCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onLoadedDataCapture


optional onLoadedMetadata?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onLoadedMetadata


optional onLoadedMetadataCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onLoadedMetadataCapture


optional onLoadStart?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onLoadStart


optional onLoadStartCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onLoadStartCapture


optional onLostPointerCapture?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onLostPointerCapture


optional onLostPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onLostPointerCaptureCapture


optional onMouseDown?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onMouseDown


optional onMouseDownCapture?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onMouseDownCapture


optional onMouseEnter?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onMouseEnter


optional onMouseLeave?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onMouseLeave


optional onMouseMove?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onMouseMove


optional onMouseMoveCapture?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onMouseMoveCapture


optional onMouseOut?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onMouseOut


optional onMouseOutCapture?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onMouseOutCapture


optional onMouseOver?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onMouseOver


optional onMouseOverCapture?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onMouseOverCapture


optional onMouseUp?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onMouseUp


optional onMouseUpCapture?: MouseEventHandler<HTMLDivElement>

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

BaseComponent.onMouseUpCapture


optional onPaste?: ClipboardEventHandler<HTMLDivElement>

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

BaseComponent.onPaste


optional onPasteCapture?: ClipboardEventHandler<HTMLDivElement>

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

BaseComponent.onPasteCapture


optional onPause?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onPause


optional onPauseCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onPauseCapture


optional onPlay?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onPlay


optional onPlayCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onPlayCapture


optional onPlaying?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onPlaying


optional onPlayingCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onPlayingCapture


optional onPointerCancel?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerCancel


optional onPointerCancelCapture?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerCancelCapture


optional onPointerDown?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerDown


optional onPointerDownCapture?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerDownCapture


optional onPointerEnter?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerEnter


optional onPointerLeave?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerLeave


optional onPointerMove?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerMove


optional onPointerMoveCapture?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerMoveCapture


optional onPointerOut?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerOut


optional onPointerOutCapture?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerOutCapture


optional onPointerOver?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerOver


optional onPointerOverCapture?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerOverCapture


optional onPointerUp?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerUp


optional onPointerUpCapture?: PointerEventHandler<HTMLDivElement>

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

BaseComponent.onPointerUpCapture


optional onProgress?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onProgress


optional onProgressCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onProgressCapture


optional onRateChange?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onRateChange


optional onRateChangeCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onRateChangeCapture


optional onReset?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onReset


optional onResetCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onResetCapture


optional onScroll?: UIEventHandler<HTMLDivElement>

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

BaseComponent.onScroll


optional onScrollCapture?: UIEventHandler<HTMLDivElement>

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

BaseComponent.onScrollCapture


optional onScrollEnd?: UIEventHandler<HTMLDivElement>

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

BaseComponent.onScrollEnd


optional onScrollEndCapture?: UIEventHandler<HTMLDivElement>

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

BaseComponent.onScrollEndCapture


optional onSeeked?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onSeeked


optional onSeekedCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onSeekedCapture


optional onSeeking?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onSeeking


optional onSeekingCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onSeekingCapture


optional onSelect?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onSelect


optional onSelectCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onSelectCapture


optional onStalled?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onStalled


optional onStalledCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onStalledCapture


optional onSubmit?: SubmitEventHandler<HTMLDivElement>

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

BaseComponent.onSubmit


optional onSubmitCapture?: SubmitEventHandler<HTMLDivElement>

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

BaseComponent.onSubmitCapture


optional onSuspend?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onSuspend


optional onSuspendCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onSuspendCapture


optional onTimeUpdate?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onTimeUpdate


optional onTimeUpdateCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onTimeUpdateCapture


optional onToggle?: ToggleEventHandler<HTMLDivElement>

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

BaseComponent.onToggle


optional onTouchCancel?: TouchEventHandler<HTMLDivElement>

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

BaseComponent.onTouchCancel


optional onTouchCancelCapture?: TouchEventHandler<HTMLDivElement>

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

BaseComponent.onTouchCancelCapture


optional onTouchEnd?: TouchEventHandler<HTMLDivElement>

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

BaseComponent.onTouchEnd


optional onTouchEndCapture?: TouchEventHandler<HTMLDivElement>

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

BaseComponent.onTouchEndCapture


optional onTouchMove?: TouchEventHandler<HTMLDivElement>

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

BaseComponent.onTouchMove


optional onTouchMoveCapture?: TouchEventHandler<HTMLDivElement>

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

BaseComponent.onTouchMoveCapture


optional onTouchStart?: TouchEventHandler<HTMLDivElement>

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

BaseComponent.onTouchStart


optional onTouchStartCapture?: TouchEventHandler<HTMLDivElement>

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

BaseComponent.onTouchStartCapture


optional onTransitionCancel?: TransitionEventHandler<HTMLDivElement>

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

BaseComponent.onTransitionCancel


optional onTransitionCancelCapture?: TransitionEventHandler<HTMLDivElement>

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

BaseComponent.onTransitionCancelCapture


optional onTransitionEnd?: TransitionEventHandler<HTMLDivElement>

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

BaseComponent.onTransitionEnd


optional onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement>

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

BaseComponent.onTransitionEndCapture


optional onTransitionRun?: TransitionEventHandler<HTMLDivElement>

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

BaseComponent.onTransitionRun


optional onTransitionRunCapture?: TransitionEventHandler<HTMLDivElement>

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

BaseComponent.onTransitionRunCapture


optional onTransitionStart?: TransitionEventHandler<HTMLDivElement>

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

BaseComponent.onTransitionStart


optional onTransitionStartCapture?: TransitionEventHandler<HTMLDivElement>

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

BaseComponent.onTransitionStartCapture


optional onVolumeChange?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onVolumeChange


optional onVolumeChangeCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onVolumeChangeCapture


optional onWaiting?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onWaiting


optional onWaitingCapture?: ReactEventHandler<HTMLDivElement>

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

BaseComponent.onWaitingCapture


optional onWheel?: WheelEventHandler<HTMLDivElement>

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

BaseComponent.onWheel


optional onWheelCapture?: WheelEventHandler<HTMLDivElement>

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

BaseComponent.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

CardBodyBaseProps.part


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

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

CardBodyBaseProps.popover


optional popoverTarget?: string

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

CardBodyBaseProps.popoverTarget


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

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

CardBodyBaseProps.popoverTargetAction


optional prefix?: string

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

CardBodyBaseProps.prefix


optional property?: string

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

CardBodyBaseProps.property


optional radioGroup?: string

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

CardBodyBaseProps.radioGroup


optional ref?: Ref<HTMLDivElement>

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

BaseComponent.ref


optional rel?: string

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

CardBodyBaseProps.rel


optional resource?: string

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

CardBodyBaseProps.resource


optional results?: number

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

CardBodyBaseProps.results


optional rev?: string

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

CardBodyBaseProps.rev


optional role?: AriaRole

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

CardBodyBaseProps.role


optional security?: string

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

CardBodyBaseProps.security


optional slot?: string

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

CardBodyBaseProps.slot


optional spellCheck?: Booleanish

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

CardBodyBaseProps.spellCheck


optional style?: CSSProperties

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

Custom inline styles

BaseComponent.style


optional suppressContentEditableWarning?: boolean

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

CardBodyBaseProps.suppressContentEditableWarning


optional suppressHydrationWarning?: boolean

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

CardBodyBaseProps.suppressHydrationWarning


optional tabIndex?: number

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

CardBodyBaseProps.tabIndex


optional testId?: string

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

Test identifier for automated testing

BaseComponent.testId


optional title?: string

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

CardBodyBaseProps.title


optional translate?: "yes" | "no"

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

CardBodyBaseProps.translate


optional typeof?: string

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

CardBodyBaseProps.typeof


optional unselectable?: "off" | "on"

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

CardBodyBaseProps.unselectable


optional vocab?: string

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

CardBodyBaseProps.vocab