PopoverContentProps
Last updated
Was this helpful?
Last updated
Was this helpful?
• Docs
/ PopoverContentProps
ComponentPropsWithoutRef
<typeof PopoverPrimitive.Content
>
optional
about:string
Inherited from
React.ComponentPropsWithoutRef.about
Defined in
node_modules/@types/react/index.d.ts:2920
optional
accessKey:string
Inherited from
React.ComponentPropsWithoutRef.accessKey
Defined in
node_modules/@types/react/index.d.ts:2895
optional
align:"center"
|"end"
|"start"
Inherited from
React.ComponentPropsWithoutRef.align
Defined in
node_modules/@radix-ui/react-popper/dist/index.d.ts:35
optional
alignOffset:number
Inherited from
React.ComponentPropsWithoutRef.alignOffset
Defined in
node_modules/@radix-ui/react-popper/dist/index.d.ts:36
optional
aria-activedescendant:string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
React.ComponentPropsWithoutRef.aria-activedescendant
Defined in
node_modules/@types/react/index.d.ts:2593
optional
aria-atomic:Booleanish
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
React.ComponentPropsWithoutRef.aria-atomic
Defined in
node_modules/@types/react/index.d.ts:2595
optional
aria-autocomplete:"none"
|"both"
|"inline"
|"list"
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
React.ComponentPropsWithoutRef.aria-autocomplete
Defined in
node_modules/@types/react/index.d.ts:2600
optional
aria-braillelabel:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
React.ComponentPropsWithoutRef.aria-braillelabel
Defined in
node_modules/@types/react/index.d.ts:2606
optional
aria-brailleroledescription:string
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
React.ComponentPropsWithoutRef.aria-brailleroledescription
Defined in
node_modules/@types/react/index.d.ts:2611
optional
aria-busy:Booleanish
Inherited from
React.ComponentPropsWithoutRef.aria-busy
Defined in
node_modules/@types/react/index.d.ts:2612
optional
aria-checked:boolean
|"mixed"
|"false"
|"true"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
aria-pressed
aria-selected.
Inherited from
React.ComponentPropsWithoutRef.aria-checked
Defined in
node_modules/@types/react/index.d.ts:2617
optional
aria-colcount:number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
React.ComponentPropsWithoutRef.aria-colcount
Defined in
node_modules/@types/react/index.d.ts:2622
optional
aria-colindex:number
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
React.ComponentPropsWithoutRef.aria-colindex
Defined in
node_modules/@types/react/index.d.ts:2627
optional
aria-colindextext:string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
React.ComponentPropsWithoutRef.aria-colindextext
Defined in
node_modules/@types/react/index.d.ts:2632
optional
aria-colspan:number
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
aria-colindex
aria-rowspan.
Inherited from
React.ComponentPropsWithoutRef.aria-colspan
Defined in
node_modules/@types/react/index.d.ts:2637
optional
aria-controls:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
React.ComponentPropsWithoutRef.aria-controls
Defined in
node_modules/@types/react/index.d.ts:2642
optional
aria-current:boolean
|"page"
|"false"
|"true"
|"step"
|"date"
|"time"
|"location"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
React.ComponentPropsWithoutRef.aria-current
Defined in
node_modules/@types/react/index.d.ts:2644
optional
aria-describedby:string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
React.ComponentPropsWithoutRef.aria-describedby
Defined in
node_modules/@types/react/index.d.ts:2649
optional
aria-description:string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
React.ComponentPropsWithoutRef.aria-description
Defined in
node_modules/@types/react/index.d.ts:2654
optional
aria-details:string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
React.ComponentPropsWithoutRef.aria-details
Defined in
node_modules/@types/react/index.d.ts:2659
optional
aria-disabled:Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
aria-hidden
aria-readonly.
Inherited from
React.ComponentPropsWithoutRef.aria-disabled
Defined in
node_modules/@types/react/index.d.ts:2664
optional
aria-dropeffect:"link"
|"none"
|"copy"
|"move"
|"execute"
|"popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
React.ComponentPropsWithoutRef.aria-dropeffect
Defined in
node_modules/@types/react/index.d.ts:2669
optional
aria-errormessage:string
Identifies the element that provides an error message for the object.
See
aria-invalid
aria-describedby.
Inherited from
React.ComponentPropsWithoutRef.aria-errormessage
Defined in
node_modules/@types/react/index.d.ts:2674
optional
aria-expanded:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
React.ComponentPropsWithoutRef.aria-expanded
Defined in
node_modules/@types/react/index.d.ts:2676
optional
aria-flowto:string
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
React.ComponentPropsWithoutRef.aria-flowto
Defined in
node_modules/@types/react/index.d.ts:2681
optional
aria-grabbed:Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
React.ComponentPropsWithoutRef.aria-grabbed
Defined in
node_modules/@types/react/index.d.ts:2686
optional
aria-haspopup:boolean
|"listbox"
|"grid"
|"menu"
|"false"
|"true"
|"dialog"
|"tree"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
React.ComponentPropsWithoutRef.aria-haspopup
Defined in
node_modules/@types/react/index.d.ts:2688
optional
aria-hidden:Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
React.ComponentPropsWithoutRef.aria-hidden
Defined in
node_modules/@types/react/index.d.ts:2693
optional
aria-invalid:boolean
|"false"
|"true"
|"grammar"
|"spelling"
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
React.ComponentPropsWithoutRef.aria-invalid
Defined in
node_modules/@types/react/index.d.ts:2698
optional
aria-keyshortcuts:string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
React.ComponentPropsWithoutRef.aria-keyshortcuts
Defined in
node_modules/@types/react/index.d.ts:2700
optional
aria-label:string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
React.ComponentPropsWithoutRef.aria-label
Defined in
node_modules/@types/react/index.d.ts:2705
optional
aria-labelledby:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
React.ComponentPropsWithoutRef.aria-labelledby
Defined in
node_modules/@types/react/index.d.ts:2710
optional
aria-level:number
Defines the hierarchical level of an element within a structure.
Inherited from
React.ComponentPropsWithoutRef.aria-level
Defined in
node_modules/@types/react/index.d.ts:2712
optional
aria-live:"off"
|"assertive"
|"polite"
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
React.ComponentPropsWithoutRef.aria-live
Defined in
node_modules/@types/react/index.d.ts:2714
optional
aria-modal:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
React.ComponentPropsWithoutRef.aria-modal
Defined in
node_modules/@types/react/index.d.ts:2716
optional
aria-multiline:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
React.ComponentPropsWithoutRef.aria-multiline
Defined in
node_modules/@types/react/index.d.ts:2718
optional
aria-multiselectable:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
React.ComponentPropsWithoutRef.aria-multiselectable
Defined in
node_modules/@types/react/index.d.ts:2720
optional
aria-orientation:"horizontal"
|"vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
React.ComponentPropsWithoutRef.aria-orientation
Defined in
node_modules/@types/react/index.d.ts:2722
optional
aria-owns:string
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
React.ComponentPropsWithoutRef.aria-owns
Defined in
node_modules/@types/react/index.d.ts:2728
optional
aria-placeholder:string
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
React.ComponentPropsWithoutRef.aria-placeholder
Defined in
node_modules/@types/react/index.d.ts:2733
optional
aria-posinset:number
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
React.ComponentPropsWithoutRef.aria-posinset
Defined in
node_modules/@types/react/index.d.ts:2738
optional
aria-pressed:boolean
|"mixed"
|"false"
|"true"
Indicates the current "pressed" state of toggle buttons.
See
aria-checked
aria-selected.
Inherited from
React.ComponentPropsWithoutRef.aria-pressed
Defined in
node_modules/@types/react/index.d.ts:2743
optional
aria-readonly:Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
React.ComponentPropsWithoutRef.aria-readonly
Defined in
node_modules/@types/react/index.d.ts:2748
optional
aria-relevant:"all"
|"text"
|"additions"
|"additions removals"
|"additions text"
|"removals"
|"removals additions"
|"removals text"
|"text additions"
|"text removals"
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
React.ComponentPropsWithoutRef.aria-relevant
Defined in
node_modules/@types/react/index.d.ts:2753
optional
aria-required:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
React.ComponentPropsWithoutRef.aria-required
Defined in
node_modules/@types/react/index.d.ts:2766
optional
aria-roledescription:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
React.ComponentPropsWithoutRef.aria-roledescription
Defined in
node_modules/@types/react/index.d.ts:2768
optional
aria-rowcount:number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
React.ComponentPropsWithoutRef.aria-rowcount
Defined in
node_modules/@types/react/index.d.ts:2773
optional
aria-rowindex:number
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
React.ComponentPropsWithoutRef.aria-rowindex
Defined in
node_modules/@types/react/index.d.ts:2778
optional
aria-rowindextext:string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
React.ComponentPropsWithoutRef.aria-rowindextext
Defined in
node_modules/@types/react/index.d.ts:2783
optional
aria-rowspan:number
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
aria-rowindex
aria-colspan.
Inherited from
React.ComponentPropsWithoutRef.aria-rowspan
Defined in
node_modules/@types/react/index.d.ts:2788
optional
aria-selected:Booleanish
Indicates the current "selected" state of various widgets.
See
aria-checked
aria-pressed.
Inherited from
React.ComponentPropsWithoutRef.aria-selected
Defined in
node_modules/@types/react/index.d.ts:2793
optional
aria-setsize:number
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
React.ComponentPropsWithoutRef.aria-setsize
Defined in
node_modules/@types/react/index.d.ts:2798
optional
aria-sort:"none"
|"ascending"
|"descending"
|"other"
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
React.ComponentPropsWithoutRef.aria-sort
Defined in
node_modules/@types/react/index.d.ts:2800
optional
aria-valuemax:number
Defines the maximum allowed value for a range widget.
Inherited from
React.ComponentPropsWithoutRef.aria-valuemax
Defined in
node_modules/@types/react/index.d.ts:2802
optional
aria-valuemin:number
Defines the minimum allowed value for a range widget.
Inherited from
React.ComponentPropsWithoutRef.aria-valuemin
Defined in
node_modules/@types/react/index.d.ts:2804
optional
aria-valuenow:number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
React.ComponentPropsWithoutRef.aria-valuenow
Defined in
node_modules/@types/react/index.d.ts:2809
optional
aria-valuetext:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
React.ComponentPropsWithoutRef.aria-valuetext
Defined in
node_modules/@types/react/index.d.ts:2811
optional
arrowPadding:number
Inherited from
React.ComponentPropsWithoutRef.arrowPadding
Defined in
node_modules/@radix-ui/react-popper/dist/index.d.ts:37
optional
asChild:boolean
Inherited from
React.ComponentPropsWithoutRef.asChild
Defined in
node_modules/@radix-ui/react-primitive/dist/index.d.ts:8
optional
autoCapitalize:string
Inherited from
React.ComponentPropsWithoutRef.autoCapitalize
Defined in
node_modules/@types/react/index.d.ts:2933
optional
autoCorrect:string
Inherited from
React.ComponentPropsWithoutRef.autoCorrect
Defined in
node_modules/@types/react/index.d.ts:2934
optional
autoFocus:boolean
Inherited from
React.ComponentPropsWithoutRef.autoFocus
Defined in
node_modules/@types/react/index.d.ts:2896
optional
autoSave:string
Inherited from
React.ComponentPropsWithoutRef.autoSave
Defined in
node_modules/@types/react/index.d.ts:2935
optional
avoidCollisions:boolean
Inherited from
React.ComponentPropsWithoutRef.avoidCollisions
Defined in
node_modules/@radix-ui/react-popper/dist/index.d.ts:38
optional
children:ReactNode
Inherited from
React.ComponentPropsWithoutRef.children
Defined in
node_modules/@types/react/index.d.ts:2379
optional
className:string
Inherited from
React.ComponentPropsWithoutRef.className
Defined in
node_modules/@types/react/index.d.ts:2897
optional
collisionBoundary:Boundary
|Boundary
[]
Inherited from
React.ComponentPropsWithoutRef.collisionBoundary
Defined in
node_modules/@radix-ui/react-popper/dist/index.d.ts:39
optional
collisionPadding:number
|Partial
<Record
<"left"
|"right"
|"bottom"
|"top"
,number
>>
Inherited from
React.ComponentPropsWithoutRef.collisionPadding
Defined in
node_modules/@radix-ui/react-popper/dist/index.d.ts:40
optional
color:string
Inherited from
React.ComponentPropsWithoutRef.color
Defined in
node_modules/@types/react/index.d.ts:2936
optional
content:string
Inherited from
React.ComponentPropsWithoutRef.content
Defined in
node_modules/@types/react/index.d.ts:2921
optional
contentEditable:"inherit"
|Booleanish
|"plaintext-only"
Inherited from
React.ComponentPropsWithoutRef.contentEditable
Defined in
node_modules/@types/react/index.d.ts:2898
optional
contextMenu:string
Inherited from
React.ComponentPropsWithoutRef.contextMenu
Defined in
node_modules/@types/react/index.d.ts:2899
optional
dangerouslySetInnerHTML:object
__html
__html:
string
|TrustedHTML
Inherited from
React.ComponentPropsWithoutRef.dangerouslySetInnerHTML
Defined in
node_modules/@types/react/index.d.ts:2380
optional
datatype:string
Inherited from
React.ComponentPropsWithoutRef.datatype
Defined in
node_modules/@types/react/index.d.ts:2922
optional
defaultChecked:boolean
Inherited from
React.ComponentPropsWithoutRef.defaultChecked
Defined in
node_modules/@types/react/index.d.ts:2889
optional
defaultValue:string
|number
| readonlystring
[]
Inherited from
React.ComponentPropsWithoutRef.defaultValue
Defined in
node_modules/@types/react/index.d.ts:2890
optional
dir:string
Inherited from
React.ComponentPropsWithoutRef.dir
Defined in
node_modules/@types/react/index.d.ts:2900
optional
draggable:Booleanish
Inherited from
React.ComponentPropsWithoutRef.draggable
Defined in
node_modules/@types/react/index.d.ts:2901
optional
forceMount:true
Used to force mounting when more control is needed. Useful when controlling animation with React animation libraries.
Inherited from
React.ComponentPropsWithoutRef.forceMount
Defined in
node_modules/@radix-ui/react-popover/dist/index.d.ts:55
optional
hidden:boolean
Inherited from
React.ComponentPropsWithoutRef.hidden
Defined in
node_modules/@types/react/index.d.ts:2902
optional
hideWhenDetached:boolean
Inherited from
React.ComponentPropsWithoutRef.hideWhenDetached
Defined in
node_modules/@radix-ui/react-popper/dist/index.d.ts:42
optional
id:string
Inherited from
React.ComponentPropsWithoutRef.id
Defined in
node_modules/@types/react/index.d.ts:2903
optional
inlist:any
Inherited from
React.ComponentPropsWithoutRef.inlist
Defined in
node_modules/@types/react/index.d.ts:2923
optional
inputMode:"search"
|"none"
|"text"
|"tel"
|"url"
|"email"
|"numeric"
|"decimal"
Hints at the type of data that might be entered by the user while editing the element or its contents
See
Inherited from
React.ComponentPropsWithoutRef.inputMode
Defined in
node_modules/@types/react/index.d.ts:2951
optional
is:string
Specify that a standard HTML element should behave like a defined custom built-in element
See
Inherited from
React.ComponentPropsWithoutRef.is
Defined in
node_modules/@types/react/index.d.ts:2956
optional
itemID:string
Inherited from
React.ComponentPropsWithoutRef.itemID
Defined in
node_modules/@types/react/index.d.ts:2940
optional
itemProp:string
Inherited from
React.ComponentPropsWithoutRef.itemProp
Defined in
node_modules/@types/react/index.d.ts:2937
optional
itemRef:string
Inherited from
React.ComponentPropsWithoutRef.itemRef
Defined in
node_modules/@types/react/index.d.ts:2941
optional
itemScope:boolean
Inherited from
React.ComponentPropsWithoutRef.itemScope
Defined in
node_modules/@types/react/index.d.ts:2938
optional
itemType:string
Inherited from
React.ComponentPropsWithoutRef.itemType
Defined in
node_modules/@types/react/index.d.ts:2939
optional
key:null
|Key
Inherited from
React.ComponentPropsWithoutRef.key
Defined in
node_modules/@types/react/index.d.ts:261
optional
lang:string
Inherited from
React.ComponentPropsWithoutRef.lang
Defined in
node_modules/@types/react/index.d.ts:2904
optional
nonce:string
Inherited from
React.ComponentPropsWithoutRef.nonce
Defined in
node_modules/@types/react/index.d.ts:2905
optional
onAbort:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onAbort
Defined in
node_modules/@types/react/index.d.ts:2439
optional
onAbortCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onAbortCapture
Defined in
node_modules/@types/react/index.d.ts:2440
optional
onAnimationEnd:AnimationEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onAnimationEnd
Defined in
node_modules/@types/react/index.d.ts:2569
optional
onAnimationEndCapture:AnimationEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onAnimationEndCapture
Defined in
node_modules/@types/react/index.d.ts:2570
optional
onAnimationIteration:AnimationEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onAnimationIteration
Defined in
node_modules/@types/react/index.d.ts:2571
optional
onAnimationIterationCapture:AnimationEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onAnimationIterationCapture
Defined in
node_modules/@types/react/index.d.ts:2572
optional
onAnimationStart:AnimationEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onAnimationStart
Defined in
node_modules/@types/react/index.d.ts:2567
optional
onAnimationStartCapture:AnimationEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onAnimationStartCapture
Defined in
node_modules/@types/react/index.d.ts:2568
optional
onAuxClick:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onAuxClick
Defined in
node_modules/@types/react/index.d.ts:2487
optional
onAuxClickCapture:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onAuxClickCapture
Defined in
node_modules/@types/react/index.d.ts:2488
optional
onBeforeInput:FormEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onBeforeInput
Defined in
node_modules/@types/react/index.d.ts:2411
optional
onBeforeInputCapture:FormEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onBeforeInputCapture
Defined in
node_modules/@types/react/index.d.ts:2412
optional
onBlur:FocusEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onBlur
Defined in
node_modules/@types/react/index.d.ts:2405
optional
onBlurCapture:FocusEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onBlurCapture
Defined in
node_modules/@types/react/index.d.ts:2406
optional
onCanPlay:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCanPlay
Defined in
node_modules/@types/react/index.d.ts:2441
optional
onCanPlayCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCanPlayCapture
Defined in
node_modules/@types/react/index.d.ts:2442
optional
onCanPlayThrough:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCanPlayThrough
Defined in
node_modules/@types/react/index.d.ts:2443
optional
onCanPlayThroughCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCanPlayThroughCapture
Defined in
node_modules/@types/react/index.d.ts:2444
optional
onChange:FormEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onChange
Defined in
node_modules/@types/react/index.d.ts:2409
optional
onChangeCapture:FormEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onChangeCapture
Defined in
node_modules/@types/react/index.d.ts:2410
optional
onClick:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onClick
Defined in
node_modules/@types/react/index.d.ts:2489
optional
onClickCapture:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onClickCapture
Defined in
node_modules/@types/react/index.d.ts:2490
optional
onCloseAutoFocus: (event
) =>void
Event handler called when auto-focusing on close. Can be prevented.
Parameters
• event: Event
Returns
void
Inherited from
React.ComponentPropsWithoutRef.onCloseAutoFocus
Defined in
node_modules/@radix-ui/react-popover/dist/index.d.ts:78
optional
onCompositionEnd:CompositionEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCompositionEnd
Defined in
node_modules/@types/react/index.d.ts:2395
optional
onCompositionEndCapture:CompositionEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCompositionEndCapture
Defined in
node_modules/@types/react/index.d.ts:2396
optional
onCompositionStart:CompositionEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCompositionStart
Defined in
node_modules/@types/react/index.d.ts:2397
optional
onCompositionStartCapture:CompositionEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCompositionStartCapture
Defined in
node_modules/@types/react/index.d.ts:2398
optional
onCompositionUpdate:CompositionEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCompositionUpdate
Defined in
node_modules/@types/react/index.d.ts:2399
optional
onCompositionUpdateCapture:CompositionEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCompositionUpdateCapture
Defined in
node_modules/@types/react/index.d.ts:2400
optional
onContextMenu:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onContextMenu
Defined in
node_modules/@types/react/index.d.ts:2491
optional
onContextMenuCapture:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onContextMenuCapture
Defined in
node_modules/@types/react/index.d.ts:2492
optional
onCopy:ClipboardEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCopy
Defined in
node_modules/@types/react/index.d.ts:2387
optional
onCopyCapture:ClipboardEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCopyCapture
Defined in
node_modules/@types/react/index.d.ts:2388
optional
onCut:ClipboardEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCut
Defined in
node_modules/@types/react/index.d.ts:2389
optional
onCutCapture:ClipboardEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onCutCapture
Defined in
node_modules/@types/react/index.d.ts:2390
optional
onDoubleClick:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDoubleClick
Defined in
node_modules/@types/react/index.d.ts:2493
optional
onDoubleClickCapture:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDoubleClickCapture
Defined in
node_modules/@types/react/index.d.ts:2494
optional
onDrag:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDrag
Defined in
node_modules/@types/react/index.d.ts:2495
optional
onDragCapture:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragCapture
Defined in
node_modules/@types/react/index.d.ts:2496
optional
onDragEnd:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragEnd
Defined in
node_modules/@types/react/index.d.ts:2497
optional
onDragEndCapture:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragEndCapture
Defined in
node_modules/@types/react/index.d.ts:2498
optional
onDragEnter:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragEnter
Defined in
node_modules/@types/react/index.d.ts:2499
optional
onDragEnterCapture:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragEnterCapture
Defined in
node_modules/@types/react/index.d.ts:2500
optional
onDragExit:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragExit
Defined in
node_modules/@types/react/index.d.ts:2501
optional
onDragExitCapture:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragExitCapture
Defined in
node_modules/@types/react/index.d.ts:2502
optional
onDragLeave:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragLeave
Defined in
node_modules/@types/react/index.d.ts:2503
optional
onDragLeaveCapture:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragLeaveCapture
Defined in
node_modules/@types/react/index.d.ts:2504
optional
onDragOver:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragOver
Defined in
node_modules/@types/react/index.d.ts:2505
optional
onDragOverCapture:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragOverCapture
Defined in
node_modules/@types/react/index.d.ts:2506
optional
onDragStart:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragStart
Defined in
node_modules/@types/react/index.d.ts:2507
optional
onDragStartCapture:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDragStartCapture
Defined in
node_modules/@types/react/index.d.ts:2508
optional
onDrop:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDrop
Defined in
node_modules/@types/react/index.d.ts:2509
optional
onDropCapture:DragEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDropCapture
Defined in
node_modules/@types/react/index.d.ts:2510
optional
onDurationChange:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDurationChange
Defined in
node_modules/@types/react/index.d.ts:2445
optional
onDurationChangeCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onDurationChangeCapture
Defined in
node_modules/@types/react/index.d.ts:2446
optional
onEmptied:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onEmptied
Defined in
node_modules/@types/react/index.d.ts:2447
optional
onEmptiedCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onEmptiedCapture
Defined in
node_modules/@types/react/index.d.ts:2448
optional
onEncrypted:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onEncrypted
Defined in
node_modules/@types/react/index.d.ts:2449
optional
onEncryptedCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onEncryptedCapture
Defined in
node_modules/@types/react/index.d.ts:2450
optional
onEnded:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onEnded
Defined in
node_modules/@types/react/index.d.ts:2451
optional
onEndedCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onEndedCapture
Defined in
node_modules/@types/react/index.d.ts:2452
optional
onError:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onError
Defined in
node_modules/@types/react/index.d.ts:2425
optional
onErrorCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onErrorCapture
Defined in
node_modules/@types/react/index.d.ts:2426
optional
onEscapeKeyDown: (event
) =>void
Event handler called when the escape key is down. Can be prevented.
Parameters
• event: KeyboardEvent
Returns
void
Inherited from
React.ComponentPropsWithoutRef.onEscapeKeyDown
Defined in
node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts:16
optional
onFocus:FocusEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onFocus
Defined in
node_modules/@types/react/index.d.ts:2403
optional
onFocusCapture:FocusEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onFocusCapture
Defined in
node_modules/@types/react/index.d.ts:2404
optional
onFocusOutside: (event
) =>void
Event handler called when the focus moves outside of the DismissableLayer
. Can be prevented.
Parameters
• event: FocusOutsideEvent
Returns
void
Inherited from
React.ComponentPropsWithoutRef.onFocusOutside
Defined in
node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts:26
optional
onGotPointerCapture:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onGotPointerCapture
Defined in
node_modules/@types/react/index.d.ts:2553
optional
onGotPointerCaptureCapture:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onGotPointerCaptureCapture
Defined in
node_modules/@types/react/index.d.ts:2554
optional
onInput:FormEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onInput
Defined in
node_modules/@types/react/index.d.ts:2413
optional
onInputCapture:FormEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onInputCapture
Defined in
node_modules/@types/react/index.d.ts:2414
optional
onInteractOutside: (event
) =>void
Event handler called when an interaction happens outside the DismissableLayer
. Specifically, when a pointerdown
event happens outside or focus moves outside of it. Can be prevented.
Parameters
• event: PointerDownOutsideEvent
| FocusOutsideEvent
Returns
void
Inherited from
React.ComponentPropsWithoutRef.onInteractOutside
Defined in
node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts:32
optional
onInvalid:FormEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onInvalid
Defined in
node_modules/@types/react/index.d.ts:2419
optional
onInvalidCapture:FormEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onInvalidCapture
Defined in
node_modules/@types/react/index.d.ts:2420
optional
onKeyDown:KeyboardEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onKeyDown
Defined in
node_modules/@types/react/index.d.ts:2429
optional
onKeyDownCapture:KeyboardEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onKeyDownCapture
Defined in
node_modules/@types/react/index.d.ts:2430
optional
onKeyPress:KeyboardEventHandler
<HTMLDivElement
>
Deprecated
Inherited from
React.ComponentPropsWithoutRef.onKeyPress
Defined in
node_modules/@types/react/index.d.ts:2432
optional
onKeyPressCapture:KeyboardEventHandler
<HTMLDivElement
>
Deprecated
Inherited from
React.ComponentPropsWithoutRef.onKeyPressCapture
Defined in
node_modules/@types/react/index.d.ts:2434
optional
onKeyUp:KeyboardEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onKeyUp
Defined in
node_modules/@types/react/index.d.ts:2435
optional
onKeyUpCapture:KeyboardEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onKeyUpCapture
Defined in
node_modules/@types/react/index.d.ts:2436
optional
onLoad:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onLoad
Defined in
node_modules/@types/react/index.d.ts:2423
optional
onLoadCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onLoadCapture
Defined in
node_modules/@types/react/index.d.ts:2424
optional
onLoadedData:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onLoadedData
Defined in
node_modules/@types/react/index.d.ts:2453
optional
onLoadedDataCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onLoadedDataCapture
Defined in
node_modules/@types/react/index.d.ts:2454
optional
onLoadedMetadata:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onLoadedMetadata
Defined in
node_modules/@types/react/index.d.ts:2455
optional
onLoadedMetadataCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onLoadedMetadataCapture
Defined in
node_modules/@types/react/index.d.ts:2456
optional
onLoadStart:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onLoadStart
Defined in
node_modules/@types/react/index.d.ts:2457
optional
onLoadStartCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onLoadStartCapture
Defined in
node_modules/@types/react/index.d.ts:2458
optional
onLostPointerCapture:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onLostPointerCapture
Defined in
node_modules/@types/react/index.d.ts:2555
optional
onLostPointerCaptureCapture:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onLostPointerCaptureCapture
Defined in
node_modules/@types/react/index.d.ts:2556
optional
onMouseDown:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onMouseDown
Defined in
node_modules/@types/react/index.d.ts:2511
optional
onMouseDownCapture:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onMouseDownCapture
Defined in
node_modules/@types/react/index.d.ts:2512
optional
onMouseEnter:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onMouseEnter
Defined in
node_modules/@types/react/index.d.ts:2513
optional
onMouseLeave:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onMouseLeave
Defined in
node_modules/@types/react/index.d.ts:2514
optional
onMouseMove:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onMouseMove
Defined in
node_modules/@types/react/index.d.ts:2515
optional
onMouseMoveCapture:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onMouseMoveCapture
Defined in
node_modules/@types/react/index.d.ts:2516
optional
onMouseOut:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onMouseOut
Defined in
node_modules/@types/react/index.d.ts:2517
optional
onMouseOutCapture:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onMouseOutCapture
Defined in
node_modules/@types/react/index.d.ts:2518
optional
onMouseOver:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onMouseOver
Defined in
node_modules/@types/react/index.d.ts:2519
optional
onMouseOverCapture:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onMouseOverCapture
Defined in
node_modules/@types/react/index.d.ts:2520
optional
onMouseUp:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onMouseUp
Defined in
node_modules/@types/react/index.d.ts:2521
optional
onMouseUpCapture:MouseEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onMouseUpCapture
Defined in
node_modules/@types/react/index.d.ts:2522
optional
onOpenAutoFocus: (event
) =>void
Event handler called when auto-focusing on open. Can be prevented.
Parameters
• event: Event
Returns
void
Inherited from
React.ComponentPropsWithoutRef.onOpenAutoFocus
Defined in
node_modules/@radix-ui/react-popover/dist/index.d.ts:73
optional
onPaste:ClipboardEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPaste
Defined in
node_modules/@types/react/index.d.ts:2391
optional
onPasteCapture:ClipboardEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPasteCapture
Defined in
node_modules/@types/react/index.d.ts:2392
optional
onPause:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPause
Defined in
node_modules/@types/react/index.d.ts:2459
optional
onPauseCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPauseCapture
Defined in
node_modules/@types/react/index.d.ts:2460
optional
onPlay:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPlay
Defined in
node_modules/@types/react/index.d.ts:2461
optional
onPlayCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPlayCapture
Defined in
node_modules/@types/react/index.d.ts:2462
optional
onPlaying:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPlaying
Defined in
node_modules/@types/react/index.d.ts:2463
optional
onPlayingCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPlayingCapture
Defined in
node_modules/@types/react/index.d.ts:2464
optional
onPointerCancel:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerCancel
Defined in
node_modules/@types/react/index.d.ts:2545
optional
onPointerCancelCapture:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerCancelCapture
Defined in
node_modules/@types/react/index.d.ts:2546
optional
onPointerDown:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerDown
Defined in
node_modules/@types/react/index.d.ts:2539
optional
onPointerDownCapture:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerDownCapture
Defined in
node_modules/@types/react/index.d.ts:2540
optional
onPointerDownOutside: (event
) =>void
Event handler called when the a pointerdown
event happens outside of the DismissableLayer
. Can be prevented.
Parameters
• event: PointerDownOutsideEvent
Returns
void
Inherited from
React.ComponentPropsWithoutRef.onPointerDownOutside
Defined in
node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts:21
optional
onPointerEnter:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerEnter
Defined in
node_modules/@types/react/index.d.ts:2547
optional
onPointerLeave:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerLeave
Defined in
node_modules/@types/react/index.d.ts:2548
optional
onPointerMove:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerMove
Defined in
node_modules/@types/react/index.d.ts:2541
optional
onPointerMoveCapture:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerMoveCapture
Defined in
node_modules/@types/react/index.d.ts:2542
optional
onPointerOut:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerOut
Defined in
node_modules/@types/react/index.d.ts:2551
optional
onPointerOutCapture:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerOutCapture
Defined in
node_modules/@types/react/index.d.ts:2552
optional
onPointerOver:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerOver
Defined in
node_modules/@types/react/index.d.ts:2549
optional
onPointerOverCapture:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerOverCapture
Defined in
node_modules/@types/react/index.d.ts:2550
optional
onPointerUp:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerUp
Defined in
node_modules/@types/react/index.d.ts:2543
optional
onPointerUpCapture:PointerEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onPointerUpCapture
Defined in
node_modules/@types/react/index.d.ts:2544
optional
onProgress:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onProgress
Defined in
node_modules/@types/react/index.d.ts:2465
optional
onProgressCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onProgressCapture
Defined in
node_modules/@types/react/index.d.ts:2466
optional
onRateChange:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onRateChange
Defined in
node_modules/@types/react/index.d.ts:2467
optional
onRateChangeCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onRateChangeCapture
Defined in
node_modules/@types/react/index.d.ts:2468
optional
onReset:FormEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onReset
Defined in
node_modules/@types/react/index.d.ts:2415
optional
onResetCapture:FormEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onResetCapture
Defined in
node_modules/@types/react/index.d.ts:2416
optional
onResize:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onResize
Defined in
node_modules/@types/react/index.d.ts:2469
optional
onResizeCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onResizeCapture
Defined in
node_modules/@types/react/index.d.ts:2470
optional
onScroll:UIEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onScroll
Defined in
node_modules/@types/react/index.d.ts:2559
optional
onScrollCapture:UIEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onScrollCapture
Defined in
node_modules/@types/react/index.d.ts:2560
optional
onSeeked:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onSeeked
Defined in
node_modules/@types/react/index.d.ts:2471
optional
onSeekedCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onSeekedCapture
Defined in
node_modules/@types/react/index.d.ts:2472
optional
onSeeking:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onSeeking
Defined in
node_modules/@types/react/index.d.ts:2473
optional
onSeekingCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onSeekingCapture
Defined in
node_modules/@types/react/index.d.ts:2474
optional
onSelect:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onSelect
Defined in
node_modules/@types/react/index.d.ts:2525
optional
onSelectCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onSelectCapture
Defined in
node_modules/@types/react/index.d.ts:2526
optional
onStalled:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onStalled
Defined in
node_modules/@types/react/index.d.ts:2475
optional
onStalledCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onStalledCapture
Defined in
node_modules/@types/react/index.d.ts:2476
optional
onSubmit:FormEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onSubmit
Defined in
node_modules/@types/react/index.d.ts:2417
optional
onSubmitCapture:FormEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onSubmitCapture
Defined in
node_modules/@types/react/index.d.ts:2418
optional
onSuspend:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onSuspend
Defined in
node_modules/@types/react/index.d.ts:2477
optional
onSuspendCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onSuspendCapture
Defined in
node_modules/@types/react/index.d.ts:2478
optional
onTimeUpdate:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onTimeUpdate
Defined in
node_modules/@types/react/index.d.ts:2479
optional
onTimeUpdateCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onTimeUpdateCapture
Defined in
node_modules/@types/react/index.d.ts:2480
optional
onTouchCancel:TouchEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onTouchCancel
Defined in
node_modules/@types/react/index.d.ts:2529
optional
onTouchCancelCapture:TouchEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onTouchCancelCapture
Defined in
node_modules/@types/react/index.d.ts:2530
optional
onTouchEnd:TouchEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onTouchEnd
Defined in
node_modules/@types/react/index.d.ts:2531
optional
onTouchEndCapture:TouchEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onTouchEndCapture
Defined in
node_modules/@types/react/index.d.ts:2532
optional
onTouchMove:TouchEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onTouchMove
Defined in
node_modules/@types/react/index.d.ts:2533
optional
onTouchMoveCapture:TouchEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onTouchMoveCapture
Defined in
node_modules/@types/react/index.d.ts:2534
optional
onTouchStart:TouchEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onTouchStart
Defined in
node_modules/@types/react/index.d.ts:2535
optional
onTouchStartCapture:TouchEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onTouchStartCapture
Defined in
node_modules/@types/react/index.d.ts:2536
optional
onTransitionEnd:TransitionEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onTransitionEnd
Defined in
node_modules/@types/react/index.d.ts:2575
optional
onTransitionEndCapture:TransitionEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onTransitionEndCapture
Defined in
node_modules/@types/react/index.d.ts:2576
optional
onVolumeChange:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onVolumeChange
Defined in
node_modules/@types/react/index.d.ts:2481
optional
onVolumeChangeCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onVolumeChangeCapture
Defined in
node_modules/@types/react/index.d.ts:2482
optional
onWaiting:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onWaiting
Defined in
node_modules/@types/react/index.d.ts:2483
optional
onWaitingCapture:ReactEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onWaitingCapture
Defined in
node_modules/@types/react/index.d.ts:2484
optional
onWheel:WheelEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onWheel
Defined in
node_modules/@types/react/index.d.ts:2563
optional
onWheelCapture:WheelEventHandler
<HTMLDivElement
>
Inherited from
React.ComponentPropsWithoutRef.onWheelCapture
Defined in
node_modules/@types/react/index.d.ts:2564
optional
portal:boolean
Defined in
optional
prefix:string
Inherited from
React.ComponentPropsWithoutRef.prefix
Defined in
node_modules/@types/react/index.d.ts:2924
optional
property:string
Inherited from
React.ComponentPropsWithoutRef.property
Defined in
node_modules/@types/react/index.d.ts:2925
optional
radioGroup:string
Inherited from
React.ComponentPropsWithoutRef.radioGroup
Defined in
node_modules/@types/react/index.d.ts:2914
optional
rel:string
Inherited from
React.ComponentPropsWithoutRef.rel
Defined in
node_modules/@types/react/index.d.ts:2926
optional
resource:string
Inherited from
React.ComponentPropsWithoutRef.resource
Defined in
node_modules/@types/react/index.d.ts:2927
optional
results:number
Inherited from
React.ComponentPropsWithoutRef.results
Defined in
node_modules/@types/react/index.d.ts:2942
optional
rev:string
Inherited from
React.ComponentPropsWithoutRef.rev
Defined in
node_modules/@types/react/index.d.ts:2928
optional
role:AriaRole
Inherited from
React.ComponentPropsWithoutRef.role
Defined in
node_modules/@types/react/index.d.ts:2917
optional
security:string
Inherited from
React.ComponentPropsWithoutRef.security
Defined in
node_modules/@types/react/index.d.ts:2943
optional
side:"left"
|"right"
|"bottom"
|"top"
Inherited from
React.ComponentPropsWithoutRef.side
Defined in
node_modules/@radix-ui/react-popper/dist/index.d.ts:33
optional
sideOffset:number
Inherited from
React.ComponentPropsWithoutRef.sideOffset
Defined in
node_modules/@radix-ui/react-popper/dist/index.d.ts:34
optional
slot:string
Inherited from
React.ComponentPropsWithoutRef.slot
Defined in
node_modules/@types/react/index.d.ts:2906
optional
spellCheck:Booleanish
Inherited from
React.ComponentPropsWithoutRef.spellCheck
Defined in
node_modules/@types/react/index.d.ts:2907
optional
sticky:"always"
|"partial"
Inherited from
React.ComponentPropsWithoutRef.sticky
Defined in
node_modules/@radix-ui/react-popper/dist/index.d.ts:41
optional
style:CSSProperties
Inherited from
React.ComponentPropsWithoutRef.style
Defined in
node_modules/@types/react/index.d.ts:2908
optional
suppressContentEditableWarning:boolean
Inherited from
React.ComponentPropsWithoutRef.suppressContentEditableWarning
Defined in
node_modules/@types/react/index.d.ts:2891
optional
suppressHydrationWarning:boolean
Inherited from
React.ComponentPropsWithoutRef.suppressHydrationWarning
Defined in
node_modules/@types/react/index.d.ts:2892
optional
tabIndex:number
Inherited from
React.ComponentPropsWithoutRef.tabIndex
Defined in
node_modules/@types/react/index.d.ts:2909
optional
title:string
Inherited from
React.ComponentPropsWithoutRef.title
Defined in
node_modules/@types/react/index.d.ts:2910
optional
translate:"yes"
|"no"
Inherited from
React.ComponentPropsWithoutRef.translate
Defined in
node_modules/@types/react/index.d.ts:2911
optional
typeof:string
Inherited from
React.ComponentPropsWithoutRef.typeof
Defined in
node_modules/@types/react/index.d.ts:2929
optional
unselectable:"on"
|"off"
Inherited from
React.ComponentPropsWithoutRef.unselectable
Defined in
node_modules/@types/react/index.d.ts:2944
optional
updatePositionStrategy:"always"
|"optimized"
Inherited from
React.ComponentPropsWithoutRef.updatePositionStrategy
Defined in
node_modules/@radix-ui/react-popper/dist/index.d.ts:43
optional
vocab:string
Inherited from
React.ComponentPropsWithoutRef.vocab
Defined in
node_modules/@types/react/index.d.ts:2930