Interface: ISelectProps
molecule.component.ISelectProps
Hierarchy
Omit
<ComponentProps
<"div"
>,"onSelect"
>↳
ISelectProps
Properties
about
• Optional
about: string
Inherited from
Omit.about
Defined in
node_modules/@types/react/index.d.ts:1772
accessKey
• Optional
accessKey: string
Inherited from
Omit.accessKey
Defined in
node_modules/@types/react/index.d.ts:1748
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
Omit.aria-activedescendant
Defined in
node_modules/@types/react/index.d.ts:1555
aria-atomic
• Optional
aria-atomic: boolean
| "true"
| "false"
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
Omit.aria-atomic
Defined in
node_modules/@types/react/index.d.ts:1557
aria-autocomplete
• Optional
aria-autocomplete: "none"
| "inline"
| "list"
| "both"
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
Omit.aria-autocomplete
Defined in
node_modules/@types/react/index.d.ts:1562
aria-busy
• Optional
aria-busy: boolean
| "true"
| "false"
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.
Inherited from
Omit.aria-busy
Defined in
node_modules/@types/react/index.d.ts:1564
aria-checked
• Optional
aria-checked: boolean
| "true"
| "false"
| "mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
see
aria-pressed @see aria-selected.
Inherited from
Omit.aria-checked
Defined in
node_modules/@types/react/index.d.ts:1569
aria-colcount
• Optional
aria-colcount: number
Defines the total number of columns in a table, grid, or treegrid.
see
aria-colindex.
Inherited from
Omit.aria-colcount
Defined in
node_modules/@types/react/index.d.ts:1574
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 @see aria-colspan.
Inherited from
Omit.aria-colindex
Defined in
node_modules/@types/react/index.d.ts:1579
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 @see aria-rowspan.
Inherited from
Omit.aria-colspan
Defined in
node_modules/@types/react/index.d.ts:1584
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
Omit.aria-controls
Defined in
node_modules/@types/react/index.d.ts:1589
aria-current
• Optional
aria-current: boolean
| "time"
| "true"
| "false"
| "page"
| "step"
| "location"
| "date"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
Omit.aria-current
Defined in
node_modules/@types/react/index.d.ts:1591
aria-describedby
• Optional
aria-describedby: string
Identifies the element (or elements) that describes the object.
see
aria-labelledby
Inherited from
Omit.aria-describedby
Defined in
node_modules/@types/react/index.d.ts:1596
aria-details
• Optional
aria-details: string
Identifies the element that provides a detailed, extended description for the object.
see
aria-describedby.
Inherited from
Omit.aria-details
Defined in
node_modules/@types/react/index.d.ts:1601
aria-disabled
• Optional
aria-disabled: boolean
| "true"
| "false"
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
see
aria-hidden @see aria-readonly.
Inherited from
Omit.aria-disabled
Defined in
node_modules/@types/react/index.d.ts:1606
aria-dropeffect
• Optional
aria-dropeffect: "link"
| "none"
| "copy"
| "execute"
| "move"
| "popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
deprecated
in ARIA 1.1
Inherited from
Omit.aria-dropeffect
Defined in
node_modules/@types/react/index.d.ts:1611
aria-errormessage
• Optional
aria-errormessage: string
Identifies the element that provides an error message for the object.
see
aria-invalid @see aria-describedby.
Inherited from
Omit.aria-errormessage
Defined in
node_modules/@types/react/index.d.ts:1616
aria-expanded
• Optional
aria-expanded: boolean
| "true"
| "false"
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
Omit.aria-expanded
Defined in
node_modules/@types/react/index.d.ts:1618
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
Omit.aria-flowto
Defined in
node_modules/@types/react/index.d.ts:1623
aria-grabbed
• Optional
aria-grabbed: boolean
| "true"
| "false"
Indicates an element's "grabbed" state in a drag-and-drop operation.
deprecated
in ARIA 1.1
Inherited from
Omit.aria-grabbed
Defined in
node_modules/@types/react/index.d.ts:1628
aria-haspopup
• Optional
aria-haspopup: boolean
| "dialog"
| "menu"
| "true"
| "false"
| "listbox"
| "tree"
| "grid"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
Omit.aria-haspopup
Defined in
node_modules/@types/react/index.d.ts:1630
aria-hidden
• Optional
aria-hidden: boolean
| "true"
| "false"
Indicates whether the element is exposed to an accessibility API.
see
aria-disabled.
Inherited from
Omit.aria-hidden
Defined in
node_modules/@types/react/index.d.ts:1635
aria-invalid
• Optional
aria-invalid: boolean
| "true"
| "false"
| "grammar"
| "spelling"
Indicates the entered value does not conform to the format expected by the application.
see
aria-errormessage.
Inherited from
Omit.aria-invalid
Defined in
node_modules/@types/react/index.d.ts:1640
aria-keyshortcuts
• Optional
aria-keyshortcuts: string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
Omit.aria-keyshortcuts
Defined in
node_modules/@types/react/index.d.ts:1642
aria-label
• Optional
aria-label: string
Defines a string value that labels the current element.
see
aria-labelledby.
Inherited from
Omit.aria-label
Defined in
node_modules/@types/react/index.d.ts:1647
aria-labelledby
• Optional
aria-labelledby: string
Identifies the element (or elements) that labels the current element.
see
aria-describedby.
Inherited from
Omit.aria-labelledby
Defined in
node_modules/@types/react/index.d.ts:1652
aria-level
• Optional
aria-level: number
Defines the hierarchical level of an element within a structure.
Inherited from
Omit.aria-level
Defined in
node_modules/@types/react/index.d.ts:1654
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
Omit.aria-live
Defined in
node_modules/@types/react/index.d.ts:1656
aria-modal
• Optional
aria-modal: boolean
| "true"
| "false"
Indicates whether an element is modal when displayed.
Inherited from
Omit.aria-modal
Defined in
node_modules/@types/react/index.d.ts:1658
aria-multiline
• Optional
aria-multiline: boolean
| "true"
| "false"
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
Omit.aria-multiline
Defined in
node_modules/@types/react/index.d.ts:1660
aria-multiselectable
• Optional
aria-multiselectable: boolean
| "true"
| "false"
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
Omit.aria-multiselectable
Defined in
node_modules/@types/react/index.d.ts:1662
aria-orientation
• Optional
aria-orientation: "horizontal"
| "vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
Omit.aria-orientation
Defined in
node_modules/@types/react/index.d.ts:1664
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
Omit.aria-owns
Defined in
node_modules/@types/react/index.d.ts:1670
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
Omit.aria-placeholder
Defined in
node_modules/@types/react/index.d.ts:1675
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
Omit.aria-posinset
Defined in
node_modules/@types/react/index.d.ts:1680
aria-pressed
• Optional
aria-pressed: boolean
| "true"
| "false"
| "mixed"
Indicates the current "pressed" state of toggle buttons.
see
aria-checked @see aria-selected.
Inherited from
Omit.aria-pressed
Defined in
node_modules/@types/react/index.d.ts:1685
aria-readonly
• Optional
aria-readonly: boolean
| "true"
| "false"
Indicates that the element is not editable, but is otherwise operable.
see
aria-disabled.
Inherited from
Omit.aria-readonly
Defined in
node_modules/@types/react/index.d.ts:1690
aria-relevant
• Optional
aria-relevant: "text"
| "additions"
| "additions removals"
| "additions text"
| "all"
| "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
Omit.aria-relevant
Defined in
node_modules/@types/react/index.d.ts:1695
aria-required
• Optional
aria-required: boolean
| "true"
| "false"
Indicates that user input is required on the element before a form may be submitted.
Inherited from
Omit.aria-required
Defined in
node_modules/@types/react/index.d.ts:1697
aria-roledescription
• Optional
aria-roledescription: string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
Omit.aria-roledescription
Defined in
node_modules/@types/react/index.d.ts:1699
aria-rowcount
• Optional
aria-rowcount: number
Defines the total number of rows in a table, grid, or treegrid.
see
aria-rowindex.
Inherited from
Omit.aria-rowcount
Defined in
node_modules/@types/react/index.d.ts:1704
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 @see aria-rowspan.
Inherited from
Omit.aria-rowindex
Defined in
node_modules/@types/react/index.d.ts:1709
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 @see aria-colspan.
Inherited from
Omit.aria-rowspan
Defined in
node_modules/@types/react/index.d.ts:1714
aria-selected
• Optional
aria-selected: boolean
| "true"
| "false"
Indicates the current "selected" state of various widgets.
see
aria-checked @see aria-pressed.
Inherited from
Omit.aria-selected
Defined in
node_modules/@types/react/index.d.ts:1719
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
Omit.aria-setsize
Defined in
node_modules/@types/react/index.d.ts:1724
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
Omit.aria-sort
Defined in
node_modules/@types/react/index.d.ts:1726
aria-valuemax
• Optional
aria-valuemax: number
Defines the maximum allowed value for a range widget.
Inherited from
Omit.aria-valuemax
Defined in
node_modules/@types/react/index.d.ts:1728
aria-valuemin
• Optional
aria-valuemin: number
Defines the minimum allowed value for a range widget.
Inherited from
Omit.aria-valuemin
Defined in
node_modules/@types/react/index.d.ts:1730
aria-valuenow
• Optional
aria-valuenow: number
Defines the current value for a range widget.
see
aria-valuetext.
Inherited from
Omit.aria-valuenow
Defined in
node_modules/@types/react/index.d.ts:1735
aria-valuetext
• Optional
aria-valuetext: string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
Omit.aria-valuetext
Defined in
node_modules/@types/react/index.d.ts:1737
autoCapitalize
• Optional
autoCapitalize: string
Inherited from
Omit.autoCapitalize
Defined in
node_modules/@types/react/index.d.ts:1782
autoCorrect
• Optional
autoCorrect: string
Inherited from
Omit.autoCorrect
Defined in
node_modules/@types/react/index.d.ts:1783
autoSave
• Optional
autoSave: string
Inherited from
Omit.autoSave
Defined in
node_modules/@types/react/index.d.ts:1784
children
• Optional
children: ReactNode
Overrides
Omit.children
Defined in
src/components/select/select.tsx:28
className
• Optional
className: string
Overrides
Omit.className
Defined in
src/components/select/select.tsx:25
color
• Optional
color: string
Inherited from
Omit.color
Defined in
node_modules/@types/react/index.d.ts:1785
contentEditable
• Optional
contentEditable: Booleanish
| "inherit"
Inherited from
Omit.contentEditable
Defined in
node_modules/@types/react/index.d.ts:1750
contextMenu
• Optional
contextMenu: string
Inherited from
Omit.contextMenu
Defined in
node_modules/@types/react/index.d.ts:1751
css
• Optional
css: InterpolationWithTheme
<any
>
Inherited from
Omit.css
Defined in
node_modules/@emotion/core/types/index.d.ts:84
dangerouslySetInnerHTML
• Optional
dangerouslySetInnerHTML: Object
Type declaration
Name | Type |
---|---|
__html | string |
Inherited from
Omit.dangerouslySetInnerHTML
Defined in
node_modules/@types/react/index.d.ts:1346
datatype
• Optional
datatype: string
Inherited from
Omit.datatype
Defined in
node_modules/@types/react/index.d.ts:1773
defaultChecked
• Optional
defaultChecked: boolean
Inherited from
Omit.defaultChecked
Defined in
node_modules/@types/react/index.d.ts:1742
defaultValue
• Optional
defaultValue: string
Overrides
Omit.defaultValue
Defined in
src/components/select/select.tsx:26
dir
• Optional
dir: string
Inherited from
Omit.dir
Defined in
node_modules/@types/react/index.d.ts:1752
draggable
• Optional
draggable: Booleanish
Inherited from
Omit.draggable
Defined in
node_modules/@types/react/index.d.ts:1753
hidden
• Optional
hidden: boolean
Inherited from
Omit.hidden
Defined in
node_modules/@types/react/index.d.ts:1754
id
• Optional
id: string
Inherited from
Omit.id
Defined in
node_modules/@types/react/index.d.ts:1755
inlist
• Optional
inlist: any
Inherited from
Omit.inlist
Defined in
node_modules/@types/react/index.d.ts:1774
inputMode
• Optional
inputMode: "text"
| "none"
| "tel"
| "url"
| "email"
| "numeric"
| "decimal"
| "search"
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
Omit.inputMode
Defined in
node_modules/@types/react/index.d.ts:1800
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
Omit.is
Defined in
node_modules/@types/react/index.d.ts:1805
itemID
• Optional
itemID: string
Inherited from
Omit.itemID
Defined in
node_modules/@types/react/index.d.ts:1789
itemProp
• Optional
itemProp: string
Inherited from
Omit.itemProp
Defined in
node_modules/@types/react/index.d.ts:1786
itemRef
• Optional
itemRef: string
Inherited from
Omit.itemRef
Defined in
node_modules/@types/react/index.d.ts:1790
itemScope
• Optional
itemScope: boolean
Inherited from
Omit.itemScope
Defined in
node_modules/@types/react/index.d.ts:1787
itemType
• Optional
itemType: string
Inherited from
Omit.itemType
Defined in
node_modules/@types/react/index.d.ts:1788
key
• Optional
key: null
| Key
Inherited from
Omit.key
Defined in
node_modules/@types/react/index.d.ts:133
lang
• Optional
lang: string
Inherited from
Omit.lang
Defined in
node_modules/@types/react/index.d.ts:1756
onAbort
• Optional
onAbort: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onAbort
Defined in
node_modules/@types/react/index.d.ts:1401
onAbortCapture
• Optional
onAbortCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onAbortCapture
Defined in
node_modules/@types/react/index.d.ts:1402
onAnimationEnd
• Optional
onAnimationEnd: AnimationEventHandler
<HTMLDivElement
>
Inherited from
Omit.onAnimationEnd
Defined in
node_modules/@types/react/index.d.ts:1531
onAnimationEndCapture
• Optional
onAnimationEndCapture: AnimationEventHandler
<HTMLDivElement
>
Inherited from
Omit.onAnimationEndCapture
Defined in
node_modules/@types/react/index.d.ts:1532
onAnimationIteration
• Optional
onAnimationIteration: AnimationEventHandler
<HTMLDivElement
>
Inherited from
Omit.onAnimationIteration
Defined in
node_modules/@types/react/index.d.ts:1533
onAnimationIterationCapture
• Optional
onAnimationIterationCapture: AnimationEventHandler
<HTMLDivElement
>
Inherited from
Omit.onAnimationIterationCapture
Defined in
node_modules/@types/react/index.d.ts:1534
onAnimationStart
• Optional
onAnimationStart: AnimationEventHandler
<HTMLDivElement
>
Inherited from
Omit.onAnimationStart
Defined in
node_modules/@types/react/index.d.ts:1529
onAnimationStartCapture
• Optional
onAnimationStartCapture: AnimationEventHandler
<HTMLDivElement
>
Inherited from
Omit.onAnimationStartCapture
Defined in
node_modules/@types/react/index.d.ts:1530
onAuxClick
• Optional
onAuxClick: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onAuxClick
Defined in
node_modules/@types/react/index.d.ts:1447
onAuxClickCapture
• Optional
onAuxClickCapture: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onAuxClickCapture
Defined in
node_modules/@types/react/index.d.ts:1448
onBeforeInput
• Optional
onBeforeInput: FormEventHandler
<HTMLDivElement
>
Inherited from
Omit.onBeforeInput
Defined in
node_modules/@types/react/index.d.ts:1375
onBeforeInputCapture
• Optional
onBeforeInputCapture: FormEventHandler
<HTMLDivElement
>
Inherited from
Omit.onBeforeInputCapture
Defined in
node_modules/@types/react/index.d.ts:1376
onBlur
• Optional
onBlur: FocusEventHandler
<HTMLDivElement
>
Inherited from
Omit.onBlur
Defined in
node_modules/@types/react/index.d.ts:1369
onBlurCapture
• Optional
onBlurCapture: FocusEventHandler
<HTMLDivElement
>
Inherited from
Omit.onBlurCapture
Defined in
node_modules/@types/react/index.d.ts:1370
onCanPlay
• Optional
onCanPlay: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCanPlay
Defined in
node_modules/@types/react/index.d.ts:1403
onCanPlayCapture
• Optional
onCanPlayCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCanPlayCapture
Defined in
node_modules/@types/react/index.d.ts:1404
onCanPlayThrough
• Optional
onCanPlayThrough: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCanPlayThrough
Defined in
node_modules/@types/react/index.d.ts:1405
onCanPlayThroughCapture
• Optional
onCanPlayThroughCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCanPlayThroughCapture
Defined in
node_modules/@types/react/index.d.ts:1406
onChange
• Optional
onChange: FormEventHandler
<HTMLDivElement
>
Inherited from
Omit.onChange
Defined in
node_modules/@types/react/index.d.ts:1373
onChangeCapture
• Optional
onChangeCapture: FormEventHandler
<HTMLDivElement
>
Inherited from
Omit.onChangeCapture
Defined in
node_modules/@types/react/index.d.ts:1374
onClick
• Optional
onClick: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onClick
Defined in
node_modules/@types/react/index.d.ts:1449
onClickCapture
• Optional
onClickCapture: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onClickCapture
Defined in
node_modules/@types/react/index.d.ts:1450
onCompositionEnd
• Optional
onCompositionEnd: CompositionEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCompositionEnd
Defined in
node_modules/@types/react/index.d.ts:1359
onCompositionEndCapture
• Optional
onCompositionEndCapture: CompositionEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCompositionEndCapture
Defined in
node_modules/@types/react/index.d.ts:1360
onCompositionStart
• Optional
onCompositionStart: CompositionEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCompositionStart
Defined in
node_modules/@types/react/index.d.ts:1361
onCompositionStartCapture
• Optional
onCompositionStartCapture: CompositionEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCompositionStartCapture
Defined in
node_modules/@types/react/index.d.ts:1362
onCompositionUpdate
• Optional
onCompositionUpdate: CompositionEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCompositionUpdate
Defined in
node_modules/@types/react/index.d.ts:1363
onCompositionUpdateCapture
• Optional
onCompositionUpdateCapture: CompositionEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCompositionUpdateCapture
Defined in
node_modules/@types/react/index.d.ts:1364
onContextMenu
• Optional
onContextMenu: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onContextMenu
Defined in
node_modules/@types/react/index.d.ts:1451
onContextMenuCapture
• Optional
onContextMenuCapture: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onContextMenuCapture
Defined in
node_modules/@types/react/index.d.ts:1452
onCopy
• Optional
onCopy: ClipboardEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCopy
Defined in
node_modules/@types/react/index.d.ts:1351
onCopyCapture
• Optional
onCopyCapture: ClipboardEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCopyCapture
Defined in
node_modules/@types/react/index.d.ts:1352
onCut
• Optional
onCut: ClipboardEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCut
Defined in
node_modules/@types/react/index.d.ts:1353
onCutCapture
• Optional
onCutCapture: ClipboardEventHandler
<HTMLDivElement
>
Inherited from
Omit.onCutCapture
Defined in
node_modules/@types/react/index.d.ts:1354
onDoubleClick
• Optional
onDoubleClick: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDoubleClick
Defined in
node_modules/@types/react/index.d.ts:1453
onDoubleClickCapture
• Optional
onDoubleClickCapture: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDoubleClickCapture
Defined in
node_modules/@types/react/index.d.ts:1454
onDrag
• Optional
onDrag: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDrag
Defined in
node_modules/@types/react/index.d.ts:1455
onDragCapture
• Optional
onDragCapture: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragCapture
Defined in
node_modules/@types/react/index.d.ts:1456
onDragEnd
• Optional
onDragEnd: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragEnd
Defined in
node_modules/@types/react/index.d.ts:1457
onDragEndCapture
• Optional
onDragEndCapture: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragEndCapture
Defined in
node_modules/@types/react/index.d.ts:1458
onDragEnter
• Optional
onDragEnter: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragEnter
Defined in
node_modules/@types/react/index.d.ts:1459
onDragEnterCapture
• Optional
onDragEnterCapture: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragEnterCapture
Defined in
node_modules/@types/react/index.d.ts:1460
onDragExit
• Optional
onDragExit: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragExit
Defined in
node_modules/@types/react/index.d.ts:1461
onDragExitCapture
• Optional
onDragExitCapture: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragExitCapture
Defined in
node_modules/@types/react/index.d.ts:1462
onDragLeave
• Optional
onDragLeave: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragLeave
Defined in
node_modules/@types/react/index.d.ts:1463
onDragLeaveCapture
• Optional
onDragLeaveCapture: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragLeaveCapture
Defined in
node_modules/@types/react/index.d.ts:1464
onDragOver
• Optional
onDragOver: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragOver
Defined in
node_modules/@types/react/index.d.ts:1465
onDragOverCapture
• Optional
onDragOverCapture: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragOverCapture
Defined in
node_modules/@types/react/index.d.ts:1466
onDragStart
• Optional
onDragStart: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragStart
Defined in
node_modules/@types/react/index.d.ts:1467
onDragStartCapture
• Optional
onDragStartCapture: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDragStartCapture
Defined in
node_modules/@types/react/index.d.ts:1468
onDrop
• Optional
onDrop: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDrop
Defined in
node_modules/@types/react/index.d.ts:1469
onDropCapture
• Optional
onDropCapture: DragEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDropCapture
Defined in
node_modules/@types/react/index.d.ts:1470
onDurationChange
• Optional
onDurationChange: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDurationChange
Defined in
node_modules/@types/react/index.d.ts:1407
onDurationChangeCapture
• Optional
onDurationChangeCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onDurationChangeCapture
Defined in
node_modules/@types/react/index.d.ts:1408
onEmptied
• Optional
onEmptied: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onEmptied
Defined in
node_modules/@types/react/index.d.ts:1409
onEmptiedCapture
• Optional
onEmptiedCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onEmptiedCapture
Defined in
node_modules/@types/react/index.d.ts:1410
onEncrypted
• Optional
onEncrypted: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onEncrypted
Defined in
node_modules/@types/react/index.d.ts:1411
onEncryptedCapture
• Optional
onEncryptedCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onEncryptedCapture
Defined in
node_modules/@types/react/index.d.ts:1412
onEnded
• Optional
onEnded: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onEnded
Defined in
node_modules/@types/react/index.d.ts:1413
onEndedCapture
• Optional
onEndedCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onEndedCapture
Defined in
node_modules/@types/react/index.d.ts:1414
onError
• Optional
onError: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onError
Defined in
node_modules/@types/react/index.d.ts:1389
onErrorCapture
• Optional
onErrorCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onErrorCapture
Defined in
node_modules/@types/react/index.d.ts:1390
onFocus
• Optional
onFocus: FocusEventHandler
<HTMLDivElement
>
Inherited from
Omit.onFocus
Defined in
node_modules/@types/react/index.d.ts:1367
onFocusCapture
• Optional
onFocusCapture: FocusEventHandler
<HTMLDivElement
>
Inherited from
Omit.onFocusCapture
Defined in
node_modules/@types/react/index.d.ts:1368
onGotPointerCapture
• Optional
onGotPointerCapture: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onGotPointerCapture
Defined in
node_modules/@types/react/index.d.ts:1515
onGotPointerCaptureCapture
• Optional
onGotPointerCaptureCapture: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onGotPointerCaptureCapture
Defined in
node_modules/@types/react/index.d.ts:1516
onInput
• Optional
onInput: FormEventHandler
<HTMLDivElement
>
Inherited from
Omit.onInput
Defined in
node_modules/@types/react/index.d.ts:1377
onInputCapture
• Optional
onInputCapture: FormEventHandler
<HTMLDivElement
>
Inherited from
Omit.onInputCapture
Defined in
node_modules/@types/react/index.d.ts:1378
onInvalid
• Optional
onInvalid: FormEventHandler
<HTMLDivElement
>
Inherited from
Omit.onInvalid
Defined in
node_modules/@types/react/index.d.ts:1383
onInvalidCapture
• Optional
onInvalidCapture: FormEventHandler
<HTMLDivElement
>
Inherited from
Omit.onInvalidCapture
Defined in
node_modules/@types/react/index.d.ts:1384
onKeyDown
• Optional
onKeyDown: KeyboardEventHandler
<HTMLDivElement
>
Inherited from
Omit.onKeyDown
Defined in
node_modules/@types/react/index.d.ts:1393
onKeyDownCapture
• Optional
onKeyDownCapture: KeyboardEventHandler
<HTMLDivElement
>
Inherited from
Omit.onKeyDownCapture
Defined in
node_modules/@types/react/index.d.ts:1394
onKeyPress
• Optional
onKeyPress: KeyboardEventHandler
<HTMLDivElement
>
Inherited from
Omit.onKeyPress
Defined in
node_modules/@types/react/index.d.ts:1395
onKeyPressCapture
• Optional
onKeyPressCapture: KeyboardEventHandler
<HTMLDivElement
>
Inherited from
Omit.onKeyPressCapture
Defined in
node_modules/@types/react/index.d.ts:1396
onKeyUp
• Optional
onKeyUp: KeyboardEventHandler
<HTMLDivElement
>
Inherited from
Omit.onKeyUp
Defined in
node_modules/@types/react/index.d.ts:1397
onKeyUpCapture
• Optional
onKeyUpCapture: KeyboardEventHandler
<HTMLDivElement
>
Inherited from
Omit.onKeyUpCapture
Defined in
node_modules/@types/react/index.d.ts:1398
onLoad
• Optional
onLoad: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onLoad
Defined in
node_modules/@types/react/index.d.ts:1387
onLoadCapture
• Optional
onLoadCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onLoadCapture
Defined in
node_modules/@types/react/index.d.ts:1388
onLoadStart
• Optional
onLoadStart: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onLoadStart
Defined in
node_modules/@types/react/index.d.ts:1419
onLoadStartCapture
• Optional
onLoadStartCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onLoadStartCapture
Defined in
node_modules/@types/react/index.d.ts:1420
onLoadedData
• Optional
onLoadedData: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onLoadedData
Defined in
node_modules/@types/react/index.d.ts:1415
onLoadedDataCapture
• Optional
onLoadedDataCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onLoadedDataCapture
Defined in
node_modules/@types/react/index.d.ts:1416
onLoadedMetadata
• Optional
onLoadedMetadata: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onLoadedMetadata
Defined in
node_modules/@types/react/index.d.ts:1417
onLoadedMetadataCapture
• Optional
onLoadedMetadataCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onLoadedMetadataCapture
Defined in
node_modules/@types/react/index.d.ts:1418
onLostPointerCapture
• Optional
onLostPointerCapture: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onLostPointerCapture
Defined in
node_modules/@types/react/index.d.ts:1517
onLostPointerCaptureCapture
• Optional
onLostPointerCaptureCapture: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onLostPointerCaptureCapture
Defined in
node_modules/@types/react/index.d.ts:1518
onMouseDown
• Optional
onMouseDown: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onMouseDown
Defined in
node_modules/@types/react/index.d.ts:1471
onMouseDownCapture
• Optional
onMouseDownCapture: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onMouseDownCapture
Defined in
node_modules/@types/react/index.d.ts:1472
onMouseEnter
• Optional
onMouseEnter: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onMouseEnter
Defined in
node_modules/@types/react/index.d.ts:1473
onMouseLeave
• Optional
onMouseLeave: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onMouseLeave
Defined in
node_modules/@types/react/index.d.ts:1474
onMouseMove
• Optional
onMouseMove: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onMouseMove
Defined in
node_modules/@types/react/index.d.ts:1475
onMouseMoveCapture
• Optional
onMouseMoveCapture: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onMouseMoveCapture
Defined in
node_modules/@types/react/index.d.ts:1476
onMouseOut
• Optional
onMouseOut: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onMouseOut
Defined in
node_modules/@types/react/index.d.ts:1477
onMouseOutCapture
• Optional
onMouseOutCapture: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onMouseOutCapture
Defined in
node_modules/@types/react/index.d.ts:1478
onMouseOver
• Optional
onMouseOver: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onMouseOver
Defined in
node_modules/@types/react/index.d.ts:1479
onMouseOverCapture
• Optional
onMouseOverCapture: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onMouseOverCapture
Defined in
node_modules/@types/react/index.d.ts:1480
onMouseUp
• Optional
onMouseUp: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onMouseUp
Defined in
node_modules/@types/react/index.d.ts:1481
onMouseUpCapture
• Optional
onMouseUpCapture: MouseEventHandler
<HTMLDivElement
>
Inherited from
Omit.onMouseUpCapture
Defined in
node_modules/@types/react/index.d.ts:1482
onPaste
• Optional
onPaste: ClipboardEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPaste
Defined in
node_modules/@types/react/index.d.ts:1355
onPasteCapture
• Optional
onPasteCapture: ClipboardEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPasteCapture
Defined in
node_modules/@types/react/index.d.ts:1356
onPause
• Optional
onPause: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPause
Defined in
node_modules/@types/react/index.d.ts:1421
onPauseCapture
• Optional
onPauseCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPauseCapture
Defined in
node_modules/@types/react/index.d.ts:1422
onPlay
• Optional
onPlay: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPlay
Defined in
node_modules/@types/react/index.d.ts:1423
onPlayCapture
• Optional
onPlayCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPlayCapture
Defined in
node_modules/@types/react/index.d.ts:1424
onPlaying
• Optional
onPlaying: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPlaying
Defined in
node_modules/@types/react/index.d.ts:1425
onPlayingCapture
• Optional
onPlayingCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPlayingCapture
Defined in
node_modules/@types/react/index.d.ts:1426
onPointerCancel
• Optional
onPointerCancel: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerCancel
Defined in
node_modules/@types/react/index.d.ts:1505
onPointerCancelCapture
• Optional
onPointerCancelCapture: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerCancelCapture
Defined in
node_modules/@types/react/index.d.ts:1506
onPointerDown
• Optional
onPointerDown: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerDown
Defined in
node_modules/@types/react/index.d.ts:1499
onPointerDownCapture
• Optional
onPointerDownCapture: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerDownCapture
Defined in
node_modules/@types/react/index.d.ts:1500
onPointerEnter
• Optional
onPointerEnter: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerEnter
Defined in
node_modules/@types/react/index.d.ts:1507
onPointerEnterCapture
• Optional
onPointerEnterCapture: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerEnterCapture
Defined in
node_modules/@types/react/index.d.ts:1508
onPointerLeave
• Optional
onPointerLeave: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerLeave
Defined in
node_modules/@types/react/index.d.ts:1509
onPointerLeaveCapture
• Optional
onPointerLeaveCapture: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerLeaveCapture
Defined in
node_modules/@types/react/index.d.ts:1510
onPointerMove
• Optional
onPointerMove: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerMove
Defined in
node_modules/@types/react/index.d.ts:1501
onPointerMoveCapture
• Optional
onPointerMoveCapture: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerMoveCapture
Defined in
node_modules/@types/react/index.d.ts:1502
onPointerOut
• Optional
onPointerOut: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerOut
Defined in
node_modules/@types/react/index.d.ts:1513
onPointerOutCapture
• Optional
onPointerOutCapture: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerOutCapture
Defined in
node_modules/@types/react/index.d.ts:1514
onPointerOver
• Optional
onPointerOver: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerOver
Defined in
node_modules/@types/react/index.d.ts:1511
onPointerOverCapture
• Optional
onPointerOverCapture: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerOverCapture
Defined in
node_modules/@types/react/index.d.ts:1512
onPointerUp
• Optional
onPointerUp: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerUp
Defined in
node_modules/@types/react/index.d.ts:1503
onPointerUpCapture
• Optional
onPointerUpCapture: PointerEventHandler
<HTMLDivElement
>
Inherited from
Omit.onPointerUpCapture
Defined in
node_modules/@types/react/index.d.ts:1504
onProgress
• Optional
onProgress: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onProgress
Defined in
node_modules/@types/react/index.d.ts:1427
onProgressCapture
• Optional
onProgressCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onProgressCapture
Defined in
node_modules/@types/react/index.d.ts:1428
onRateChange
• Optional
onRateChange: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onRateChange
Defined in
node_modules/@types/react/index.d.ts:1429
onRateChangeCapture
• Optional
onRateChangeCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onRateChangeCapture
Defined in
node_modules/@types/react/index.d.ts:1430
onReset
• Optional
onReset: FormEventHandler
<HTMLDivElement
>
Inherited from
Omit.onReset
Defined in
node_modules/@types/react/index.d.ts:1379
onResetCapture
• Optional
onResetCapture: FormEventHandler
<HTMLDivElement
>
Inherited from
Omit.onResetCapture
Defined in
node_modules/@types/react/index.d.ts:1380
onScroll
• Optional
onScroll: UIEventHandler
<HTMLDivElement
>
Inherited from
Omit.onScroll
Defined in
node_modules/@types/react/index.d.ts:1521
onScrollCapture
• Optional
onScrollCapture: UIEventHandler
<HTMLDivElement
>
Inherited from
Omit.onScrollCapture
Defined in
node_modules/@types/react/index.d.ts:1522
onSeeked
• Optional
onSeeked: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onSeeked
Defined in
node_modules/@types/react/index.d.ts:1431
onSeekedCapture
• Optional
onSeekedCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onSeekedCapture
Defined in
node_modules/@types/react/index.d.ts:1432
onSeeking
• Optional
onSeeking: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onSeeking
Defined in
node_modules/@types/react/index.d.ts:1433
onSeekingCapture
• Optional
onSeekingCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onSeekingCapture
Defined in
node_modules/@types/react/index.d.ts:1434
onSelectCapture
• Optional
onSelectCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onSelectCapture
Defined in
node_modules/@types/react/index.d.ts:1486
onStalled
• Optional
onStalled: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onStalled
Defined in
node_modules/@types/react/index.d.ts:1435
onStalledCapture
• Optional
onStalledCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onStalledCapture
Defined in
node_modules/@types/react/index.d.ts:1436
onSubmit
• Optional
onSubmit: FormEventHandler
<HTMLDivElement
>
Inherited from
Omit.onSubmit
Defined in
node_modules/@types/react/index.d.ts:1381
onSubmitCapture
• Optional
onSubmitCapture: FormEventHandler
<HTMLDivElement
>
Inherited from
Omit.onSubmitCapture
Defined in
node_modules/@types/react/index.d.ts:1382
onSuspend
• Optional
onSuspend: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onSuspend
Defined in
node_modules/@types/react/index.d.ts:1437
onSuspendCapture
• Optional
onSuspendCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onSuspendCapture
Defined in
node_modules/@types/react/index.d.ts:1438
onTimeUpdate
• Optional
onTimeUpdate: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onTimeUpdate
Defined in
node_modules/@types/react/index.d.ts:1439
onTimeUpdateCapture
• Optional
onTimeUpdateCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onTimeUpdateCapture
Defined in
node_modules/@types/react/index.d.ts:1440
onTouchCancel
• Optional
onTouchCancel: TouchEventHandler
<HTMLDivElement
>
Inherited from
Omit.onTouchCancel
Defined in
node_modules/@types/react/index.d.ts:1489
onTouchCancelCapture
• Optional
onTouchCancelCapture: TouchEventHandler
<HTMLDivElement
>
Inherited from
Omit.onTouchCancelCapture
Defined in
node_modules/@types/react/index.d.ts:1490
onTouchEnd
• Optional
onTouchEnd: TouchEventHandler
<HTMLDivElement
>
Inherited from
Omit.onTouchEnd
Defined in
node_modules/@types/react/index.d.ts:1491
onTouchEndCapture
• Optional
onTouchEndCapture: TouchEventHandler
<HTMLDivElement
>
Inherited from
Omit.onTouchEndCapture
Defined in
node_modules/@types/react/index.d.ts:1492
onTouchMove
• Optional
onTouchMove: TouchEventHandler
<HTMLDivElement
>
Inherited from
Omit.onTouchMove
Defined in
node_modules/@types/react/index.d.ts:1493
onTouchMoveCapture
• Optional
onTouchMoveCapture: TouchEventHandler
<HTMLDivElement
>
Inherited from
Omit.onTouchMoveCapture
Defined in
node_modules/@types/react/index.d.ts:1494
onTouchStart
• Optional
onTouchStart: TouchEventHandler
<HTMLDivElement
>
Inherited from
Omit.onTouchStart
Defined in
node_modules/@types/react/index.d.ts:1495
onTouchStartCapture
• Optional
onTouchStartCapture: TouchEventHandler
<HTMLDivElement
>
Inherited from
Omit.onTouchStartCapture
Defined in
node_modules/@types/react/index.d.ts:1496
onTransitionEnd
• Optional
onTransitionEnd: TransitionEventHandler
<HTMLDivElement
>
Inherited from
Omit.onTransitionEnd
Defined in
node_modules/@types/react/index.d.ts:1537
onTransitionEndCapture
• Optional
onTransitionEndCapture: TransitionEventHandler
<HTMLDivElement
>
Inherited from
Omit.onTransitionEndCapture
Defined in
node_modules/@types/react/index.d.ts:1538
onVolumeChange
• Optional
onVolumeChange: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onVolumeChange
Defined in
node_modules/@types/react/index.d.ts:1441
onVolumeChangeCapture
• Optional
onVolumeChangeCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onVolumeChangeCapture
Defined in
node_modules/@types/react/index.d.ts:1442
onWaiting
• Optional
onWaiting: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onWaiting
Defined in
node_modules/@types/react/index.d.ts:1443
onWaitingCapture
• Optional
onWaitingCapture: ReactEventHandler
<HTMLDivElement
>
Inherited from
Omit.onWaitingCapture
Defined in
node_modules/@types/react/index.d.ts:1444
onWheel
• Optional
onWheel: WheelEventHandler
<HTMLDivElement
>
Inherited from
Omit.onWheel
Defined in
node_modules/@types/react/index.d.ts:1525
onWheelCapture
• Optional
onWheelCapture: WheelEventHandler
<HTMLDivElement
>
Inherited from
Omit.onWheelCapture
Defined in
node_modules/@types/react/index.d.ts:1526
placeholder
• Optional
placeholder: string
Overrides
Omit.placeholder
Defined in
src/components/select/select.tsx:27
prefix
• Optional
prefix: string
Inherited from
Omit.prefix
Defined in
node_modules/@types/react/index.d.ts:1775
property
• Optional
property: string
Inherited from
Omit.property
Defined in
node_modules/@types/react/index.d.ts:1776
radioGroup
• Optional
radioGroup: string
Inherited from
Omit.radioGroup
Defined in
node_modules/@types/react/index.d.ts:1766
ref
• Optional
ref: LegacyRef
<HTMLDivElement
>
Inherited from
Omit.ref
Defined in
node_modules/@types/react/index.d.ts:139
resource
• Optional
resource: string
Inherited from
Omit.resource
Defined in
node_modules/@types/react/index.d.ts:1777
results
• Optional
results: number
Inherited from
Omit.results
Defined in
node_modules/@types/react/index.d.ts:1791
role
• Optional
role: string
Inherited from
Omit.role
Defined in
node_modules/@types/react/index.d.ts:1769
security
• Optional
security: string
Inherited from
Omit.security
Defined in
node_modules/@types/react/index.d.ts:1792
slot
• Optional
slot: string
Inherited from
Omit.slot
Defined in
node_modules/@types/react/index.d.ts:1758
spellCheck
• Optional
spellCheck: Booleanish
Inherited from
Omit.spellCheck
Defined in
node_modules/@types/react/index.d.ts:1759
style
• Optional
style: CSSProperties
Overrides
Omit.style
Defined in
src/components/select/select.tsx:24
suppressContentEditableWarning
• Optional
suppressContentEditableWarning: boolean
Inherited from
Omit.suppressContentEditableWarning
Defined in
node_modules/@types/react/index.d.ts:1744
suppressHydrationWarning
• Optional
suppressHydrationWarning: boolean
Inherited from
Omit.suppressHydrationWarning
Defined in
node_modules/@types/react/index.d.ts:1745
tabIndex
• Optional
tabIndex: number
Inherited from
Omit.tabIndex
Defined in
node_modules/@types/react/index.d.ts:1761
title
• Optional
title: string
Inherited from
Omit.title
Defined in
node_modules/@types/react/index.d.ts:1762
translate
• Optional
translate: "yes"
| "no"
Inherited from
Omit.translate
Defined in
node_modules/@types/react/index.d.ts:1763
typeof
• Optional
typeof: string
Inherited from
Omit.typeof
Defined in
node_modules/@types/react/index.d.ts:1778
unselectable
• Optional
unselectable: "on"
| "off"
Inherited from
Omit.unselectable
Defined in
node_modules/@types/react/index.d.ts:1793
value
• Optional
value: string
Defined in
src/components/select/select.tsx:23
vocab
• Optional
vocab: string
Inherited from
Omit.vocab
Defined in
node_modules/@types/react/index.d.ts:1779
Methods
onSelect
▸ Optional
onSelect(e
, selectedOption?
): void
Parameters
Name | Type |
---|---|
e | MouseEvent <Element , MouseEvent > |
selectedOption? | ISelectOptionProps |
Returns
void