DrawerBaseProps
Defined in: src/components/feedback/Drawer/Drawer.types.ts:10
Extends
Properties
about?
optionalabout:string
Defined in: node_modules/@types/react/index.d.ts:2812
Inherited from
accessKey?
optionalaccessKey:string
Defined in: node_modules/@types/react/index.d.ts:2785
Inherited from
anchor?
optionalanchor:DrawerAnchor
Defined in: src/components/feedback/Drawer/Drawer.types.ts:16
Edge from which the drawer enters.
Default
"right"aria-activedescendant?
optionalaria-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.
Inherited from
BaseComponent.aria-activedescendant
aria-atomic?
optionalaria-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.
Inherited from
aria-autocomplete?
optionalaria-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.
Inherited from
BaseComponent.aria-autocomplete
aria-braillelabel?
optionalaria-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.
See
aria-label.
Inherited from
BaseComponent.aria-braillelabel
aria-brailleroledescription?
optionalaria-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.
See
aria-roledescription.
Inherited from
BaseComponent.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2502
Inherited from
aria-checked?
optionalaria-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.
See
- aria-pressed
- aria-selected.
Inherited from
aria-colcount?
optionalaria-colcount:number
Defined in: node_modules/@types/react/index.d.ts:2512
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
aria-colindex?
optionalaria-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.
See
- aria-colcount
- aria-colspan.
Inherited from
aria-colindextext?
optionalaria-colindextext:string
Defined in: node_modules/@types/react/index.d.ts:2522
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
BaseComponent.aria-colindextext
aria-colspan?
optionalaria-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.
See
- aria-colindex
- aria-rowspan.
Inherited from
aria-controls?
optionalaria-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.
See
aria-owns.
Inherited from
aria-current?
optionalaria-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.
Inherited from
aria-describedby?
optionalaria-describedby:string
Defined in: node_modules/@types/react/index.d.ts:2539
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
BaseComponent.aria-describedby
aria-description?
optionalaria-description:string
Defined in: node_modules/@types/react/index.d.ts:2544
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
BaseComponent.aria-description
aria-details?
optionalaria-details:string
Defined in: node_modules/@types/react/index.d.ts:2549
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
aria-disabled?
optionalaria-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.
See
- aria-hidden
- aria-readonly.
Inherited from
aria-dropeffect?
optionalaria-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.
Inherited from
aria-errormessage?
optionalaria-errormessage:string
Defined in: node_modules/@types/react/index.d.ts:2564
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
BaseComponent.aria-errormessage
aria-expanded?
optionalaria-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.
Inherited from
aria-flowto?
optionalaria-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.
Inherited from
aria-grabbed?
optionalaria-grabbed:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2576
Indicates an element’s “grabbed” state in a drag-and-drop operation.
Inherited from
aria-haspopup?
optionalaria-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.
Inherited from
aria-hidden?
optionalaria-hidden:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2583
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
aria-invalid?
optionalaria-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.
See
aria-errormessage.
Inherited from
aria-keyshortcuts?
optionalaria-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.
Inherited from
BaseComponent.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defined in: node_modules/@types/react/index.d.ts:2595
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
aria-labelledby?
optionalaria-labelledby:string
Defined in: node_modules/@types/react/index.d.ts:2600
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
aria-level?
optionalaria-level:number
Defined in: node_modules/@types/react/index.d.ts:2602
Defines the hierarchical level of an element within a structure.
Inherited from
aria-live?
optionalaria-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.
Inherited from
aria-modal?
optionalaria-modal:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2606
Indicates whether an element is modal when displayed.
Inherited from
aria-multiline?
optionalaria-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.
Inherited from
aria-multiselectable?
optionalaria-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.
Inherited from
BaseComponent.aria-multiselectable
aria-orientation?
optionalaria-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.
Inherited from
BaseComponent.aria-orientation
aria-owns?
optionalaria-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.
See
aria-controls.
Inherited from
aria-placeholder?
optionalaria-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.
Inherited from
BaseComponent.aria-placeholder
aria-posinset?
optionalaria-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.
See
aria-setsize.
Inherited from
aria-pressed?
optionalaria-pressed:boolean|"mixed"|"false"|"true"
Defined in: node_modules/@types/react/index.d.ts:2633
Indicates the current “pressed” state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
aria-readonly?
optionalaria-readonly:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2638
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
aria-relevant?
optionalaria-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.
See
aria-atomic.
Inherited from
aria-required?
optionalaria-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.
Inherited from
aria-roledescription?
optionalaria-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.
Inherited from
BaseComponent.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defined in: node_modules/@types/react/index.d.ts:2663
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
aria-rowindex?
optionalaria-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.
See
- aria-rowcount
- aria-rowspan.
Inherited from
aria-rowindextext?
optionalaria-rowindextext:string
Defined in: node_modules/@types/react/index.d.ts:2673
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
BaseComponent.aria-rowindextext
aria-rowspan?
optionalaria-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.
See
- aria-rowindex
- aria-colspan.
Inherited from
aria-selected?
optionalaria-selected:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2683
Indicates the current “selected” state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
aria-setsize?
optionalaria-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.
See
aria-posinset.
Inherited from
aria-sort?
optionalaria-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.
Inherited from
aria-valuemax?
optionalaria-valuemax:number
Defined in: node_modules/@types/react/index.d.ts:2692
Defines the maximum allowed value for a range widget.
Inherited from
aria-valuemin?
optionalaria-valuemin:number
Defined in: node_modules/@types/react/index.d.ts:2694
Defines the minimum allowed value for a range widget.
Inherited from
aria-valuenow?
optionalaria-valuenow:number
Defined in: node_modules/@types/react/index.d.ts:2699
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
aria-valuetext?
optionalaria-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.
Inherited from
autoCapitalize?
optionalautoCapitalize:"none"|string&object|"off"|"on"|"sentences"|"words"|"characters"
Defined in: node_modules/@types/react/index.d.ts:2786
Inherited from
CardBodyBaseProps.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2825
Inherited from
autoFocus?
optionalautoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2787
Inherited from
autoSave?
optionalautoSave:string
Defined in: node_modules/@types/react/index.d.ts:2826
Inherited from
children
children:
ReactNode
Defined in: src/components/feedback/Drawer/Drawer.types.ts:36
Drawer content (typically Drawer.Header/Body/Footer).
Overrides
className?
optionalclassName:string
Defined in: src/types/common.ts:12
Additional CSS class names
Inherited from
closeOnEscape?
optionalcloseOnEscape:boolean
Defined in: src/components/feedback/Drawer/Drawer.types.ts:24
Close on Escape.
Default
truecloseOnOverlayClick?
optionalcloseOnOverlayClick:boolean
Defined in: src/components/feedback/Drawer/Drawer.types.ts:22
Close when the overlay is clicked. Only applies when modal.
Default
truecolor?
optionalcolor:string
Defined in: node_modules/@types/react/index.d.ts:2827
Inherited from
content?
optionalcontent:string
Defined in: node_modules/@types/react/index.d.ts:2813
Inherited from
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2789
Inherited from
CardBodyBaseProps.contentEditable
contextMenu?
optionalcontextMenu:string
Defined in: node_modules/@types/react/index.d.ts:2790
Inherited from
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
Defined in: node_modules/@types/react/index.d.ts:2260
__html
__html:
string|TrustedHTML
Inherited from
BaseComponent.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Defined in: node_modules/@types/react/index.d.ts:2814
Inherited from
defaultChecked?
optionaldefaultChecked:boolean
Defined in: node_modules/@types/react/index.d.ts:2779
Inherited from
CardBodyBaseProps.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:2780
Inherited from
CardBodyBaseProps.defaultValue
description?
optionaldescription:string
Defined in: src/components/feedback/Drawer/Drawer.types.ts:34
Used as aria-describedby reference.
dir?
optionaldir:string
Defined in: node_modules/@types/react/index.d.ts:2791
Inherited from
draggable?
optionaldraggable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2792
Inherited from
enterKeyHint?
optionalenterKeyHint:"search"|"next"|"enter"|"done"|"go"|"previous"|"send"
Defined in: node_modules/@types/react/index.d.ts:2793
Inherited from
CardBodyBaseProps.enterKeyHint
exportparts?
optionalexportparts:string
Defined in: node_modules/@types/react/index.d.ts:2860
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
hidden?
optionalhidden:boolean
Defined in: node_modules/@types/react/index.d.ts:2794
Inherited from
id?
optionalid:string
Defined in: src/types/common.ts:9
Unique identifier for the component
Inherited from
inert?
optionalinert:boolean
Defined in: node_modules/@types/react/index.d.ts:2846
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
initialFocusRef?
optionalinitialFocusRef:RefObject<HTMLElement|null>
Defined in: src/components/feedback/Drawer/Drawer.types.ts:28
Element to focus on open.
inlist?
optionalinlist:any
Defined in: node_modules/@types/react/index.d.ts:2815
Inherited from
inputMode?
optionalinputMode:"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
See
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from
is?
optionalis: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
See
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
itemID?
optionalitemID:string
Defined in: node_modules/@types/react/index.d.ts:2831
Inherited from
itemProp?
optionalitemProp:string
Defined in: node_modules/@types/react/index.d.ts:2828
Inherited from
itemRef?
optionalitemRef:string
Defined in: node_modules/@types/react/index.d.ts:2832
Inherited from
itemScope?
optionalitemScope:boolean
Defined in: node_modules/@types/react/index.d.ts:2829
Inherited from
itemType?
optionalitemType:string
Defined in: node_modules/@types/react/index.d.ts:2830
Inherited from
lang?
optionallang:string
Defined in: node_modules/@types/react/index.d.ts:2796
Inherited from
modal?
optionalmodal:boolean
Defined in: src/components/feedback/Drawer/Drawer.types.ts:20
Modal mode renders a backdrop and traps focus.
Default
truenonce?
optionalnonce:string
Defined in: node_modules/@types/react/index.d.ts:2797
Inherited from
onAbort?
optionalonAbort:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2319
Inherited from
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2320
Inherited from
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2449
Inherited from
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2450
Inherited from
BaseComponent.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2451
Inherited from
BaseComponent.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2452
Inherited from
BaseComponent.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2447
Inherited from
BaseComponent.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2448
Inherited from
BaseComponent.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2366
Inherited from
BaseComponent.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
onBeforeInputCapture?
optionalonBeforeInputCapture:InputEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
BaseComponent.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2456
Inherited from
onBlur?
optionalonBlur:FocusEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2285
Inherited from
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2321
Inherited from
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2322
Inherited from
BaseComponent.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
BaseComponent.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
BaseComponent.onCanPlayThroughCapture
onChange?
optionalonChange:ChangeEventHandler<HTMLDivElement,Element>
Defined in: node_modules/@types/react/index.d.ts:2289
Inherited from
onChangeCapture?
optionalonChangeCapture:ChangeEventHandler<HTMLDivElement,Element>
Defined in: node_modules/@types/react/index.d.ts:2290
Inherited from
onClick?
optionalonClick:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2367
Inherited from
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2368
Inherited from
onClose()
onClose: () =>
void
Defined in: src/components/feedback/Drawer/Drawer.types.ts:14
Called when the drawer requests close (overlay click, Escape, close button).
Returns
void
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
BaseComponent.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
BaseComponent.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
BaseComponent.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2278
Inherited from
BaseComponent.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2279
Inherited from
BaseComponent.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
BaseComponent.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2369
Inherited from
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2370
Inherited from
BaseComponent.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2268
Inherited from
onCut?
optionalonCut:ClipboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2269
Inherited from
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2270
Inherited from
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2371
Inherited from
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2372
Inherited from
BaseComponent.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2373
Inherited from
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2374
Inherited from
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2375
Inherited from
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2376
Inherited from
BaseComponent.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2377
Inherited from
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2378
Inherited from
BaseComponent.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2379
Inherited from
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2380
Inherited from
BaseComponent.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2381
Inherited from
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2382
Inherited from
BaseComponent.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2383
Inherited from
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2384
Inherited from
BaseComponent.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2385
Inherited from
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2386
Inherited from
BaseComponent.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2387
Inherited from
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2388
Inherited from
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2325
Inherited from
BaseComponent.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2326
Inherited from
BaseComponent.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from
BaseComponent.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
BaseComponent.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
onError?
optionalonError:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
onFocus?
optionalonFocus:FocusEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2283
Inherited from
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2284
Inherited from
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2431
Inherited from
BaseComponent.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2432
Inherited from
BaseComponent.onGotPointerCaptureCapture
onInput?
optionalonInput:InputEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
onInputCapture?
optionalonInputCapture:InputEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from
onInvalid?
optionalonInvalid:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from
onInvalidCapture?
optionalonInvalidCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
BaseComponent.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2309
Inherited from
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2310
Inherited from
BaseComponent.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
BaseComponent.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2315
Inherited from
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2316
Inherited from
onLoad?
optionalonLoad:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2334
Inherited from
BaseComponent.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2335
Inherited from
BaseComponent.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
BaseComponent.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from
BaseComponent.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2433
Inherited from
BaseComponent.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2434
Inherited from
BaseComponent.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2389
Inherited from
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2390
Inherited from
BaseComponent.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2391
Inherited from
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2392
Inherited from
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2393
Inherited from
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2394
Inherited from
BaseComponent.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2396
Inherited from
BaseComponent.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2397
Inherited from
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from
BaseComponent.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2399
Inherited from
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2400
Inherited from
BaseComponent.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2271
Inherited from
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2272
Inherited from
onPause?
optionalonPause:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
onPlay?
optionalonPlay:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
BaseComponent.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2423
Inherited from
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2424
Inherited from
BaseComponent.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2417
Inherited from
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2418
Inherited from
BaseComponent.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2425
Inherited from
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2426
Inherited from
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2419
Inherited from
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2420
Inherited from
BaseComponent.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2429
Inherited from
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2430
Inherited from
BaseComponent.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2427
Inherited from
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2428
Inherited from
BaseComponent.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2421
Inherited from
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2422
Inherited from
BaseComponent.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from
BaseComponent.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from
BaseComponent.onRateChangeCapture
onReset?
optionalonReset:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2295
Inherited from
onResetCapture?
optionalonResetCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2296
Inherited from
onScroll?
optionalonScroll:UIEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2437
Inherited from
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2438
Inherited from
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2439
Inherited from
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2440
Inherited from
BaseComponent.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2352
Inherited from
BaseComponent.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2403
Inherited from
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2404
Inherited from
onStalled?
optionalonStalled:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2353
Inherited from
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
BaseComponent.onStalledCapture
onSubmit?
optionalonSubmit:SubmitEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
onSubmitCapture?
optionalonSubmitCapture:SubmitEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
BaseComponent.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
BaseComponent.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2455
Inherited from
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2407
Inherited from
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from
BaseComponent.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2409
Inherited from
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2410
Inherited from
BaseComponent.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2412
Inherited from
BaseComponent.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2413
Inherited from
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2414
Inherited from
BaseComponent.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2459
Inherited from
BaseComponent.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2460
Inherited from
BaseComponent.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2461
Inherited from
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2462
Inherited from
BaseComponent.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2463
Inherited from
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2464
Inherited from
BaseComponent.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2465
Inherited from
BaseComponent.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2466
Inherited from
BaseComponent.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from
BaseComponent.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2362
Inherited from
BaseComponent.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2443
Inherited from
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2444
Inherited from
open
open:
boolean
Defined in: src/components/feedback/Drawer/Drawer.types.ts:12
Whether the drawer is open.
part?
optionalpart:string
Defined in: node_modules/@types/react/index.d.ts:2864
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
popover?
optionalpopover:""|"auto"|"manual"|"hint"
Defined in: node_modules/@types/react/index.d.ts:2838
Inherited from
popoverTarget?
optionalpopoverTarget:string
Defined in: node_modules/@types/react/index.d.ts:2840
Inherited from
CardBodyBaseProps.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"hide"|"show"
Defined in: node_modules/@types/react/index.d.ts:2839
Inherited from
CardBodyBaseProps.popoverTargetAction
portal?
optionalportal:boolean
Defined in: src/components/feedback/Drawer/Drawer.types.ts:30
Render in a portal on document.body.
Default
trueprefix?
optionalprefix:string
Defined in: node_modules/@types/react/index.d.ts:2816
Inherited from
property?
optionalproperty:string
Defined in: node_modules/@types/react/index.d.ts:2817
Inherited from
radioGroup?
optionalradioGroup:string
Defined in: node_modules/@types/react/index.d.ts:2806
Inherited from
ref?
optionalref:Ref<HTMLDivElement>
Defined in: src/types/common.ts:20
Inherited from
rel?
optionalrel:string
Defined in: node_modules/@types/react/index.d.ts:2818
Inherited from
resource?
optionalresource:string
Defined in: node_modules/@types/react/index.d.ts:2819
Inherited from
results?
optionalresults:number
Defined in: node_modules/@types/react/index.d.ts:2833
Inherited from
rev?
optionalrev:string
Defined in: node_modules/@types/react/index.d.ts:2820
Inherited from
role?
optionalrole:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2809
Inherited from
security?
optionalsecurity:string
Defined in: node_modules/@types/react/index.d.ts:2834
Inherited from
size?
optionalsize:DrawerSize
Defined in: src/components/feedback/Drawer/Drawer.types.ts:18
Drawer size on the cross axis. Strings like “sm” use presets, number = px, string = CSS.
Default
"md"slot?
optionalslot:string
Defined in: node_modules/@types/react/index.d.ts:2798
Inherited from
spellCheck?
optionalspellCheck:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2799
Inherited from
style?
optionalstyle:CSSProperties
Defined in: src/types/common.ts:18
Custom inline styles
Inherited from
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2781
Inherited from
CardBodyBaseProps.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2782
Inherited from
CardBodyBaseProps.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Defined in: node_modules/@types/react/index.d.ts:2801
Inherited from
testId?
optionaltestId:string
Defined in: src/types/common.ts:15
Test identifier for automated testing
Inherited from
title?
optionaltitle:string
Defined in: src/components/feedback/Drawer/Drawer.types.ts:32
Used as aria-labelledby reference. Pass as a string or use Drawer.Header.
Overrides
translate?
optionaltranslate:"yes"|"no"
Defined in: node_modules/@types/react/index.d.ts:2803
Inherited from
trapFocus?
optionaltrapFocus:boolean
Defined in: src/components/feedback/Drawer/Drawer.types.ts:26
Trap focus inside the drawer. Defaults to modal.
typeof?
optionaltypeof:string
Defined in: node_modules/@types/react/index.d.ts:2821
Inherited from
unselectable?
optionalunselectable:"off"|"on"
Defined in: node_modules/@types/react/index.d.ts:2835
Inherited from
CardBodyBaseProps.unselectable
vocab?
optionalvocab:string
Defined in: node_modules/@types/react/index.d.ts:2822