Skip to content

Latest commit

 

History

History
2968 lines (1613 loc) · 87.3 KB

File metadata and controls

2968 lines (1613 loc) · 87.3 KB

andculturecode-javascript-react-components › RootPortalProps

Interface: RootPortalProps

Hierarchy

  • HTMLAttributes‹HTMLDivElement›

    ↳ RootPortalProps

Index

Properties

Properties

Optional about

• about? : undefined | string

Inherited from RootPortalProps.about

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


Optional accessKey

• accessKey? : undefined | string

Inherited from RootPortalProps.accessKey

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


Optional aria-activedescendant

• aria-activedescendant? : undefined | string

Inherited from RootPortalProps.aria-activedescendant

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

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


Optional aria-atomic

• aria-atomic? : boolean | "false" | "true"

Inherited from RootPortalProps.aria-atomic

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

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.


Optional aria-autocomplete

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

Inherited from RootPortalProps.aria-autocomplete

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

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.


Optional aria-busy

• aria-busy? : boolean | "false" | "true"

Inherited from RootPortalProps.aria-busy

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

Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.


Optional aria-checked

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

Inherited from RootPortalProps.aria-checked

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

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

see aria-pressed @see aria-selected.


Optional aria-colcount

• aria-colcount? : undefined | number

Inherited from RootPortalProps.aria-colcount

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

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

see aria-colindex.


Optional aria-colindex

• aria-colindex? : undefined | number

Inherited from RootPortalProps.aria-colindex

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

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 @see aria-colspan.


Optional aria-colspan

• aria-colspan? : undefined | number

Inherited from RootPortalProps.aria-colspan

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

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

see aria-colindex @see aria-rowspan.


Optional aria-controls

• aria-controls? : undefined | string

Inherited from RootPortalProps.aria-controls

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

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

see aria-owns.


Optional aria-current

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

Inherited from RootPortalProps.aria-current

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

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


Optional aria-describedby

• aria-describedby? : undefined | string

Inherited from RootPortalProps.aria-describedby

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

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

see aria-labelledby


Optional aria-details

• aria-details? : undefined | string

Inherited from RootPortalProps.aria-details

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

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

see aria-describedby.


Optional aria-disabled

• aria-disabled? : boolean | "false" | "true"

Inherited from RootPortalProps.aria-disabled

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

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

see aria-hidden @see aria-readonly.


Optional aria-dropeffect

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

Inherited from RootPortalProps.aria-dropeffect

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

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

deprecated in ARIA 1.1


Optional aria-errormessage

• aria-errormessage? : undefined | string

Inherited from RootPortalProps.aria-errormessage

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

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

see aria-invalid @see aria-describedby.


Optional aria-expanded

• aria-expanded? : boolean | "false" | "true"

Inherited from RootPortalProps.aria-expanded

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

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


Optional aria-flowto

• aria-flowto? : undefined | string

Inherited from RootPortalProps.aria-flowto

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

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.


Optional aria-grabbed

• aria-grabbed? : boolean | "false" | "true"

Inherited from RootPortalProps.aria-grabbed

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

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

deprecated in ARIA 1.1


Optional aria-haspopup

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

Inherited from RootPortalProps.aria-haspopup

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

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


Optional aria-hidden

• aria-hidden? : boolean | "false" | "true"

Inherited from RootPortalProps.aria-hidden

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

Indicates whether the element is exposed to an accessibility API.

see aria-disabled.


Optional aria-invalid

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

Inherited from RootPortalProps.aria-invalid

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

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

see aria-errormessage.


Optional aria-keyshortcuts

• aria-keyshortcuts? : undefined | string

Inherited from RootPortalProps.aria-keyshortcuts

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

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


Optional aria-label

• aria-label? : undefined | string

Inherited from RootPortalProps.aria-label

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

Defines a string value that labels the current element.

see aria-labelledby.


Optional aria-labelledby

• aria-labelledby? : undefined | string

Inherited from RootPortalProps.aria-labelledby

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

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

see aria-describedby.


Optional aria-level

• aria-level? : undefined | number

Inherited from RootPortalProps.aria-level

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

Defines the hierarchical level of an element within a structure.


Optional aria-live

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

Inherited from RootPortalProps.aria-live

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

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.


Optional aria-modal

• aria-modal? : boolean | "false" | "true"

Inherited from RootPortalProps.aria-modal

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

Indicates whether an element is modal when displayed.


Optional aria-multiline

• aria-multiline? : boolean | "false" | "true"

Inherited from RootPortalProps.aria-multiline

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

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


Optional aria-multiselectable

• aria-multiselectable? : boolean | "false" | "true"

Inherited from RootPortalProps.aria-multiselectable

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

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


Optional aria-orientation

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

Inherited from RootPortalProps.aria-orientation

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

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


Optional aria-owns

• aria-owns? : undefined | string

Inherited from RootPortalProps.aria-owns

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

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.


Optional aria-placeholder

• aria-placeholder? : undefined | string

Inherited from RootPortalProps.aria-placeholder

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

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.


Optional aria-posinset

• aria-posinset? : undefined | number

Inherited from RootPortalProps.aria-posinset

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

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.


Optional aria-pressed

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

Inherited from RootPortalProps.aria-pressed

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

Indicates the current "pressed" state of toggle buttons.

see aria-checked @see aria-selected.


Optional aria-readonly

• aria-readonly? : boolean | "false" | "true"

Inherited from RootPortalProps.aria-readonly

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

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

see aria-disabled.


Optional aria-relevant

• aria-relevant? : "additions" | "additions text" | "all" | "removals" | "text"

Inherited from RootPortalProps.aria-relevant

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

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

see aria-atomic.


Optional aria-required

• aria-required? : boolean | "false" | "true"

Inherited from RootPortalProps.aria-required

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

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


Optional aria-roledescription

• aria-roledescription? : undefined | string

Inherited from RootPortalProps.aria-roledescription

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

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


Optional aria-rowcount

• aria-rowcount? : undefined | number

Inherited from RootPortalProps.aria-rowcount

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

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

see aria-rowindex.


Optional aria-rowindex

• aria-rowindex? : undefined | number

Inherited from RootPortalProps.aria-rowindex

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

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 @see aria-rowspan.


Optional aria-rowspan

• aria-rowspan? : undefined | number

Inherited from RootPortalProps.aria-rowspan

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

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

see aria-rowindex @see aria-colspan.


Optional aria-selected

• aria-selected? : boolean | "false" | "true"

Inherited from RootPortalProps.aria-selected

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

Indicates the current "selected" state of various widgets.

see aria-checked @see aria-pressed.


Optional aria-setsize

• aria-setsize? : undefined | number

Inherited from RootPortalProps.aria-setsize

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

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.


Optional aria-sort

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

Inherited from RootPortalProps.aria-sort

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

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


Optional aria-valuemax

• aria-valuemax? : undefined | number

Inherited from RootPortalProps.aria-valuemax

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

Defines the maximum allowed value for a range widget.


Optional aria-valuemin

• aria-valuemin? : undefined | number

Inherited from RootPortalProps.aria-valuemin

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

Defines the minimum allowed value for a range widget.


Optional aria-valuenow

• aria-valuenow? : undefined | number

Inherited from RootPortalProps.aria-valuenow

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

Defines the current value for a range widget.

see aria-valuetext.


Optional aria-valuetext

• aria-valuetext? : undefined | string

Inherited from RootPortalProps.aria-valuetext

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

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


Optional autoCapitalize

• autoCapitalize? : undefined | string

Inherited from RootPortalProps.autoCapitalize

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


Optional autoCorrect

• autoCorrect? : undefined | string

Inherited from RootPortalProps.autoCorrect

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


Optional autoSave

• autoSave? : undefined | string

Inherited from RootPortalProps.autoSave

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


Optional children

• children? : ReactNode

Inherited from RootPortalProps.children

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


Optional className

• className? : undefined | string

Inherited from RootPortalProps.className

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


Optional color

• color? : undefined | string

Inherited from RootPortalProps.color

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


Optional contentEditable

• contentEditable? : undefined | false | true

Inherited from RootPortalProps.contentEditable

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


Optional contextMenu

• contextMenu? : undefined | string

Inherited from RootPortalProps.contextMenu

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


Optional css

• css? : InterpolationWithTheme‹any›

Inherited from RootPortalProps.css

Defined in node_modules/@emotion/core/types/index.d.ts:84


Optional dangerouslySetInnerHTML

• dangerouslySetInnerHTML? : undefined | object

Inherited from RootPortalProps.dangerouslySetInnerHTML

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


Optional datatype

• datatype? : undefined | string

Inherited from RootPortalProps.datatype

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


Optional defaultChecked

• defaultChecked? : undefined | false | true

Inherited from RootPortalProps.defaultChecked

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


Optional defaultValue

• defaultValue? : string | number | string[]

Inherited from RootPortalProps.defaultValue

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


Optional dir

• dir? : undefined | string

Inherited from RootPortalProps.dir

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


Optional draggable

• draggable? : undefined | false | true

Inherited from RootPortalProps.draggable

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


Optional hidden

• hidden? : undefined | false | true

Inherited from RootPortalProps.hidden

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


Optional id

• id? : undefined | string

Inherited from RootPortalProps.id

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


Optional inlist

• inlist? : any

Inherited from RootPortalProps.inlist

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


Optional inputMode

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

Inherited from RootPortalProps.inputMode

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

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


Optional is

• is? : undefined | string

Inherited from RootPortalProps.is

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

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


Optional itemID

• itemID? : undefined | string

Inherited from RootPortalProps.itemID

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


Optional itemProp

• itemProp? : undefined | string

Inherited from RootPortalProps.itemProp

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


Optional itemRef

• itemRef? : undefined | string

Inherited from RootPortalProps.itemRef

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


Optional itemScope

• itemScope? : undefined | false | true

Inherited from RootPortalProps.itemScope

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


Optional itemType

• itemType? : undefined | string

Inherited from RootPortalProps.itemType

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


Optional lang

• lang? : undefined | string

Inherited from RootPortalProps.lang

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


Optional onAbort

• onAbort? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onAbort

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


Optional onAbortCapture

• onAbortCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onAbortCapture

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


Optional onAnimationEnd

• onAnimationEnd? : AnimationEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onAnimationEnd

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


Optional onAnimationEndCapture

• onAnimationEndCapture? : AnimationEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onAnimationEndCapture

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


Optional onAnimationIteration

• onAnimationIteration? : AnimationEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onAnimationIteration

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


Optional onAnimationIterationCapture

• onAnimationIterationCapture? : AnimationEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onAnimationIterationCapture

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


Optional onAnimationStart

• onAnimationStart? : AnimationEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onAnimationStart

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


Optional onAnimationStartCapture

• onAnimationStartCapture? : AnimationEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onAnimationStartCapture

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


Optional onAuxClick

• onAuxClick? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onAuxClick

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


Optional onAuxClickCapture

• onAuxClickCapture? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onAuxClickCapture

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


Optional onBeforeInput

• onBeforeInput? : FormEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onBeforeInput

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


Optional onBeforeInputCapture

• onBeforeInputCapture? : FormEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onBeforeInputCapture

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


Optional onBlur

• onBlur? : FocusEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onBlur

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


Optional onBlurCapture

• onBlurCapture? : FocusEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onBlurCapture

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


Optional onCanPlay

• onCanPlay? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCanPlay

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


Optional onCanPlayCapture

• onCanPlayCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCanPlayCapture

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


Optional onCanPlayThrough

• onCanPlayThrough? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCanPlayThrough

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


Optional onCanPlayThroughCapture

• onCanPlayThroughCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCanPlayThroughCapture

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


Optional onChange

• onChange? : FormEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onChange

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


Optional onChangeCapture

• onChangeCapture? : FormEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onChangeCapture

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


Optional onClick

• onClick? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onClick

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


Optional onClickCapture

• onClickCapture? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onClickCapture

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


Optional onCompositionEnd

• onCompositionEnd? : CompositionEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCompositionEnd

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


Optional onCompositionEndCapture

• onCompositionEndCapture? : CompositionEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCompositionEndCapture

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


Optional onCompositionStart

• onCompositionStart? : CompositionEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCompositionStart

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


Optional onCompositionStartCapture

• onCompositionStartCapture? : CompositionEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCompositionStartCapture

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


Optional onCompositionUpdate

• onCompositionUpdate? : CompositionEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCompositionUpdate

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


Optional onCompositionUpdateCapture

• onCompositionUpdateCapture? : CompositionEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCompositionUpdateCapture

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


Optional onContextMenu

• onContextMenu? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onContextMenu

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


Optional onContextMenuCapture

• onContextMenuCapture? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onContextMenuCapture

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


Optional onCopy

• onCopy? : ClipboardEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCopy

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


Optional onCopyCapture

• onCopyCapture? : ClipboardEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCopyCapture

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


Optional onCut

• onCut? : ClipboardEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCut

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


Optional onCutCapture

• onCutCapture? : ClipboardEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onCutCapture

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


Optional onDoubleClick

• onDoubleClick? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDoubleClick

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


Optional onDoubleClickCapture

• onDoubleClickCapture? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDoubleClickCapture

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


Optional onDrag

• onDrag? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDrag

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


Optional onDragCapture

• onDragCapture? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragCapture

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


Optional onDragEnd

• onDragEnd? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragEnd

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


Optional onDragEndCapture

• onDragEndCapture? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragEndCapture

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


Optional onDragEnter

• onDragEnter? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragEnter

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


Optional onDragEnterCapture

• onDragEnterCapture? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragEnterCapture

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


Optional onDragExit

• onDragExit? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragExit

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


Optional onDragExitCapture

• onDragExitCapture? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragExitCapture

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


Optional onDragLeave

• onDragLeave? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragLeave

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


Optional onDragLeaveCapture

• onDragLeaveCapture? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragLeaveCapture

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


Optional onDragOver

• onDragOver? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragOver

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


Optional onDragOverCapture

• onDragOverCapture? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragOverCapture

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


Optional onDragStart

• onDragStart? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragStart

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


Optional onDragStartCapture

• onDragStartCapture? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDragStartCapture

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


Optional onDrop

• onDrop? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDrop

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


Optional onDropCapture

• onDropCapture? : DragEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDropCapture

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


Optional onDurationChange

• onDurationChange? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDurationChange

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


Optional onDurationChangeCapture

• onDurationChangeCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onDurationChangeCapture

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


Optional onEmptied

• onEmptied? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onEmptied

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


Optional onEmptiedCapture

• onEmptiedCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onEmptiedCapture

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


Optional onEncrypted

• onEncrypted? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onEncrypted

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


Optional onEncryptedCapture

• onEncryptedCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onEncryptedCapture

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


Optional onEnded

• onEnded? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onEnded

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


Optional onEndedCapture

• onEndedCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onEndedCapture

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


Optional onError

• onError? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onError

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


Optional onErrorCapture

• onErrorCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onErrorCapture

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


Optional onFocus

• onFocus? : FocusEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onFocus

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


Optional onFocusCapture

• onFocusCapture? : FocusEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onFocusCapture

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


Optional onGotPointerCapture

• onGotPointerCapture? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onGotPointerCapture

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


Optional onGotPointerCaptureCapture

• onGotPointerCaptureCapture? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onGotPointerCaptureCapture

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


Optional onInput

• onInput? : FormEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onInput

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


Optional onInputCapture

• onInputCapture? : FormEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onInputCapture

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


Optional onInvalid

• onInvalid? : FormEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onInvalid

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


Optional onInvalidCapture

• onInvalidCapture? : FormEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onInvalidCapture

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


Optional onKeyDown

• onKeyDown? : KeyboardEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onKeyDown

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


Optional onKeyDownCapture

• onKeyDownCapture? : KeyboardEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onKeyDownCapture

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


Optional onKeyPress

• onKeyPress? : KeyboardEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onKeyPress

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


Optional onKeyPressCapture

• onKeyPressCapture? : KeyboardEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onKeyPressCapture

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


Optional onKeyUp

• onKeyUp? : KeyboardEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onKeyUp

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


Optional onKeyUpCapture

• onKeyUpCapture? : KeyboardEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onKeyUpCapture

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


Optional onLoad

• onLoad? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onLoad

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


Optional onLoadCapture

• onLoadCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onLoadCapture

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


Optional onLoadStart

• onLoadStart? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onLoadStart

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


Optional onLoadStartCapture

• onLoadStartCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onLoadStartCapture

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


Optional onLoadedData

• onLoadedData? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onLoadedData

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


Optional onLoadedDataCapture

• onLoadedDataCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onLoadedDataCapture

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


Optional onLoadedMetadata

• onLoadedMetadata? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onLoadedMetadata

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


Optional onLoadedMetadataCapture

• onLoadedMetadataCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onLoadedMetadataCapture

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


Optional onLostPointerCapture

• onLostPointerCapture? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onLostPointerCapture

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


Optional onLostPointerCaptureCapture

• onLostPointerCaptureCapture? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onLostPointerCaptureCapture

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


Optional onMouseDown

• onMouseDown? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onMouseDown

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


Optional onMouseDownCapture

• onMouseDownCapture? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onMouseDownCapture

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


Optional onMouseEnter

• onMouseEnter? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onMouseEnter

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


Optional onMouseLeave

• onMouseLeave? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onMouseLeave

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


Optional onMouseMove

• onMouseMove? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onMouseMove

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


Optional onMouseMoveCapture

• onMouseMoveCapture? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onMouseMoveCapture

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


Optional onMouseOut

• onMouseOut? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onMouseOut

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


Optional onMouseOutCapture

• onMouseOutCapture? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onMouseOutCapture

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


Optional onMouseOver

• onMouseOver? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onMouseOver

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


Optional onMouseOverCapture

• onMouseOverCapture? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onMouseOverCapture

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


Optional onMouseUp

• onMouseUp? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onMouseUp

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


Optional onMouseUpCapture

• onMouseUpCapture? : MouseEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onMouseUpCapture

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


Optional onPaste

• onPaste? : ClipboardEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPaste

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


Optional onPasteCapture

• onPasteCapture? : ClipboardEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPasteCapture

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


Optional onPause

• onPause? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPause

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


Optional onPauseCapture

• onPauseCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPauseCapture

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


Optional onPlay

• onPlay? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPlay

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


Optional onPlayCapture

• onPlayCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPlayCapture

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


Optional onPlaying

• onPlaying? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPlaying

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


Optional onPlayingCapture

• onPlayingCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPlayingCapture

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


Optional onPointerCancel

• onPointerCancel? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerCancel

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


Optional onPointerCancelCapture

• onPointerCancelCapture? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerCancelCapture

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


Optional onPointerDown

• onPointerDown? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerDown

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


Optional onPointerDownCapture

• onPointerDownCapture? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerDownCapture

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


Optional onPointerEnter

• onPointerEnter? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerEnter

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


Optional onPointerEnterCapture

• onPointerEnterCapture? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerEnterCapture

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


Optional onPointerLeave

• onPointerLeave? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerLeave

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


Optional onPointerLeaveCapture

• onPointerLeaveCapture? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerLeaveCapture

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


Optional onPointerMove

• onPointerMove? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerMove

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


Optional onPointerMoveCapture

• onPointerMoveCapture? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerMoveCapture

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


Optional onPointerOut

• onPointerOut? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerOut

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


Optional onPointerOutCapture

• onPointerOutCapture? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerOutCapture

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


Optional onPointerOver

• onPointerOver? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerOver

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


Optional onPointerOverCapture

• onPointerOverCapture? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerOverCapture

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


Optional onPointerUp

• onPointerUp? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerUp

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


Optional onPointerUpCapture

• onPointerUpCapture? : PointerEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onPointerUpCapture

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


Optional onProgress

• onProgress? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onProgress

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


Optional onProgressCapture

• onProgressCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onProgressCapture

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


Optional onRateChange

• onRateChange? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onRateChange

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


Optional onRateChangeCapture

• onRateChangeCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onRateChangeCapture

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


Optional onReset

• onReset? : FormEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onReset

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


Optional onResetCapture

• onResetCapture? : FormEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onResetCapture

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


Optional onScroll

• onScroll? : UIEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onScroll

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


Optional onScrollCapture

• onScrollCapture? : UIEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onScrollCapture

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


Optional onSeeked

• onSeeked? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onSeeked

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


Optional onSeekedCapture

• onSeekedCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onSeekedCapture

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


Optional onSeeking

• onSeeking? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onSeeking

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


Optional onSeekingCapture

• onSeekingCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onSeekingCapture

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


Optional onSelect

• onSelect? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onSelect

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


Optional onSelectCapture

• onSelectCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onSelectCapture

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


Optional onStalled

• onStalled? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onStalled

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


Optional onStalledCapture

• onStalledCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onStalledCapture

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


Optional onSubmit

• onSubmit? : FormEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onSubmit

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


Optional onSubmitCapture

• onSubmitCapture? : FormEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onSubmitCapture

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


Optional onSuspend

• onSuspend? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onSuspend

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


Optional onSuspendCapture

• onSuspendCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onSuspendCapture

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


Optional onTimeUpdate

• onTimeUpdate? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onTimeUpdate

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


Optional onTimeUpdateCapture

• onTimeUpdateCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onTimeUpdateCapture

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


Optional onTouchCancel

• onTouchCancel? : TouchEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onTouchCancel

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


Optional onTouchCancelCapture

• onTouchCancelCapture? : TouchEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onTouchCancelCapture

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


Optional onTouchEnd

• onTouchEnd? : TouchEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onTouchEnd

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


Optional onTouchEndCapture

• onTouchEndCapture? : TouchEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onTouchEndCapture

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


Optional onTouchMove

• onTouchMove? : TouchEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onTouchMove

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


Optional onTouchMoveCapture

• onTouchMoveCapture? : TouchEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onTouchMoveCapture

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


Optional onTouchStart

• onTouchStart? : TouchEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onTouchStart

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


Optional onTouchStartCapture

• onTouchStartCapture? : TouchEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onTouchStartCapture

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


Optional onTransitionEnd

• onTransitionEnd? : TransitionEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onTransitionEnd

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


Optional onTransitionEndCapture

• onTransitionEndCapture? : TransitionEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onTransitionEndCapture

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


Optional onVolumeChange

• onVolumeChange? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onVolumeChange

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


Optional onVolumeChangeCapture

• onVolumeChangeCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onVolumeChangeCapture

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


Optional onWaiting

• onWaiting? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onWaiting

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


Optional onWaitingCapture

• onWaitingCapture? : ReactEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onWaitingCapture

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


Optional onWheel

• onWheel? : WheelEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onWheel

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


Optional onWheelCapture

• onWheelCapture? : WheelEventHandler‹HTMLDivElement›

Inherited from RootPortalProps.onWheelCapture

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


Optional placeholder

• placeholder? : undefined | string

Inherited from RootPortalProps.placeholder

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


Optional prefix

• prefix? : undefined | string

Inherited from RootPortalProps.prefix

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


Optional property

• property? : undefined | string

Inherited from RootPortalProps.property

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


Optional radioGroup

• radioGroup? : undefined | string

Inherited from RootPortalProps.radioGroup

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


Optional resource

• resource? : undefined | string

Inherited from RootPortalProps.resource

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


Optional results

• results? : undefined | number

Inherited from RootPortalProps.results

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


Optional role

• role? : undefined | string

Inherited from RootPortalProps.role

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


Optional security

• security? : undefined | string

Inherited from RootPortalProps.security

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


Optional slot

• slot? : undefined | string

Inherited from RootPortalProps.slot

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


Optional spellCheck

• spellCheck? : undefined | false | true

Inherited from RootPortalProps.spellCheck

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


Optional style

• style? : CSSProperties

Inherited from RootPortalProps.style

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


Optional suppressContentEditableWarning

• suppressContentEditableWarning? : undefined | false | true

Inherited from RootPortalProps.suppressContentEditableWarning

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


Optional suppressHydrationWarning

• suppressHydrationWarning? : undefined | false | true

Inherited from RootPortalProps.suppressHydrationWarning

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


Optional tabIndex

• tabIndex? : undefined | number

Inherited from RootPortalProps.tabIndex

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


Optional title

• title? : undefined | string

Inherited from RootPortalProps.title

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


Optional typeof

• typeof? : undefined | string

Inherited from RootPortalProps.typeof

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


Optional unselectable

• unselectable? : "on" | "off"

Inherited from RootPortalProps.unselectable

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


Optional vocab

• vocab? : undefined | string

Inherited from RootPortalProps.vocab

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