Globals / "src/renderer/components/drawer/drawer-item" / DrawerItemProps
Interface: DrawerItemProps#
Hierarchy#
- HTMLAttributes\
↳ DrawerItemProps
Index#
Properties#
- about
- accessKey
- aria-activedescendant
- aria-atomic
- aria-autocomplete
- aria-busy
- aria-checked
- aria-colcount
- aria-colindex
- aria-colspan
- aria-controls
- aria-current
- aria-describedby
- aria-details
- aria-disabled
- aria-dropeffect
- aria-errormessage
- aria-expanded
- aria-flowto
- aria-grabbed
- aria-haspopup
- aria-hidden
- aria-invalid
- aria-keyshortcuts
- aria-label
- aria-labelledby
- aria-level
- aria-live
- aria-modal
- aria-multiline
- aria-multiselectable
- aria-orientation
- aria-owns
- aria-placeholder
- aria-posinset
- aria-pressed
- aria-readonly
- aria-relevant
- aria-required
- aria-roledescription
- aria-rowcount
- aria-rowindex
- aria-rowspan
- aria-selected
- aria-setsize
- aria-sort
- aria-valuemax
- aria-valuemin
- aria-valuenow
- aria-valuetext
- autoCapitalize
- autoCorrect
- autoSave
- checkedLink
- children
- className
- color
- contentEditable
- contextMenu
- dangerouslySetInnerHTML
- datatype
- defaultChecked
- defaultValue
- dir
- draggable
- hidden
- id
- inlist
- inputMode
- is
- itemID
- itemProp
- itemRef
- itemScope
- itemType
- labelsOnly
- lang
- name
- onAbort
- onAbortCapture
- onAnimationEnd
- onAnimationEndCapture
- onAnimationIteration
- onAnimationIterationCapture
- onAnimationStart
- onAnimationStartCapture
- onAuxClick
- onAuxClickCapture
- onBeforeInput
- onBeforeInputCapture
- onBlur
- onBlurCapture
- onCanPlay
- onCanPlayCapture
- onCanPlayThrough
- onCanPlayThroughCapture
- onChange
- onChangeCapture
- onClick
- onClickCapture
- onCompositionEnd
- onCompositionEndCapture
- onCompositionStart
- onCompositionStartCapture
- onCompositionUpdate
- onCompositionUpdateCapture
- onContextMenu
- onContextMenuCapture
- onCopy
- onCopyCapture
- onCut
- onCutCapture
- onDoubleClick
- onDoubleClickCapture
- onDrag
- onDragCapture
- onDragEnd
- onDragEndCapture
- onDragEnter
- onDragEnterCapture
- onDragExit
- onDragExitCapture
- onDragLeave
- onDragLeaveCapture
- onDragOver
- onDragOverCapture
- onDragStart
- onDragStartCapture
- onDrop
- onDropCapture
- onDurationChange
- onDurationChangeCapture
- onEmptied
- onEmptiedCapture
- onEncrypted
- onEncryptedCapture
- onEnded
- onEndedCapture
- onError
- onErrorCapture
- onFocus
- onFocusCapture
- onGotPointerCapture
- onGotPointerCaptureCapture
- onInput
- onInputCapture
- onInvalid
- onInvalidCapture
- onKeyDown
- onKeyDownCapture
- onKeyPress
- onKeyPressCapture
- onKeyUp
- onKeyUpCapture
- onLoad
- onLoadCapture
- onLoadStart
- onLoadStartCapture
- onLoadedData
- onLoadedDataCapture
- onLoadedMetadata
- onLoadedMetadataCapture
- onLostPointerCapture
- onLostPointerCaptureCapture
- onMouseDown
- onMouseDownCapture
- onMouseEnter
- onMouseLeave
- onMouseMove
- onMouseMoveCapture
- onMouseOut
- onMouseOutCapture
- onMouseOver
- onMouseOverCapture
- onMouseUp
- onMouseUpCapture
- onPaste
- onPasteCapture
- onPause
- onPauseCapture
- onPlay
- onPlayCapture
- onPlaying
- onPlayingCapture
- onPointerCancel
- onPointerCancelCapture
- onPointerDown
- onPointerDownCapture
- onPointerEnter
- onPointerEnterCapture
- onPointerLeave
- onPointerLeaveCapture
- onPointerMove
- onPointerMoveCapture
- onPointerOut
- onPointerOutCapture
- onPointerOver
- onPointerOverCapture
- onPointerUp
- onPointerUpCapture
- onProgress
- onProgressCapture
- onRateChange
- onRateChangeCapture
- onReset
- onResetCapture
- onScroll
- onScrollCapture
- onSeeked
- onSeekedCapture
- onSeeking
- onSeekingCapture
- onSelect
- onSelectCapture
- onStalled
- onStalledCapture
- onSubmit
- onSubmitCapture
- onSuspend
- onSuspendCapture
- onTimeUpdate
- onTimeUpdateCapture
- onTouchCancel
- onTouchCancelCapture
- onTouchEnd
- onTouchEndCapture
- onTouchMove
- onTouchMoveCapture
- onTouchStart
- onTouchStartCapture
- onTransitionEnd
- onTransitionEndCapture
- onVolumeChange
- onVolumeChangeCapture
- onWaiting
- onWaitingCapture
- onWheel
- onWheelCapture
- placeholder
- prefix
- property
- radioGroup
- resource
- results
- role
- security
- slot
- spellCheck
- style
- suppressContentEditableWarning
- suppressHydrationWarning
- tabIndex
- title
- translate
- typeof
- unselectable
- valueLink
- vocab
Properties#
about#
• Optional about: string
Inherited from IconProps.about
Defined in node_modules/@types/react/index.d.ts:1775
accessKey#
• Optional accessKey: string
Inherited from IconProps.accessKey
Defined in node_modules/@types/react/index.d.ts:1751
aria-activedescendant#
• Optional aria-activedescendant: string
Inherited from IconProps.aria-activedescendant
Defined in node_modules/@types/react/index.d.ts:1558
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
aria-atomic#
• Optional aria-atomic: boolean | \"false\" | \"true\"
Inherited from IconProps.aria-atomic
Defined in node_modules/@types/react/index.d.ts:1560
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.
aria-autocomplete#
• Optional aria-autocomplete: \"none\" | \"inline\" | \"list\" | \"both\"
Inherited from IconProps.aria-autocomplete
Defined in node_modules/@types/react/index.d.ts:1565
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.
aria-busy#
• Optional aria-busy: boolean | \"false\" | \"true\"
Inherited from IconProps.aria-busy
Defined in node_modules/@types/react/index.d.ts:1567
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.
aria-checked#
• Optional aria-checked: boolean | \"false\" | \"mixed\" | \"true\"
Inherited from IconProps.aria-checked
Defined in node_modules/@types/react/index.d.ts:1572
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
see aria-pressed @see aria-selected.
aria-colcount#
• Optional aria-colcount: number
Inherited from IconProps.aria-colcount
Defined in node_modules/@types/react/index.d.ts:1577
Defines the total number of columns in a table, grid, or treegrid.
see aria-colindex.
aria-colindex#
• Optional aria-colindex: number
Inherited from IconProps.aria-colindex
Defined in node_modules/@types/react/index.d.ts:1582
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.
aria-colspan#
• Optional aria-colspan: number
Inherited from IconProps.aria-colspan
Defined in node_modules/@types/react/index.d.ts:1587
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
see aria-colindex @see aria-rowspan.
aria-controls#
• Optional aria-controls: string
Inherited from IconProps.aria-controls
Defined in node_modules/@types/react/index.d.ts:1592
Identifies the element (or elements) whose contents or presence are controlled by the current element.
see aria-owns.
aria-current#
• Optional aria-current: boolean | \"false\" | \"true\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\"
Inherited from IconProps.aria-current
Defined in node_modules/@types/react/index.d.ts:1594
Indicates the element that represents the current item within a container or set of related elements.
aria-describedby#
• Optional aria-describedby: string
Inherited from IconProps.aria-describedby
Defined in node_modules/@types/react/index.d.ts:1599
Identifies the element (or elements) that describes the object.
see aria-labelledby
aria-details#
• Optional aria-details: string
Inherited from IconProps.aria-details
Defined in node_modules/@types/react/index.d.ts:1604
Identifies the element that provides a detailed, extended description for the object.
see aria-describedby.
aria-disabled#
• Optional aria-disabled: boolean | \"false\" | \"true\"
Inherited from IconProps.aria-disabled
Defined in node_modules/@types/react/index.d.ts:1609
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
see aria-hidden @see aria-readonly.
aria-dropeffect#
• Optional aria-dropeffect: \"none\" | \"copy\" | \"execute\" | \"link\" | \"move\" | \"popup\"
Inherited from IconProps.aria-dropeffect
Defined in node_modules/@types/react/index.d.ts:1614
Indicates what functions can be performed when a dragged object is released on the drop target.
deprecated in ARIA 1.1
aria-errormessage#
• Optional aria-errormessage: string
Inherited from IconProps.aria-errormessage
Defined in node_modules/@types/react/index.d.ts:1619
Identifies the element that provides an error message for the object.
see aria-invalid @see aria-describedby.
aria-expanded#
• Optional aria-expanded: boolean | \"false\" | \"true\"
Inherited from IconProps.aria-expanded
Defined in node_modules/@types/react/index.d.ts:1621
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
aria-flowto#
• Optional aria-flowto: string
Inherited from IconProps.aria-flowto
Defined in node_modules/@types/react/index.d.ts:1626
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.
aria-grabbed#
• Optional aria-grabbed: boolean | \"false\" | \"true\"
Inherited from IconProps.aria-grabbed
Defined in node_modules/@types/react/index.d.ts:1631
Indicates an element's "grabbed" state in a drag-and-drop operation.
deprecated in ARIA 1.1
aria-haspopup#
• Optional aria-haspopup: boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\"
Inherited from IconProps.aria-haspopup
Defined in node_modules/@types/react/index.d.ts:1633
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
aria-hidden#
• Optional aria-hidden: boolean | \"false\" | \"true\"
Inherited from IconProps.aria-hidden
Defined in node_modules/@types/react/index.d.ts:1638
Indicates whether the element is exposed to an accessibility API.
see aria-disabled.
aria-invalid#
• Optional aria-invalid: boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\"
Inherited from IconProps.aria-invalid
Defined in node_modules/@types/react/index.d.ts:1643
Indicates the entered value does not conform to the format expected by the application.
see aria-errormessage.
aria-keyshortcuts#
• Optional aria-keyshortcuts: string
Inherited from IconProps.aria-keyshortcuts
Defined in node_modules/@types/react/index.d.ts:1645
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
aria-label#
• Optional aria-label: string
Inherited from IconProps.aria-label
Defined in node_modules/@types/react/index.d.ts:1650
Defines a string value that labels the current element.
see aria-labelledby.
aria-labelledby#
• Optional aria-labelledby: string
Inherited from IconProps.aria-labelledby
Defined in node_modules/@types/react/index.d.ts:1655
Identifies the element (or elements) that labels the current element.
see aria-describedby.
aria-level#
• Optional aria-level: number
Inherited from IconProps.aria-level
Defined in node_modules/@types/react/index.d.ts:1657
Defines the hierarchical level of an element within a structure.
aria-live#
• Optional aria-live: \"off\" | \"assertive\" | \"polite\"
Inherited from IconProps.aria-live
Defined in node_modules/@types/react/index.d.ts:1659
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.
aria-modal#
• Optional aria-modal: boolean | \"false\" | \"true\"
Inherited from IconProps.aria-modal
Defined in node_modules/@types/react/index.d.ts:1661
Indicates whether an element is modal when displayed.
aria-multiline#
• Optional aria-multiline: boolean | \"false\" | \"true\"
Inherited from IconProps.aria-multiline
Defined in node_modules/@types/react/index.d.ts:1663
Indicates whether a text box accepts multiple lines of input or only a single line.
aria-multiselectable#
• Optional aria-multiselectable: boolean | \"false\" | \"true\"
Inherited from IconProps.aria-multiselectable
Defined in node_modules/@types/react/index.d.ts:1665
Indicates that the user may select more than one item from the current selectable descendants.
aria-orientation#
• Optional aria-orientation: \"horizontal\" | \"vertical\"
Inherited from IconProps.aria-orientation
Defined in node_modules/@types/react/index.d.ts:1667
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
aria-owns#
• Optional aria-owns: string
Inherited from IconProps.aria-owns
Defined in node_modules/@types/react/index.d.ts:1673
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.
aria-placeholder#
• Optional aria-placeholder: string
Inherited from IconProps.aria-placeholder
Defined in node_modules/@types/react/index.d.ts:1678
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.
aria-posinset#
• Optional aria-posinset: number
Inherited from IconProps.aria-posinset
Defined in node_modules/@types/react/index.d.ts:1683
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.
aria-pressed#
• Optional aria-pressed: boolean | \"false\" | \"mixed\" | \"true\"
Inherited from IconProps.aria-pressed
Defined in node_modules/@types/react/index.d.ts:1688
Indicates the current "pressed" state of toggle buttons.
see aria-checked @see aria-selected.
aria-readonly#
• Optional aria-readonly: boolean | \"false\" | \"true\"
Inherited from IconProps.aria-readonly
Defined in node_modules/@types/react/index.d.ts:1693
Indicates that the element is not editable, but is otherwise operable.
see aria-disabled.
aria-relevant#
• Optional aria-relevant: \"additions\" | \"additions text\" | \"all\" | \"removals\" | \"text\"
Inherited from IconProps.aria-relevant
Defined in node_modules/@types/react/index.d.ts:1698
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
see aria-atomic.
aria-required#
• Optional aria-required: boolean | \"false\" | \"true\"
Inherited from IconProps.aria-required
Defined in node_modules/@types/react/index.d.ts:1700
Indicates that user input is required on the element before a form may be submitted.
aria-roledescription#
• Optional aria-roledescription: string
Inherited from IconProps.aria-roledescription
Defined in node_modules/@types/react/index.d.ts:1702
Defines a human-readable, author-localized description for the role of an element.
aria-rowcount#
• Optional aria-rowcount: number
Inherited from IconProps.aria-rowcount
Defined in node_modules/@types/react/index.d.ts:1707
Defines the total number of rows in a table, grid, or treegrid.
see aria-rowindex.
aria-rowindex#
• Optional aria-rowindex: number
Inherited from IconProps.aria-rowindex
Defined in node_modules/@types/react/index.d.ts:1712
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.
aria-rowspan#
• Optional aria-rowspan: number
Inherited from IconProps.aria-rowspan
Defined in node_modules/@types/react/index.d.ts:1717
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
see aria-rowindex @see aria-colspan.
aria-selected#
• Optional aria-selected: boolean | \"false\" | \"true\"
Inherited from IconProps.aria-selected
Defined in node_modules/@types/react/index.d.ts:1722
Indicates the current "selected" state of various widgets.
see aria-checked @see aria-pressed.
aria-setsize#
• Optional aria-setsize: number
Inherited from IconProps.aria-setsize
Defined in node_modules/@types/react/index.d.ts:1727
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.
aria-sort#
• Optional aria-sort: \"none\" | \"ascending\" | \"descending\" | \"other\"
Inherited from IconProps.aria-sort
Defined in node_modules/@types/react/index.d.ts:1729
Indicates if items in a table or grid are sorted in ascending or descending order.
aria-valuemax#
• Optional aria-valuemax: number
Inherited from IconProps.aria-valuemax
Defined in node_modules/@types/react/index.d.ts:1731
Defines the maximum allowed value for a range widget.
aria-valuemin#
• Optional aria-valuemin: number
Inherited from IconProps.aria-valuemin
Defined in node_modules/@types/react/index.d.ts:1733
Defines the minimum allowed value for a range widget.
aria-valuenow#
• Optional aria-valuenow: number
Inherited from IconProps.aria-valuenow
Defined in node_modules/@types/react/index.d.ts:1738
Defines the current value for a range widget.
see aria-valuetext.
aria-valuetext#
• Optional aria-valuetext: string
Inherited from IconProps.aria-valuetext
Defined in node_modules/@types/react/index.d.ts:1740
Defines the human readable text alternative of aria-valuenow for a range widget.
autoCapitalize#
• Optional autoCapitalize: string
Inherited from IconProps.autoCapitalize
Defined in node_modules/@types/react/index.d.ts:1785
autoCorrect#
• Optional autoCorrect: string
Inherited from IconProps.autoCorrect
Defined in node_modules/@types/react/index.d.ts:1786
autoSave#
• Optional autoSave: string
Inherited from IconProps.autoSave
Defined in node_modules/@types/react/index.d.ts:1787
checkedLink#
• Optional checkedLink: ReactLink\
Inherited from IconProps.checkedLink
Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:26
children#
• Optional children: ReactNode
Inherited from IconProps.children
Defined in node_modules/@types/react/index.d.ts:1348
className#
• Optional className: string
Defined in src/renderer/components/drawer/drawer-item.tsx:7
color#
• Optional color: string
Inherited from IconProps.color
Defined in node_modules/@types/react/index.d.ts:1788
contentEditable#
• Optional contentEditable: Booleanish | \"inherit\"
Inherited from IconProps.contentEditable
Defined in node_modules/@types/react/index.d.ts:1753
contextMenu#
• Optional contextMenu: string
Inherited from IconProps.contextMenu
Defined in node_modules/@types/react/index.d.ts:1754
dangerouslySetInnerHTML#
• Optional dangerouslySetInnerHTML: { __html: string }
Inherited from IconProps.dangerouslySetInnerHTML
Defined in node_modules/@types/react/index.d.ts:1349
Type declaration:
| Name | Type |
|---|---|
__html |
string |
datatype#
• Optional datatype: string
Inherited from IconProps.datatype
Defined in node_modules/@types/react/index.d.ts:1776
defaultChecked#
• Optional defaultChecked: boolean
Inherited from IconProps.defaultChecked
Defined in node_modules/@types/react/index.d.ts:1745
defaultValue#
• Optional defaultValue: string | number | string[]
Inherited from IconProps.defaultValue
Defined in node_modules/@types/react/index.d.ts:1746
dir#
• Optional dir: string
Defined in node_modules/@types/react/index.d.ts:1755
draggable#
• Optional draggable: Booleanish
Inherited from IconProps.draggable
Defined in node_modules/@types/react/index.d.ts:1756
hidden#
• Optional hidden: boolean
Defined in src/renderer/components/drawer/drawer-item.tsx:10
id#
• Optional id: string
Defined in node_modules/@types/react/index.d.ts:1758
inlist#
• Optional inlist: any
Inherited from IconProps.inlist
Defined in node_modules/@types/react/index.d.ts:1777
inputMode#
• Optional inputMode: \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | \"search\"
Inherited from IconProps.inputMode
Defined in node_modules/@types/react/index.d.ts:1803
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
is#
• Optional is: string
Defined in node_modules/@types/react/index.d.ts:1808
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
itemID#
• Optional itemID: string
Inherited from IconProps.itemID
Defined in node_modules/@types/react/index.d.ts:1792
itemProp#
• Optional itemProp: string
Inherited from IconProps.itemProp
Defined in node_modules/@types/react/index.d.ts:1789
itemRef#
• Optional itemRef: string
Inherited from IconProps.itemRef
Defined in node_modules/@types/react/index.d.ts:1793
itemScope#
• Optional itemScope: boolean
Inherited from IconProps.itemScope
Defined in node_modules/@types/react/index.d.ts:1790
itemType#
• Optional itemType: string
Inherited from IconProps.itemType
Defined in node_modules/@types/react/index.d.ts:1791
labelsOnly#
• Optional labelsOnly: boolean
Defined in src/renderer/components/drawer/drawer-item.tsx:9
lang#
• Optional lang: string
Defined in node_modules/@types/react/index.d.ts:1759
name#
• name: React.ReactNode
Defined in src/renderer/components/drawer/drawer-item.tsx:6
onAbort#
• Optional onAbort: ReactEventHandler\
Inherited from IconProps.onAbort
Defined in node_modules/@types/react/index.d.ts:1404
onAbortCapture#
• Optional onAbortCapture: ReactEventHandler\
Inherited from IconProps.onAbortCapture
Defined in node_modules/@types/react/index.d.ts:1405
onAnimationEnd#
• Optional onAnimationEnd: AnimationEventHandler\
Inherited from IconProps.onAnimationEnd
Defined in node_modules/@types/react/index.d.ts:1534
onAnimationEndCapture#
• Optional onAnimationEndCapture: AnimationEventHandler\
Inherited from IconProps.onAnimationEndCapture
Defined in node_modules/@types/react/index.d.ts:1535
onAnimationIteration#
• Optional onAnimationIteration: AnimationEventHandler\
Inherited from IconProps.onAnimationIteration
Defined in node_modules/@types/react/index.d.ts:1536
onAnimationIterationCapture#
• Optional onAnimationIterationCapture: AnimationEventHandler\
Inherited from IconProps.onAnimationIterationCapture
Defined in node_modules/@types/react/index.d.ts:1537
onAnimationStart#
• Optional onAnimationStart: AnimationEventHandler\
Inherited from IconProps.onAnimationStart
Defined in node_modules/@types/react/index.d.ts:1532
onAnimationStartCapture#
• Optional onAnimationStartCapture: AnimationEventHandler\
Inherited from IconProps.onAnimationStartCapture
Defined in node_modules/@types/react/index.d.ts:1533
onAuxClick#
• Optional onAuxClick: MouseEventHandler\
Inherited from IconProps.onAuxClick
Defined in node_modules/@types/react/index.d.ts:1450
onAuxClickCapture#
• Optional onAuxClickCapture: MouseEventHandler\
Inherited from IconProps.onAuxClickCapture
Defined in node_modules/@types/react/index.d.ts:1451
onBeforeInput#
• Optional onBeforeInput: FormEventHandler\
Inherited from IconProps.onBeforeInput
Defined in node_modules/@types/react/index.d.ts:1378
onBeforeInputCapture#
• Optional onBeforeInputCapture: FormEventHandler\
Inherited from IconProps.onBeforeInputCapture
Defined in node_modules/@types/react/index.d.ts:1379
onBlur#
• Optional onBlur: FocusEventHandler\
Inherited from IconProps.onBlur
Defined in node_modules/@types/react/index.d.ts:1372
onBlurCapture#
• Optional onBlurCapture: FocusEventHandler\
Inherited from IconProps.onBlurCapture
Defined in node_modules/@types/react/index.d.ts:1373
onCanPlay#
• Optional onCanPlay: ReactEventHandler\
Inherited from IconProps.onCanPlay
Defined in node_modules/@types/react/index.d.ts:1406
onCanPlayCapture#
• Optional onCanPlayCapture: ReactEventHandler\
Inherited from IconProps.onCanPlayCapture
Defined in node_modules/@types/react/index.d.ts:1407
onCanPlayThrough#
• Optional onCanPlayThrough: ReactEventHandler\
Inherited from IconProps.onCanPlayThrough
Defined in node_modules/@types/react/index.d.ts:1408
onCanPlayThroughCapture#
• Optional onCanPlayThroughCapture: ReactEventHandler\
Inherited from IconProps.onCanPlayThroughCapture
Defined in node_modules/@types/react/index.d.ts:1409
onChange#
• Optional onChange: FormEventHandler\
Inherited from IconProps.onChange
Defined in node_modules/@types/react/index.d.ts:1376
onChangeCapture#
• Optional onChangeCapture: FormEventHandler\
Inherited from IconProps.onChangeCapture
Defined in node_modules/@types/react/index.d.ts:1377
onClick#
• Optional onClick: MouseEventHandler\
Inherited from IconProps.onClick
Defined in node_modules/@types/react/index.d.ts:1452
onClickCapture#
• Optional onClickCapture: MouseEventHandler\
Inherited from IconProps.onClickCapture
Defined in node_modules/@types/react/index.d.ts:1453
onCompositionEnd#
• Optional onCompositionEnd: CompositionEventHandler\
Inherited from IconProps.onCompositionEnd
Defined in node_modules/@types/react/index.d.ts:1362
onCompositionEndCapture#
• Optional onCompositionEndCapture: CompositionEventHandler\
Inherited from IconProps.onCompositionEndCapture
Defined in node_modules/@types/react/index.d.ts:1363
onCompositionStart#
• Optional onCompositionStart: CompositionEventHandler\
Inherited from IconProps.onCompositionStart
Defined in node_modules/@types/react/index.d.ts:1364
onCompositionStartCapture#
• Optional onCompositionStartCapture: CompositionEventHandler\
Inherited from IconProps.onCompositionStartCapture
Defined in node_modules/@types/react/index.d.ts:1365
onCompositionUpdate#
• Optional onCompositionUpdate: CompositionEventHandler\
Inherited from IconProps.onCompositionUpdate
Defined in node_modules/@types/react/index.d.ts:1366
onCompositionUpdateCapture#
• Optional onCompositionUpdateCapture: CompositionEventHandler\
Inherited from IconProps.onCompositionUpdateCapture
Defined in node_modules/@types/react/index.d.ts:1367
onContextMenu#
• Optional onContextMenu: MouseEventHandler\
Inherited from IconProps.onContextMenu
Defined in node_modules/@types/react/index.d.ts:1454
onContextMenuCapture#
• Optional onContextMenuCapture: MouseEventHandler\
Inherited from IconProps.onContextMenuCapture
Defined in node_modules/@types/react/index.d.ts:1455
onCopy#
• Optional onCopy: ClipboardEventHandler\
Inherited from IconProps.onCopy
Defined in node_modules/@types/react/index.d.ts:1354
onCopyCapture#
• Optional onCopyCapture: ClipboardEventHandler\
Inherited from IconProps.onCopyCapture
Defined in node_modules/@types/react/index.d.ts:1355
onCut#
• Optional onCut: ClipboardEventHandler\
Inherited from IconProps.onCut
Defined in node_modules/@types/react/index.d.ts:1356
onCutCapture#
• Optional onCutCapture: ClipboardEventHandler\
Inherited from IconProps.onCutCapture
Defined in node_modules/@types/react/index.d.ts:1357
onDoubleClick#
• Optional onDoubleClick: MouseEventHandler\
Inherited from IconProps.onDoubleClick
Defined in node_modules/@types/react/index.d.ts:1456
onDoubleClickCapture#
• Optional onDoubleClickCapture: MouseEventHandler\
Inherited from IconProps.onDoubleClickCapture
Defined in node_modules/@types/react/index.d.ts:1457
onDrag#
• Optional onDrag: DragEventHandler\
Inherited from IconProps.onDrag
Defined in node_modules/@types/react/index.d.ts:1458
onDragCapture#
• Optional onDragCapture: DragEventHandler\
Inherited from IconProps.onDragCapture
Defined in node_modules/@types/react/index.d.ts:1459
onDragEnd#
• Optional onDragEnd: DragEventHandler\
Inherited from IconProps.onDragEnd
Defined in node_modules/@types/react/index.d.ts:1460
onDragEndCapture#
• Optional onDragEndCapture: DragEventHandler\
Inherited from IconProps.onDragEndCapture
Defined in node_modules/@types/react/index.d.ts:1461
onDragEnter#
• Optional onDragEnter: DragEventHandler\
Inherited from IconProps.onDragEnter
Defined in node_modules/@types/react/index.d.ts:1462
onDragEnterCapture#
• Optional onDragEnterCapture: DragEventHandler\
Inherited from IconProps.onDragEnterCapture
Defined in node_modules/@types/react/index.d.ts:1463
onDragExit#
• Optional onDragExit: DragEventHandler\
Inherited from IconProps.onDragExit
Defined in node_modules/@types/react/index.d.ts:1464
onDragExitCapture#
• Optional onDragExitCapture: DragEventHandler\
Inherited from IconProps.onDragExitCapture
Defined in node_modules/@types/react/index.d.ts:1465
onDragLeave#
• Optional onDragLeave: DragEventHandler\
Inherited from IconProps.onDragLeave
Defined in node_modules/@types/react/index.d.ts:1466
onDragLeaveCapture#
• Optional onDragLeaveCapture: DragEventHandler\
Inherited from IconProps.onDragLeaveCapture
Defined in node_modules/@types/react/index.d.ts:1467
onDragOver#
• Optional onDragOver: DragEventHandler\
Inherited from IconProps.onDragOver
Defined in node_modules/@types/react/index.d.ts:1468
onDragOverCapture#
• Optional onDragOverCapture: DragEventHandler\
Inherited from IconProps.onDragOverCapture
Defined in node_modules/@types/react/index.d.ts:1469
onDragStart#
• Optional onDragStart: DragEventHandler\
Inherited from IconProps.onDragStart
Defined in node_modules/@types/react/index.d.ts:1470
onDragStartCapture#
• Optional onDragStartCapture: DragEventHandler\
Inherited from IconProps.onDragStartCapture
Defined in node_modules/@types/react/index.d.ts:1471
onDrop#
• Optional onDrop: DragEventHandler\
Inherited from IconProps.onDrop
Defined in node_modules/@types/react/index.d.ts:1472
onDropCapture#
• Optional onDropCapture: DragEventHandler\
Inherited from IconProps.onDropCapture
Defined in node_modules/@types/react/index.d.ts:1473
onDurationChange#
• Optional onDurationChange: ReactEventHandler\
Inherited from IconProps.onDurationChange
Defined in node_modules/@types/react/index.d.ts:1410
onDurationChangeCapture#
• Optional onDurationChangeCapture: ReactEventHandler\
Inherited from IconProps.onDurationChangeCapture
Defined in node_modules/@types/react/index.d.ts:1411
onEmptied#
• Optional onEmptied: ReactEventHandler\
Inherited from IconProps.onEmptied
Defined in node_modules/@types/react/index.d.ts:1412
onEmptiedCapture#
• Optional onEmptiedCapture: ReactEventHandler\
Inherited from IconProps.onEmptiedCapture
Defined in node_modules/@types/react/index.d.ts:1413
onEncrypted#
• Optional onEncrypted: ReactEventHandler\
Inherited from IconProps.onEncrypted
Defined in node_modules/@types/react/index.d.ts:1414
onEncryptedCapture#
• Optional onEncryptedCapture: ReactEventHandler\
Inherited from IconProps.onEncryptedCapture
Defined in node_modules/@types/react/index.d.ts:1415
onEnded#
• Optional onEnded: ReactEventHandler\
Inherited from IconProps.onEnded
Defined in node_modules/@types/react/index.d.ts:1416
onEndedCapture#
• Optional onEndedCapture: ReactEventHandler\
Inherited from IconProps.onEndedCapture
Defined in node_modules/@types/react/index.d.ts:1417
onError#
• Optional onError: ReactEventHandler\
Inherited from IconProps.onError
Defined in node_modules/@types/react/index.d.ts:1392
onErrorCapture#
• Optional onErrorCapture: ReactEventHandler\
Inherited from IconProps.onErrorCapture
Defined in node_modules/@types/react/index.d.ts:1393
onFocus#
• Optional onFocus: FocusEventHandler\
Inherited from IconProps.onFocus
Defined in node_modules/@types/react/index.d.ts:1370
onFocusCapture#
• Optional onFocusCapture: FocusEventHandler\
Inherited from IconProps.onFocusCapture
Defined in node_modules/@types/react/index.d.ts:1371
onGotPointerCapture#
• Optional onGotPointerCapture: PointerEventHandler\
Inherited from IconProps.onGotPointerCapture
Defined in node_modules/@types/react/index.d.ts:1518
onGotPointerCaptureCapture#
• Optional onGotPointerCaptureCapture: PointerEventHandler\
Inherited from IconProps.onGotPointerCaptureCapture
Defined in node_modules/@types/react/index.d.ts:1519
onInput#
• Optional onInput: FormEventHandler\
Inherited from IconProps.onInput
Defined in node_modules/@types/react/index.d.ts:1380
onInputCapture#
• Optional onInputCapture: FormEventHandler\
Inherited from IconProps.onInputCapture
Defined in node_modules/@types/react/index.d.ts:1381
onInvalid#
• Optional onInvalid: FormEventHandler\
Inherited from IconProps.onInvalid
Defined in node_modules/@types/react/index.d.ts:1386
onInvalidCapture#
• Optional onInvalidCapture: FormEventHandler\
Inherited from IconProps.onInvalidCapture
Defined in node_modules/@types/react/index.d.ts:1387
onKeyDown#
• Optional onKeyDown: KeyboardEventHandler\
Inherited from IconProps.onKeyDown
Defined in node_modules/@types/react/index.d.ts:1396
onKeyDownCapture#
• Optional onKeyDownCapture: KeyboardEventHandler\
Inherited from IconProps.onKeyDownCapture
Defined in node_modules/@types/react/index.d.ts:1397
onKeyPress#
• Optional onKeyPress: KeyboardEventHandler\
Inherited from IconProps.onKeyPress
Defined in node_modules/@types/react/index.d.ts:1398
onKeyPressCapture#
• Optional onKeyPressCapture: KeyboardEventHandler\
Inherited from IconProps.onKeyPressCapture
Defined in node_modules/@types/react/index.d.ts:1399
onKeyUp#
• Optional onKeyUp: KeyboardEventHandler\
Inherited from IconProps.onKeyUp
Defined in node_modules/@types/react/index.d.ts:1400
onKeyUpCapture#
• Optional onKeyUpCapture: KeyboardEventHandler\
Inherited from IconProps.onKeyUpCapture
Defined in node_modules/@types/react/index.d.ts:1401
onLoad#
• Optional onLoad: ReactEventHandler\
Inherited from IconProps.onLoad
Defined in node_modules/@types/react/index.d.ts:1390
onLoadCapture#
• Optional onLoadCapture: ReactEventHandler\
Inherited from IconProps.onLoadCapture
Defined in node_modules/@types/react/index.d.ts:1391
onLoadStart#
• Optional onLoadStart: ReactEventHandler\
Inherited from IconProps.onLoadStart
Defined in node_modules/@types/react/index.d.ts:1422
onLoadStartCapture#
• Optional onLoadStartCapture: ReactEventHandler\
Inherited from IconProps.onLoadStartCapture
Defined in node_modules/@types/react/index.d.ts:1423
onLoadedData#
• Optional onLoadedData: ReactEventHandler\
Inherited from IconProps.onLoadedData
Defined in node_modules/@types/react/index.d.ts:1418
onLoadedDataCapture#
• Optional onLoadedDataCapture: ReactEventHandler\
Inherited from IconProps.onLoadedDataCapture
Defined in node_modules/@types/react/index.d.ts:1419
onLoadedMetadata#
• Optional onLoadedMetadata: ReactEventHandler\
Inherited from IconProps.onLoadedMetadata
Defined in node_modules/@types/react/index.d.ts:1420
onLoadedMetadataCapture#
• Optional onLoadedMetadataCapture: ReactEventHandler\
Inherited from IconProps.onLoadedMetadataCapture
Defined in node_modules/@types/react/index.d.ts:1421
onLostPointerCapture#
• Optional onLostPointerCapture: PointerEventHandler\
Inherited from IconProps.onLostPointerCapture
Defined in node_modules/@types/react/index.d.ts:1520
onLostPointerCaptureCapture#
• Optional onLostPointerCaptureCapture: PointerEventHandler\
Inherited from IconProps.onLostPointerCaptureCapture
Defined in node_modules/@types/react/index.d.ts:1521
onMouseDown#
• Optional onMouseDown: MouseEventHandler\
Inherited from IconProps.onMouseDown
Defined in node_modules/@types/react/index.d.ts:1474
onMouseDownCapture#
• Optional onMouseDownCapture: MouseEventHandler\
Inherited from IconProps.onMouseDownCapture
Defined in node_modules/@types/react/index.d.ts:1475
onMouseEnter#
• Optional onMouseEnter: MouseEventHandler\
Inherited from IconProps.onMouseEnter
Defined in node_modules/@types/react/index.d.ts:1476
onMouseLeave#
• Optional onMouseLeave: MouseEventHandler\
Inherited from IconProps.onMouseLeave
Defined in node_modules/@types/react/index.d.ts:1477
onMouseMove#
• Optional onMouseMove: MouseEventHandler\
Inherited from IconProps.onMouseMove
Defined in node_modules/@types/react/index.d.ts:1478
onMouseMoveCapture#
• Optional onMouseMoveCapture: MouseEventHandler\
Inherited from IconProps.onMouseMoveCapture
Defined in node_modules/@types/react/index.d.ts:1479
onMouseOut#
• Optional onMouseOut: MouseEventHandler\
Inherited from IconProps.onMouseOut
Defined in node_modules/@types/react/index.d.ts:1480
onMouseOutCapture#
• Optional onMouseOutCapture: MouseEventHandler\
Inherited from IconProps.onMouseOutCapture
Defined in node_modules/@types/react/index.d.ts:1481
onMouseOver#
• Optional onMouseOver: MouseEventHandler\
Inherited from IconProps.onMouseOver
Defined in node_modules/@types/react/index.d.ts:1482
onMouseOverCapture#
• Optional onMouseOverCapture: MouseEventHandler\
Inherited from IconProps.onMouseOverCapture
Defined in node_modules/@types/react/index.d.ts:1483
onMouseUp#
• Optional onMouseUp: MouseEventHandler\
Inherited from IconProps.onMouseUp
Defined in node_modules/@types/react/index.d.ts:1484
onMouseUpCapture#
• Optional onMouseUpCapture: MouseEventHandler\
Inherited from IconProps.onMouseUpCapture
Defined in node_modules/@types/react/index.d.ts:1485
onPaste#
• Optional onPaste: ClipboardEventHandler\
Inherited from IconProps.onPaste
Defined in node_modules/@types/react/index.d.ts:1358
onPasteCapture#
• Optional onPasteCapture: ClipboardEventHandler\
Inherited from IconProps.onPasteCapture
Defined in node_modules/@types/react/index.d.ts:1359
onPause#
• Optional onPause: ReactEventHandler\
Inherited from IconProps.onPause
Defined in node_modules/@types/react/index.d.ts:1424
onPauseCapture#
• Optional onPauseCapture: ReactEventHandler\
Inherited from IconProps.onPauseCapture
Defined in node_modules/@types/react/index.d.ts:1425
onPlay#
• Optional onPlay: ReactEventHandler\
Inherited from IconProps.onPlay
Defined in node_modules/@types/react/index.d.ts:1426
onPlayCapture#
• Optional onPlayCapture: ReactEventHandler\
Inherited from IconProps.onPlayCapture
Defined in node_modules/@types/react/index.d.ts:1427
onPlaying#
• Optional onPlaying: ReactEventHandler\
Inherited from IconProps.onPlaying
Defined in node_modules/@types/react/index.d.ts:1428
onPlayingCapture#
• Optional onPlayingCapture: ReactEventHandler\
Inherited from IconProps.onPlayingCapture
Defined in node_modules/@types/react/index.d.ts:1429
onPointerCancel#
• Optional onPointerCancel: PointerEventHandler\
Inherited from IconProps.onPointerCancel
Defined in node_modules/@types/react/index.d.ts:1508
onPointerCancelCapture#
• Optional onPointerCancelCapture: PointerEventHandler\
Inherited from IconProps.onPointerCancelCapture
Defined in node_modules/@types/react/index.d.ts:1509
onPointerDown#
• Optional onPointerDown: PointerEventHandler\
Inherited from IconProps.onPointerDown
Defined in node_modules/@types/react/index.d.ts:1502
onPointerDownCapture#
• Optional onPointerDownCapture: PointerEventHandler\
Inherited from IconProps.onPointerDownCapture
Defined in node_modules/@types/react/index.d.ts:1503
onPointerEnter#
• Optional onPointerEnter: PointerEventHandler\
Inherited from IconProps.onPointerEnter
Defined in node_modules/@types/react/index.d.ts:1510
onPointerEnterCapture#
• Optional onPointerEnterCapture: PointerEventHandler\
Inherited from IconProps.onPointerEnterCapture
Defined in node_modules/@types/react/index.d.ts:1511
onPointerLeave#
• Optional onPointerLeave: PointerEventHandler\
Inherited from IconProps.onPointerLeave
Defined in node_modules/@types/react/index.d.ts:1512
onPointerLeaveCapture#
• Optional onPointerLeaveCapture: PointerEventHandler\
Inherited from IconProps.onPointerLeaveCapture
Defined in node_modules/@types/react/index.d.ts:1513
onPointerMove#
• Optional onPointerMove: PointerEventHandler\
Inherited from IconProps.onPointerMove
Defined in node_modules/@types/react/index.d.ts:1504
onPointerMoveCapture#
• Optional onPointerMoveCapture: PointerEventHandler\
Inherited from IconProps.onPointerMoveCapture
Defined in node_modules/@types/react/index.d.ts:1505
onPointerOut#
• Optional onPointerOut: PointerEventHandler\
Inherited from IconProps.onPointerOut
Defined in node_modules/@types/react/index.d.ts:1516
onPointerOutCapture#
• Optional onPointerOutCapture: PointerEventHandler\
Inherited from IconProps.onPointerOutCapture
Defined in node_modules/@types/react/index.d.ts:1517
onPointerOver#
• Optional onPointerOver: PointerEventHandler\
Inherited from IconProps.onPointerOver
Defined in node_modules/@types/react/index.d.ts:1514
onPointerOverCapture#
• Optional onPointerOverCapture: PointerEventHandler\
Inherited from IconProps.onPointerOverCapture
Defined in node_modules/@types/react/index.d.ts:1515
onPointerUp#
• Optional onPointerUp: PointerEventHandler\
Inherited from IconProps.onPointerUp
Defined in node_modules/@types/react/index.d.ts:1506
onPointerUpCapture#
• Optional onPointerUpCapture: PointerEventHandler\
Inherited from IconProps.onPointerUpCapture
Defined in node_modules/@types/react/index.d.ts:1507
onProgress#
• Optional onProgress: ReactEventHandler\
Inherited from IconProps.onProgress
Defined in node_modules/@types/react/index.d.ts:1430
onProgressCapture#
• Optional onProgressCapture: ReactEventHandler\
Inherited from IconProps.onProgressCapture
Defined in node_modules/@types/react/index.d.ts:1431
onRateChange#
• Optional onRateChange: ReactEventHandler\
Inherited from IconProps.onRateChange
Defined in node_modules/@types/react/index.d.ts:1432
onRateChangeCapture#
• Optional onRateChangeCapture: ReactEventHandler\
Inherited from IconProps.onRateChangeCapture
Defined in node_modules/@types/react/index.d.ts:1433
onReset#
• Optional onReset: FormEventHandler\
Inherited from IconProps.onReset
Defined in node_modules/@types/react/index.d.ts:1382
onResetCapture#
• Optional onResetCapture: FormEventHandler\
Inherited from IconProps.onResetCapture
Defined in node_modules/@types/react/index.d.ts:1383
onScroll#
• Optional onScroll: UIEventHandler\
Inherited from IconProps.onScroll
Defined in node_modules/@types/react/index.d.ts:1524
onScrollCapture#
• Optional onScrollCapture: UIEventHandler\
Inherited from IconProps.onScrollCapture
Defined in node_modules/@types/react/index.d.ts:1525
onSeeked#
• Optional onSeeked: ReactEventHandler\
Inherited from IconProps.onSeeked
Defined in node_modules/@types/react/index.d.ts:1434
onSeekedCapture#
• Optional onSeekedCapture: ReactEventHandler\
Inherited from IconProps.onSeekedCapture
Defined in node_modules/@types/react/index.d.ts:1435
onSeeking#
• Optional onSeeking: ReactEventHandler\
Inherited from IconProps.onSeeking
Defined in node_modules/@types/react/index.d.ts:1436
onSeekingCapture#
• Optional onSeekingCapture: ReactEventHandler\
Inherited from IconProps.onSeekingCapture
Defined in node_modules/@types/react/index.d.ts:1437
onSelect#
• Optional onSelect: ReactEventHandler\
Inherited from IconProps.onSelect
Defined in node_modules/@types/react/index.d.ts:1488
onSelectCapture#
• Optional onSelectCapture: ReactEventHandler\
Inherited from IconProps.onSelectCapture
Defined in node_modules/@types/react/index.d.ts:1489
onStalled#
• Optional onStalled: ReactEventHandler\
Inherited from IconProps.onStalled
Defined in node_modules/@types/react/index.d.ts:1438
onStalledCapture#
• Optional onStalledCapture: ReactEventHandler\
Inherited from IconProps.onStalledCapture
Defined in node_modules/@types/react/index.d.ts:1439
onSubmit#
• Optional onSubmit: FormEventHandler\
Inherited from IconProps.onSubmit
Defined in node_modules/@types/react/index.d.ts:1384
onSubmitCapture#
• Optional onSubmitCapture: FormEventHandler\
Inherited from IconProps.onSubmitCapture
Defined in node_modules/@types/react/index.d.ts:1385
onSuspend#
• Optional onSuspend: ReactEventHandler\
Inherited from IconProps.onSuspend
Defined in node_modules/@types/react/index.d.ts:1440
onSuspendCapture#
• Optional onSuspendCapture: ReactEventHandler\
Inherited from IconProps.onSuspendCapture
Defined in node_modules/@types/react/index.d.ts:1441
onTimeUpdate#
• Optional onTimeUpdate: ReactEventHandler\
Inherited from IconProps.onTimeUpdate
Defined in node_modules/@types/react/index.d.ts:1442
onTimeUpdateCapture#
• Optional onTimeUpdateCapture: ReactEventHandler\
Inherited from IconProps.onTimeUpdateCapture
Defined in node_modules/@types/react/index.d.ts:1443
onTouchCancel#
• Optional onTouchCancel: TouchEventHandler\
Inherited from IconProps.onTouchCancel
Defined in node_modules/@types/react/index.d.ts:1492
onTouchCancelCapture#
• Optional onTouchCancelCapture: TouchEventHandler\
Inherited from IconProps.onTouchCancelCapture
Defined in node_modules/@types/react/index.d.ts:1493
onTouchEnd#
• Optional onTouchEnd: TouchEventHandler\
Inherited from IconProps.onTouchEnd
Defined in node_modules/@types/react/index.d.ts:1494
onTouchEndCapture#
• Optional onTouchEndCapture: TouchEventHandler\
Inherited from IconProps.onTouchEndCapture
Defined in node_modules/@types/react/index.d.ts:1495
onTouchMove#
• Optional onTouchMove: TouchEventHandler\
Inherited from IconProps.onTouchMove
Defined in node_modules/@types/react/index.d.ts:1496
onTouchMoveCapture#
• Optional onTouchMoveCapture: TouchEventHandler\
Inherited from IconProps.onTouchMoveCapture
Defined in node_modules/@types/react/index.d.ts:1497
onTouchStart#
• Optional onTouchStart: TouchEventHandler\
Inherited from IconProps.onTouchStart
Defined in node_modules/@types/react/index.d.ts:1498
onTouchStartCapture#
• Optional onTouchStartCapture: TouchEventHandler\
Inherited from IconProps.onTouchStartCapture
Defined in node_modules/@types/react/index.d.ts:1499
onTransitionEnd#
• Optional onTransitionEnd: TransitionEventHandler\
Inherited from IconProps.onTransitionEnd
Defined in node_modules/@types/react/index.d.ts:1540
onTransitionEndCapture#
• Optional onTransitionEndCapture: TransitionEventHandler\
Inherited from IconProps.onTransitionEndCapture
Defined in node_modules/@types/react/index.d.ts:1541
onVolumeChange#
• Optional onVolumeChange: ReactEventHandler\
Inherited from IconProps.onVolumeChange
Defined in node_modules/@types/react/index.d.ts:1444
onVolumeChangeCapture#
• Optional onVolumeChangeCapture: ReactEventHandler\
Inherited from IconProps.onVolumeChangeCapture
Defined in node_modules/@types/react/index.d.ts:1445
onWaiting#
• Optional onWaiting: ReactEventHandler\
Inherited from IconProps.onWaiting
Defined in node_modules/@types/react/index.d.ts:1446
onWaitingCapture#
• Optional onWaitingCapture: ReactEventHandler\
Inherited from IconProps.onWaitingCapture
Defined in node_modules/@types/react/index.d.ts:1447
onWheel#
• Optional onWheel: WheelEventHandler\
Inherited from IconProps.onWheel
Defined in node_modules/@types/react/index.d.ts:1528
onWheelCapture#
• Optional onWheelCapture: WheelEventHandler\
Inherited from IconProps.onWheelCapture
Defined in node_modules/@types/react/index.d.ts:1529
placeholder#
• Optional placeholder: string
Inherited from IconProps.placeholder
Defined in node_modules/@types/react/index.d.ts:1760
prefix#
• Optional prefix: string
Inherited from IconProps.prefix
Defined in node_modules/@types/react/index.d.ts:1778
property#
• Optional property: string
Inherited from IconProps.property
Defined in node_modules/@types/react/index.d.ts:1779
radioGroup#
• Optional radioGroup: string
Inherited from IconProps.radioGroup
Defined in node_modules/@types/react/index.d.ts:1769
resource#
• Optional resource: string
Inherited from IconProps.resource
Defined in node_modules/@types/react/index.d.ts:1780
results#
• Optional results: number
Inherited from IconProps.results
Defined in node_modules/@types/react/index.d.ts:1794
role#
• Optional role: string
Defined in node_modules/@types/react/index.d.ts:1772
security#
• Optional security: string
Inherited from IconProps.security
Defined in node_modules/@types/react/index.d.ts:1795
slot#
• Optional slot: string
Defined in node_modules/@types/react/index.d.ts:1761
spellCheck#
• Optional spellCheck: Booleanish
Inherited from IconProps.spellCheck
Defined in node_modules/@types/react/index.d.ts:1762
style#
• Optional style: CSSProperties
Inherited from IconProps.style
Defined in node_modules/@types/react/index.d.ts:1763
suppressContentEditableWarning#
• Optional suppressContentEditableWarning: boolean
Inherited from IconProps.suppressContentEditableWarning
Defined in node_modules/@types/react/index.d.ts:1747
suppressHydrationWarning#
• Optional suppressHydrationWarning: boolean
Inherited from IconProps.suppressHydrationWarning
Defined in node_modules/@types/react/index.d.ts:1748
tabIndex#
• Optional tabIndex: number
Inherited from IconProps.tabIndex
Defined in node_modules/@types/react/index.d.ts:1764
title#
• Optional title: string
Defined in src/renderer/components/drawer/drawer-item.tsx:8
translate#
• Optional translate: \"yes\" | \"no\"
Inherited from IconProps.translate
Defined in node_modules/@types/react/index.d.ts:1766
typeof#
• Optional typeof: string
Inherited from IconProps.typeof
Defined in node_modules/@types/react/index.d.ts:1781
unselectable#
• Optional unselectable: \"on\" | \"off\"
Inherited from IconProps.unselectable
Defined in node_modules/@types/react/index.d.ts:1796
valueLink#
• Optional valueLink: ReactLink\
Inherited from IconProps.valueLink
Defined in node_modules/@types/react-addons-linked-state-mixin/index.d.ts:27
vocab#
• Optional vocab: string
Inherited from IconProps.vocab
Defined in node_modules/@types/react/index.d.ts:1782