DialogContentProps

@justweb3/uiDocs


@justweb3/ui / DialogContentProps

Interface: DialogContentProps

Extends

  • ComponentPropsWithoutRef<typeof DialogPrimitive.Content>

Properties

about?

optional about: string

Inherited from

ComponentPropsWithoutRef.about

Defined in

node_modules/@types/react/index.d.ts:2920


accessKey?

optional accessKey: string

Inherited from

ComponentPropsWithoutRef.accessKey

Defined in

node_modules/@types/react/index.d.ts:2895


aria-activedescendant?

optional aria-activedescendant: string

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

Inherited from

ComponentPropsWithoutRef.aria-activedescendant

Defined in

node_modules/@types/react/index.d.ts:2593


aria-atomic?

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

ComponentPropsWithoutRef.aria-atomic

Defined in

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


aria-autocomplete?

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

ComponentPropsWithoutRef.aria-autocomplete

Defined in

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


aria-braillelabel?

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

ComponentPropsWithoutRef.aria-braillelabel

Defined in

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


aria-brailleroledescription?

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

ComponentPropsWithoutRef.aria-brailleroledescription

Defined in

node_modules/@types/react/index.d.ts:2611


aria-busy?

optional aria-busy: Booleanish

Inherited from

ComponentPropsWithoutRef.aria-busy

Defined in

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


aria-checked?

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

ComponentPropsWithoutRef.aria-checked

Defined in

node_modules/@types/react/index.d.ts:2617


aria-colcount?

optional aria-colcount: number

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

See

aria-colindex.

Inherited from

ComponentPropsWithoutRef.aria-colcount

Defined in

node_modules/@types/react/index.d.ts:2622


aria-colindex?

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

ComponentPropsWithoutRef.aria-colindex

Defined in

node_modules/@types/react/index.d.ts:2627


aria-colindextext?

optional aria-colindextext: string

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

ComponentPropsWithoutRef.aria-colindextext

Defined in

node_modules/@types/react/index.d.ts:2632


aria-colspan?

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

ComponentPropsWithoutRef.aria-colspan

Defined in

node_modules/@types/react/index.d.ts:2637


aria-controls?

optional aria-controls: string

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

See

aria-owns.

Inherited from

ComponentPropsWithoutRef.aria-controls

Defined in

node_modules/@types/react/index.d.ts:2642


aria-current?

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

ComponentPropsWithoutRef.aria-current

Defined in

node_modules/@types/react/index.d.ts:2644


aria-describedby?

optional aria-describedby: string

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

See

aria-labelledby

Inherited from

ComponentPropsWithoutRef.aria-describedby

Defined in

node_modules/@types/react/index.d.ts:2649


aria-description?

optional aria-description: string

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

See

related aria-describedby.

Inherited from

ComponentPropsWithoutRef.aria-description

Defined in

node_modules/@types/react/index.d.ts:2654


aria-details?

optional aria-details: string

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

See

aria-describedby.

Inherited from

ComponentPropsWithoutRef.aria-details

Defined in

node_modules/@types/react/index.d.ts:2659


aria-disabled?

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

ComponentPropsWithoutRef.aria-disabled

Defined in

node_modules/@types/react/index.d.ts:2664


aria-dropeffect?

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

ComponentPropsWithoutRef.aria-dropeffect

Defined in

node_modules/@types/react/index.d.ts:2669


aria-errormessage?

optional aria-errormessage: string

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

See

  • aria-invalid

  • aria-describedby.

Inherited from

ComponentPropsWithoutRef.aria-errormessage

Defined in

node_modules/@types/react/index.d.ts:2674


aria-expanded?

optional aria-expanded: Booleanish

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

Inherited from

ComponentPropsWithoutRef.aria-expanded

Defined in

node_modules/@types/react/index.d.ts:2676


aria-flowto?

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

ComponentPropsWithoutRef.aria-flowto

Defined in

node_modules/@types/react/index.d.ts:2681


aria-grabbed?

optional aria-grabbed: Booleanish

Indicates an element's "grabbed" state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

Inherited from

ComponentPropsWithoutRef.aria-grabbed

Defined in

node_modules/@types/react/index.d.ts:2686


aria-haspopup?

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

ComponentPropsWithoutRef.aria-haspopup

Defined in

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


aria-hidden?

optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

ComponentPropsWithoutRef.aria-hidden

Defined in

node_modules/@types/react/index.d.ts:2693


aria-invalid?

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

ComponentPropsWithoutRef.aria-invalid

Defined in

node_modules/@types/react/index.d.ts:2698


aria-keyshortcuts?

optional aria-keyshortcuts: string

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

Inherited from

ComponentPropsWithoutRef.aria-keyshortcuts

Defined in

node_modules/@types/react/index.d.ts:2700


aria-label?

optional aria-label: string

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

ComponentPropsWithoutRef.aria-label

Defined in

node_modules/@types/react/index.d.ts:2705


aria-labelledby?

optional aria-labelledby: string

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

See

aria-describedby.

Inherited from

ComponentPropsWithoutRef.aria-labelledby

Defined in

node_modules/@types/react/index.d.ts:2710


aria-level?

optional aria-level: number

Defines the hierarchical level of an element within a structure.

Inherited from

ComponentPropsWithoutRef.aria-level

Defined in

node_modules/@types/react/index.d.ts:2712


aria-live?

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

ComponentPropsWithoutRef.aria-live

Defined in

node_modules/@types/react/index.d.ts:2714


aria-modal?

optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

ComponentPropsWithoutRef.aria-modal

Defined in

node_modules/@types/react/index.d.ts:2716


aria-multiline?

optional aria-multiline: Booleanish

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

Inherited from

ComponentPropsWithoutRef.aria-multiline

Defined in

node_modules/@types/react/index.d.ts:2718


aria-multiselectable?

optional aria-multiselectable: Booleanish

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

Inherited from

ComponentPropsWithoutRef.aria-multiselectable

Defined in

node_modules/@types/react/index.d.ts:2720


aria-orientation?

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

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

Inherited from

ComponentPropsWithoutRef.aria-orientation

Defined in

node_modules/@types/react/index.d.ts:2722


aria-owns?

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

ComponentPropsWithoutRef.aria-owns

Defined in

node_modules/@types/react/index.d.ts:2728


aria-placeholder?

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

ComponentPropsWithoutRef.aria-placeholder

Defined in

node_modules/@types/react/index.d.ts:2733


aria-posinset?

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

ComponentPropsWithoutRef.aria-posinset

Defined in

node_modules/@types/react/index.d.ts:2738


aria-pressed?

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

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked

  • aria-selected.

Inherited from

ComponentPropsWithoutRef.aria-pressed

Defined in

node_modules/@types/react/index.d.ts:2743


aria-readonly?

optional aria-readonly: Booleanish

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

See

aria-disabled.

Inherited from

ComponentPropsWithoutRef.aria-readonly

Defined in

node_modules/@types/react/index.d.ts:2748


aria-relevant?

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

ComponentPropsWithoutRef.aria-relevant

Defined in

node_modules/@types/react/index.d.ts:2753


aria-required?

optional aria-required: Booleanish

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

Inherited from

ComponentPropsWithoutRef.aria-required

Defined in

node_modules/@types/react/index.d.ts:2766


aria-roledescription?

optional aria-roledescription: string

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

Inherited from

ComponentPropsWithoutRef.aria-roledescription

Defined in

node_modules/@types/react/index.d.ts:2768


aria-rowcount?

optional aria-rowcount: number

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

See

aria-rowindex.

Inherited from

ComponentPropsWithoutRef.aria-rowcount

Defined in

node_modules/@types/react/index.d.ts:2773


aria-rowindex?

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

ComponentPropsWithoutRef.aria-rowindex

Defined in

node_modules/@types/react/index.d.ts:2778


aria-rowindextext?

optional aria-rowindextext: string

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

ComponentPropsWithoutRef.aria-rowindextext

Defined in

node_modules/@types/react/index.d.ts:2783


aria-rowspan?

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

ComponentPropsWithoutRef.aria-rowspan

Defined in

node_modules/@types/react/index.d.ts:2788


aria-selected?

optional aria-selected: Booleanish

Indicates the current "selected" state of various widgets.

See

  • aria-checked

  • aria-pressed.

Inherited from

ComponentPropsWithoutRef.aria-selected

Defined in

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


aria-setsize?

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

ComponentPropsWithoutRef.aria-setsize

Defined in

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


aria-sort?

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

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

Inherited from

ComponentPropsWithoutRef.aria-sort

Defined in

node_modules/@types/react/index.d.ts:2800


aria-valuemax?

optional aria-valuemax: number

Defines the maximum allowed value for a range widget.

Inherited from

ComponentPropsWithoutRef.aria-valuemax

Defined in

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


aria-valuemin?

optional aria-valuemin: number

Defines the minimum allowed value for a range widget.

Inherited from

ComponentPropsWithoutRef.aria-valuemin

Defined in

node_modules/@types/react/index.d.ts:2804


aria-valuenow?

optional aria-valuenow: number

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

ComponentPropsWithoutRef.aria-valuenow

Defined in

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


aria-valuetext?

optional aria-valuetext: string

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

Inherited from

ComponentPropsWithoutRef.aria-valuetext

Defined in

node_modules/@types/react/index.d.ts:2811


asChild?

optional asChild: boolean

Inherited from

ComponentPropsWithoutRef.asChild

Defined in

node_modules/@radix-ui/react-primitive/dist/index.d.ts:8


autoCapitalize?

optional autoCapitalize: string

Inherited from

ComponentPropsWithoutRef.autoCapitalize

Defined in

node_modules/@types/react/index.d.ts:2933


autoCorrect?

optional autoCorrect: string

Inherited from

ComponentPropsWithoutRef.autoCorrect

Defined in

node_modules/@types/react/index.d.ts:2934


autoFocus?

optional autoFocus: boolean

Inherited from

ComponentPropsWithoutRef.autoFocus

Defined in

node_modules/@types/react/index.d.ts:2896


autoSave?

optional autoSave: string

Inherited from

ComponentPropsWithoutRef.autoSave

Defined in

node_modules/@types/react/index.d.ts:2935


children?

optional children: ReactNode

Inherited from

ComponentPropsWithoutRef.children

Defined in

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


className?

optional className: string

Inherited from

ComponentPropsWithoutRef.className

Defined in

node_modules/@types/react/index.d.ts:2897


color?

optional color: string

Inherited from

ComponentPropsWithoutRef.color

Defined in

node_modules/@types/react/index.d.ts:2936


content?

optional content: string

Inherited from

ComponentPropsWithoutRef.content

Defined in

node_modules/@types/react/index.d.ts:2921


contentEditable?

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

Inherited from

ComponentPropsWithoutRef.contentEditable

Defined in

node_modules/@types/react/index.d.ts:2898


contextMenu?

optional contextMenu: string

Inherited from

ComponentPropsWithoutRef.contextMenu

Defined in

node_modules/@types/react/index.d.ts:2899


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

__html

__html: string | TrustedHTML

Inherited from

ComponentPropsWithoutRef.dangerouslySetInnerHTML

Defined in

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


datatype?

optional datatype: string

Inherited from

ComponentPropsWithoutRef.datatype

Defined in

node_modules/@types/react/index.d.ts:2922


defaultChecked?

optional defaultChecked: boolean

Inherited from

ComponentPropsWithoutRef.defaultChecked

Defined in

node_modules/@types/react/index.d.ts:2889


defaultValue?

optional defaultValue: string | number | readonly string[]

Inherited from

ComponentPropsWithoutRef.defaultValue

Defined in

node_modules/@types/react/index.d.ts:2890


dir?

optional dir: string

Inherited from

ComponentPropsWithoutRef.dir

Defined in

node_modules/@types/react/index.d.ts:2900


disableOverlay?

optional disableOverlay: boolean

Defined in

packages/@justweb3/ui/src/lib/ui/Dialog/index.tsx:20


draggable?

optional draggable: Booleanish

Inherited from

ComponentPropsWithoutRef.draggable

Defined in

node_modules/@types/react/index.d.ts:2901


forceMount?

optional forceMount: true

Used to force mounting when more control is needed. Useful when controlling animation with React animation libraries.

Inherited from

ComponentPropsWithoutRef.forceMount

Defined in

node_modules/@radix-ui/react-dialog/dist/index.d.ts:61


fullScreen?

optional fullScreen: boolean

Defined in

packages/@justweb3/ui/src/lib/ui/Dialog/index.tsx:19


hidden?

optional hidden: boolean

Inherited from

ComponentPropsWithoutRef.hidden

Defined in

node_modules/@types/react/index.d.ts:2902


id?

optional id: string

Inherited from

ComponentPropsWithoutRef.id

Defined in

node_modules/@types/react/index.d.ts:2903


inlist?

optional inlist: any

Inherited from

ComponentPropsWithoutRef.inlist

Defined in

node_modules/@types/react/index.d.ts:2923


inputMode?

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

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

Inherited from

ComponentPropsWithoutRef.inputMode

Defined in

node_modules/@types/react/index.d.ts:2951


is?

optional is: string

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

ComponentPropsWithoutRef.is

Defined in

node_modules/@types/react/index.d.ts:2956


itemID?

optional itemID: string

Inherited from

ComponentPropsWithoutRef.itemID

Defined in

node_modules/@types/react/index.d.ts:2940


itemProp?

optional itemProp: string

Inherited from

ComponentPropsWithoutRef.itemProp

Defined in

node_modules/@types/react/index.d.ts:2937


itemRef?

optional itemRef: string

Inherited from

ComponentPropsWithoutRef.itemRef

Defined in

node_modules/@types/react/index.d.ts:2941


itemScope?

optional itemScope: boolean

Inherited from

ComponentPropsWithoutRef.itemScope

Defined in

node_modules/@types/react/index.d.ts:2938


itemType?

optional itemType: string

Inherited from

ComponentPropsWithoutRef.itemType

Defined in

node_modules/@types/react/index.d.ts:2939


key?

optional key: null | Key

Inherited from

ComponentPropsWithoutRef.key

Defined in

node_modules/@types/react/index.d.ts:261


lang?

optional lang: string

Inherited from

ComponentPropsWithoutRef.lang

Defined in

node_modules/@types/react/index.d.ts:2904


nonce?

optional nonce: string

Inherited from

ComponentPropsWithoutRef.nonce

Defined in

node_modules/@types/react/index.d.ts:2905


onAbort?

optional onAbort: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAbort

Defined in

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


onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAbortCapture

Defined in

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


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAnimationEnd

Defined in

node_modules/@types/react/index.d.ts:2569


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAnimationEndCapture

Defined in

node_modules/@types/react/index.d.ts:2570


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAnimationIteration

Defined in

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


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAnimationIterationCapture

Defined in

node_modules/@types/react/index.d.ts:2572


onAnimationStart?

optional onAnimationStart: AnimationEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAnimationStart

Defined in

node_modules/@types/react/index.d.ts:2567


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAnimationStartCapture

Defined in

node_modules/@types/react/index.d.ts:2568


onAuxClick?

optional onAuxClick: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAuxClick

Defined in

node_modules/@types/react/index.d.ts:2487


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onAuxClickCapture

Defined in

node_modules/@types/react/index.d.ts:2488


onBeforeInput?

optional onBeforeInput: FormEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onBeforeInput

Defined in

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


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onBeforeInputCapture

Defined in

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


onBlur?

optional onBlur: FocusEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onBlur

Defined in

node_modules/@types/react/index.d.ts:2405


onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onBlurCapture

Defined in

node_modules/@types/react/index.d.ts:2406


onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCanPlay

Defined in

node_modules/@types/react/index.d.ts:2441


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCanPlayCapture

Defined in

node_modules/@types/react/index.d.ts:2442


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCanPlayThrough

Defined in

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


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCanPlayThroughCapture

Defined in

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


onChange?

optional onChange: FormEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onChange

Defined in

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


onChangeCapture?

optional onChangeCapture: FormEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onChangeCapture

Defined in

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


onClick?

optional onClick: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onClick

Defined in

node_modules/@types/react/index.d.ts:2489


onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onClickCapture

Defined in

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


onCloseAutoFocus()?

optional onCloseAutoFocus: (event) => void

Event handler called when auto-focusing on close. Can be prevented.

Parameters

event: Event

Returns

void

Inherited from

ComponentPropsWithoutRef.onCloseAutoFocus

Defined in

node_modules/@radix-ui/react-dialog/dist/index.d.ts:84


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCompositionEnd

Defined in

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


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCompositionEndCapture

Defined in

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


onCompositionStart?

optional onCompositionStart: CompositionEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCompositionStart

Defined in

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


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCompositionStartCapture

Defined in

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


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCompositionUpdate

Defined in

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


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCompositionUpdateCapture

Defined in

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


onContextMenu?

optional onContextMenu: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onContextMenu

Defined in

node_modules/@types/react/index.d.ts:2491


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onContextMenuCapture

Defined in

node_modules/@types/react/index.d.ts:2492


onCopy?

optional onCopy: ClipboardEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCopy

Defined in

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


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCopyCapture

Defined in

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


onCut?

optional onCut: ClipboardEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCut

Defined in

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


onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onCutCapture

Defined in

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


onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDoubleClick

Defined in

node_modules/@types/react/index.d.ts:2493


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDoubleClickCapture

Defined in

node_modules/@types/react/index.d.ts:2494


onDrag?

optional onDrag: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDrag

Defined in

node_modules/@types/react/index.d.ts:2495


onDragCapture?

optional onDragCapture: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragCapture

Defined in

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


onDragEnd?

optional onDragEnd: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragEnd

Defined in

node_modules/@types/react/index.d.ts:2497


onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragEndCapture

Defined in

node_modules/@types/react/index.d.ts:2498


onDragEnter?

optional onDragEnter: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragEnter

Defined in

node_modules/@types/react/index.d.ts:2499


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragEnterCapture

Defined in

node_modules/@types/react/index.d.ts:2500


onDragExit?

optional onDragExit: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragExit

Defined in

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


onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragExitCapture

Defined in

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


onDragLeave?

optional onDragLeave: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragLeave

Defined in

node_modules/@types/react/index.d.ts:2503


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragLeaveCapture

Defined in

node_modules/@types/react/index.d.ts:2504


onDragOver?

optional onDragOver: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragOver

Defined in

node_modules/@types/react/index.d.ts:2505


onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragOverCapture

Defined in

node_modules/@types/react/index.d.ts:2506


onDragStart?

optional onDragStart: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragStart

Defined in

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


onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDragStartCapture

Defined in

node_modules/@types/react/index.d.ts:2508


onDrop?

optional onDrop: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDrop

Defined in

node_modules/@types/react/index.d.ts:2509


onDropCapture?

optional onDropCapture: DragEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDropCapture

Defined in

node_modules/@types/react/index.d.ts:2510


onDurationChange?

optional onDurationChange: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDurationChange

Defined in

node_modules/@types/react/index.d.ts:2445


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onDurationChangeCapture

Defined in

node_modules/@types/react/index.d.ts:2446


onEmptied?

optional onEmptied: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onEmptied

Defined in

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


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onEmptiedCapture

Defined in

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


onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onEncrypted

Defined in

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


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onEncryptedCapture

Defined in

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


onEnded?

optional onEnded: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onEnded

Defined in

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


onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onEndedCapture

Defined in

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


onError?

optional onError: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onError

Defined in

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


onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onErrorCapture

Defined in

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


onEscapeKeyDown()?

optional onEscapeKeyDown: (event) => void

Event handler called when the escape key is down. Can be prevented.

Parameters

event: KeyboardEvent

Returns

void

Inherited from

ComponentPropsWithoutRef.onEscapeKeyDown

Defined in

node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts:16


onFocus?

optional onFocus: FocusEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onFocus

Defined in

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


onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onFocusCapture

Defined in

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


onFocusOutside()?

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

ComponentPropsWithoutRef.onFocusOutside

Defined in

node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts:26


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onGotPointerCapture

Defined in

node_modules/@types/react/index.d.ts:2553


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onGotPointerCaptureCapture

Defined in

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


onInput?

optional onInput: FormEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onInput

Defined in

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


onInputCapture?

optional onInputCapture: FormEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onInputCapture

Defined in

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


onInteractOutside()?

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

ComponentPropsWithoutRef.onInteractOutside

Defined in

node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts:32


onInvalid?

optional onInvalid: FormEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onInvalid

Defined in

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


onInvalidCapture?

optional onInvalidCapture: FormEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onInvalidCapture

Defined in

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


onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onKeyDown

Defined in

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


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onKeyDownCapture

Defined in

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


onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLDivElement>

Deprecated

Inherited from

ComponentPropsWithoutRef.onKeyPress

Defined in

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


onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLDivElement>

Deprecated

Inherited from

ComponentPropsWithoutRef.onKeyPressCapture

Defined in

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


onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onKeyUp

Defined in

node_modules/@types/react/index.d.ts:2435


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onKeyUpCapture

Defined in

node_modules/@types/react/index.d.ts:2436


onLoad?

optional onLoad: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoad

Defined in

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


onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadCapture

Defined in

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


onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadedData

Defined in

node_modules/@types/react/index.d.ts:2453


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadedDataCapture

Defined in

node_modules/@types/react/index.d.ts:2454


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadedMetadata

Defined in

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


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadedMetadataCapture

Defined in

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


onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadStart

Defined in

node_modules/@types/react/index.d.ts:2457


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLoadStartCapture

Defined in

node_modules/@types/react/index.d.ts:2458


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLostPointerCapture

Defined in

node_modules/@types/react/index.d.ts:2555


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onLostPointerCaptureCapture

Defined in

node_modules/@types/react/index.d.ts:2556


onMouseDown?

optional onMouseDown: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseDown

Defined in

node_modules/@types/react/index.d.ts:2511


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseDownCapture

Defined in

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


onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseEnter

Defined in

node_modules/@types/react/index.d.ts:2513


onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseLeave

Defined in

node_modules/@types/react/index.d.ts:2514


onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseMove

Defined in

node_modules/@types/react/index.d.ts:2515


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseMoveCapture

Defined in

node_modules/@types/react/index.d.ts:2516


onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseOut

Defined in

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


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseOutCapture

Defined in

node_modules/@types/react/index.d.ts:2518


onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseOver

Defined in

node_modules/@types/react/index.d.ts:2519


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseOverCapture

Defined in

node_modules/@types/react/index.d.ts:2520


onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseUp

Defined in

node_modules/@types/react/index.d.ts:2521


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onMouseUpCapture

Defined in

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


onOpenAutoFocus()?

optional onOpenAutoFocus: (event) => void

Event handler called when auto-focusing on open. Can be prevented.

Parameters

event: Event

Returns

void

Inherited from

ComponentPropsWithoutRef.onOpenAutoFocus

Defined in

node_modules/@radix-ui/react-dialog/dist/index.d.ts:79


onPaste?

optional onPaste: ClipboardEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPaste

Defined in

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


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPasteCapture

Defined in

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


onPause?

optional onPause: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPause

Defined in

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


onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPauseCapture

Defined in

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


onPlay?

optional onPlay: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPlay

Defined in

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


onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPlayCapture

Defined in

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


onPlaying?

optional onPlaying: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPlaying

Defined in

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


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPlayingCapture

Defined in

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


onPointerCancel?

optional onPointerCancel: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerCancel

Defined in

node_modules/@types/react/index.d.ts:2545


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerCancelCapture

Defined in

node_modules/@types/react/index.d.ts:2546


onPointerDown?

optional onPointerDown: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerDown

Defined in

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


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerDownCapture

Defined in

node_modules/@types/react/index.d.ts:2540


onPointerDownOutside()?

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

ComponentPropsWithoutRef.onPointerDownOutside

Defined in

node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts:21


onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerEnter

Defined in

node_modules/@types/react/index.d.ts:2547


onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerLeave

Defined in

node_modules/@types/react/index.d.ts:2548


onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerMove

Defined in

node_modules/@types/react/index.d.ts:2541


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerMoveCapture

Defined in

node_modules/@types/react/index.d.ts:2542


onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerOut

Defined in

node_modules/@types/react/index.d.ts:2551


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerOutCapture

Defined in

node_modules/@types/react/index.d.ts:2552


onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerOver

Defined in

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


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerOverCapture

Defined in

node_modules/@types/react/index.d.ts:2550


onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerUp

Defined in

node_modules/@types/react/index.d.ts:2543


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onPointerUpCapture

Defined in

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


onProgress?

optional onProgress: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onProgress

Defined in

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


onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onProgressCapture

Defined in

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


onRateChange?

optional onRateChange: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onRateChange

Defined in

node_modules/@types/react/index.d.ts:2467


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onRateChangeCapture

Defined in

node_modules/@types/react/index.d.ts:2468


onReset?

optional onReset: FormEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onReset

Defined in

node_modules/@types/react/index.d.ts:2415


onResetCapture?

optional onResetCapture: FormEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onResetCapture

Defined in

node_modules/@types/react/index.d.ts:2416


onResize?

optional onResize: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onResize

Defined in

node_modules/@types/react/index.d.ts:2469


onResizeCapture?

optional onResizeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onResizeCapture

Defined in

node_modules/@types/react/index.d.ts:2470


onScroll?

optional onScroll: UIEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onScroll

Defined in

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


onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onScrollCapture

Defined in

node_modules/@types/react/index.d.ts:2560


onSeeked?

optional onSeeked: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSeeked

Defined in

node_modules/@types/react/index.d.ts:2471


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSeekedCapture

Defined in

node_modules/@types/react/index.d.ts:2472


onSeeking?

optional onSeeking: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSeeking

Defined in

node_modules/@types/react/index.d.ts:2473


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSeekingCapture

Defined in

node_modules/@types/react/index.d.ts:2474


onSelect?

optional onSelect: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSelect

Defined in

node_modules/@types/react/index.d.ts:2525


onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSelectCapture

Defined in

node_modules/@types/react/index.d.ts:2526


onStalled?

optional onStalled: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onStalled

Defined in

node_modules/@types/react/index.d.ts:2475


onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onStalledCapture

Defined in

node_modules/@types/react/index.d.ts:2476


onSubmit?

optional onSubmit: FormEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSubmit

Defined in

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


onSubmitCapture?

optional onSubmitCapture: FormEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSubmitCapture

Defined in

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


onSuspend?

optional onSuspend: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSuspend

Defined in

node_modules/@types/react/index.d.ts:2477


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onSuspendCapture

Defined in

node_modules/@types/react/index.d.ts:2478


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTimeUpdate

Defined in

node_modules/@types/react/index.d.ts:2479


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTimeUpdateCapture

Defined in

node_modules/@types/react/index.d.ts:2480


onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchCancel

Defined in

node_modules/@types/react/index.d.ts:2529


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchCancelCapture

Defined in

node_modules/@types/react/index.d.ts:2530


onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchEnd

Defined in

node_modules/@types/react/index.d.ts:2531


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchEndCapture

Defined in

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


onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchMove

Defined in

node_modules/@types/react/index.d.ts:2533


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchMoveCapture

Defined in

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


onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchStart

Defined in

node_modules/@types/react/index.d.ts:2535


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTouchStartCapture

Defined in

node_modules/@types/react/index.d.ts:2536


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTransitionEnd

Defined in

node_modules/@types/react/index.d.ts:2575


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onTransitionEndCapture

Defined in

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


onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onVolumeChange

Defined in

node_modules/@types/react/index.d.ts:2481


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onVolumeChangeCapture

Defined in

node_modules/@types/react/index.d.ts:2482


onWaiting?

optional onWaiting: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onWaiting

Defined in

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


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onWaitingCapture

Defined in

node_modules/@types/react/index.d.ts:2484


onWheel?

optional onWheel: WheelEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onWheel

Defined in

node_modules/@types/react/index.d.ts:2563


onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLDivElement>

Inherited from

ComponentPropsWithoutRef.onWheelCapture

Defined in

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


prefix?

optional prefix: string

Inherited from

ComponentPropsWithoutRef.prefix

Defined in

node_modules/@types/react/index.d.ts:2924


property?

optional property: string

Inherited from

ComponentPropsWithoutRef.property

Defined in

node_modules/@types/react/index.d.ts:2925


radioGroup?

optional radioGroup: string

Inherited from

ComponentPropsWithoutRef.radioGroup

Defined in

node_modules/@types/react/index.d.ts:2914


rel?

optional rel: string

Inherited from

ComponentPropsWithoutRef.rel

Defined in

node_modules/@types/react/index.d.ts:2926


resource?

optional resource: string

Inherited from

ComponentPropsWithoutRef.resource

Defined in

node_modules/@types/react/index.d.ts:2927


results?

optional results: number

Inherited from

ComponentPropsWithoutRef.results

Defined in

node_modules/@types/react/index.d.ts:2942


rev?

optional rev: string

Inherited from

ComponentPropsWithoutRef.rev

Defined in

node_modules/@types/react/index.d.ts:2928


role?

optional role: AriaRole

Inherited from

ComponentPropsWithoutRef.role

Defined in

node_modules/@types/react/index.d.ts:2917


security?

optional security: string

Inherited from

ComponentPropsWithoutRef.security

Defined in

node_modules/@types/react/index.d.ts:2943


slot?

optional slot: string

Inherited from

ComponentPropsWithoutRef.slot

Defined in

node_modules/@types/react/index.d.ts:2906


spellCheck?

optional spellCheck: Booleanish

Inherited from

ComponentPropsWithoutRef.spellCheck

Defined in

node_modules/@types/react/index.d.ts:2907


style?

optional style: CSSProperties

Inherited from

ComponentPropsWithoutRef.style

Defined in

node_modules/@types/react/index.d.ts:2908


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Inherited from

ComponentPropsWithoutRef.suppressContentEditableWarning

Defined in

node_modules/@types/react/index.d.ts:2891


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Inherited from

ComponentPropsWithoutRef.suppressHydrationWarning

Defined in

node_modules/@types/react/index.d.ts:2892


tabIndex?

optional tabIndex: number

Inherited from

ComponentPropsWithoutRef.tabIndex

Defined in

node_modules/@types/react/index.d.ts:2909


title?

optional title: string

Inherited from

ComponentPropsWithoutRef.title

Defined in

node_modules/@types/react/index.d.ts:2910


translate?

optional translate: "yes" | "no"

Inherited from

ComponentPropsWithoutRef.translate

Defined in

node_modules/@types/react/index.d.ts:2911


typeof?

optional typeof: string

Inherited from

ComponentPropsWithoutRef.typeof

Defined in

node_modules/@types/react/index.d.ts:2929


unselectable?

optional unselectable: "on" | "off"

Inherited from

ComponentPropsWithoutRef.unselectable

Defined in

node_modules/@types/react/index.d.ts:2944


vocab?

optional vocab: string

Inherited from

ComponentPropsWithoutRef.vocab

Defined in

node_modules/@types/react/index.d.ts:2930

Last updated