Interface: IconProps#
Hierarchy#
-
HTMLAttributes
<any
>
↳ IconProps
Table of contents#
Properties#
- about
- accessKey
- active
- 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
- big
- children
- className
- color
- contentEditable
- contextMenu
- dangerouslySetInnerHTML
- datatype
- defaultChecked
- defaultValue
- dir
- disabled
- draggable
- focusable
- hidden
- href
- id
- inlist
- inputMode
- interactive
- is
- itemID
- itemProp
- itemRef
- itemScope
- itemType
- lang
- link
- material
- 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
- size
- slot
- small
- smallest
- spellCheck
- sticker
- style
- suppressContentEditableWarning
- suppressHydrationWarning
- svg
- tabIndex
- title
- translate
- typeof
- unselectable
- vocab
Properties#
about#
• Optional
about: string
Inherited from#
React.HTMLAttributes.about
accessKey#
• Optional
accessKey: string
Inherited from#
React.HTMLAttributes.accessKey
active#
• Optional
active: boolean
apply active-state styles
Inherited from#
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#
React.HTMLAttributes.aria-activedescendant
aria-atomic#
• Optional
aria-atomic: Booleanish
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Inherited from#
React.HTMLAttributes.aria-atomic
aria-autocomplete#
• Optional
aria-autocomplete: "none"
| "list"
| "both"
| "inline"
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Inherited from#
React.HTMLAttributes.aria-autocomplete
aria-busy#
• Optional
aria-busy: Booleanish
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#
React.HTMLAttributes.aria-busy
aria-checked#
• Optional
aria-checked: boolean
| "true"
| "false"
| "mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
see
- aria-pressed
- aria-selected.
Inherited from#
React.HTMLAttributes.aria-checked
aria-colcount#
• Optional
aria-colcount: number
Defines the total number of columns in a table, grid, or treegrid.
see
aria-colindex.
Inherited from#
React.HTMLAttributes.aria-colcount
aria-colindex#
• Optional
aria-colindex: number
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
see
- aria-colcount
- aria-colspan.
Inherited from#
React.HTMLAttributes.aria-colindex
aria-colspan#
• Optional
aria-colspan: number
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
see
- aria-colindex
- aria-rowspan.
Inherited from#
React.HTMLAttributes.aria-colspan
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#
React.HTMLAttributes.aria-controls
aria-current#
• Optional
aria-current: boolean
| "true"
| "date"
| "time"
| "false"
| "page"
| "step"
| "location"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from#
React.HTMLAttributes.aria-current
aria-describedby#
• Optional
aria-describedby: string
Identifies the element (or elements) that describes the object.
see
aria-labelledby
Inherited from#
React.HTMLAttributes.aria-describedby
aria-details#
• Optional
aria-details: string
Identifies the element that provides a detailed, extended description for the object.
see
aria-describedby.
Inherited from#
React.HTMLAttributes.aria-details
aria-disabled#
• Optional
aria-disabled: Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
see
- aria-hidden
- aria-readonly.
Inherited from#
React.HTMLAttributes.aria-disabled
aria-dropeffect#
• Optional
aria-dropeffect: "link"
| "none"
| "copy"
| "move"
| "execute"
| "popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
deprecated
in ARIA 1.1
Inherited from#
React.HTMLAttributes.aria-dropeffect
aria-errormessage#
• Optional
aria-errormessage: string
Identifies the element that provides an error message for the object.
see
- aria-invalid
- aria-describedby.
Inherited from#
React.HTMLAttributes.aria-errormessage
aria-expanded#
• Optional
aria-expanded: Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from#
React.HTMLAttributes.aria-expanded
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#
React.HTMLAttributes.aria-flowto
aria-grabbed#
• Optional
aria-grabbed: Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
deprecated
in ARIA 1.1
Inherited from#
React.HTMLAttributes.aria-grabbed
aria-haspopup#
• Optional
aria-haspopup: boolean
| "true"
| "dialog"
| "menu"
| "grid"
| "listbox"
| "tree"
| "false"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from#
React.HTMLAttributes.aria-haspopup
aria-hidden#
• Optional
aria-hidden: Booleanish
Indicates whether the element is exposed to an accessibility API.
see
aria-disabled.
Inherited from#
React.HTMLAttributes.aria-hidden
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#
React.HTMLAttributes.aria-invalid
aria-keyshortcuts#
• Optional
aria-keyshortcuts: string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from#
React.HTMLAttributes.aria-keyshortcuts
aria-label#
• Optional
aria-label: string
Defines a string value that labels the current element.
see
aria-labelledby.
Inherited from#
React.HTMLAttributes.aria-label
aria-labelledby#
• Optional
aria-labelledby: string
Identifies the element (or elements) that labels the current element.
see
aria-describedby.
Inherited from#
React.HTMLAttributes.aria-labelledby
aria-level#
• Optional
aria-level: number
Defines the hierarchical level of an element within a structure.
Inherited from#
React.HTMLAttributes.aria-level
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#
React.HTMLAttributes.aria-live
aria-modal#
• Optional
aria-modal: Booleanish
Indicates whether an element is modal when displayed.
Inherited from#
React.HTMLAttributes.aria-modal
aria-multiline#
• Optional
aria-multiline: Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from#
React.HTMLAttributes.aria-multiline
aria-multiselectable#
• Optional
aria-multiselectable: Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from#
React.HTMLAttributes.aria-multiselectable
aria-orientation#
• Optional
aria-orientation: "horizontal"
| "vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from#
React.HTMLAttributes.aria-orientation
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#
React.HTMLAttributes.aria-owns
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#
React.HTMLAttributes.aria-placeholder
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#
React.HTMLAttributes.aria-posinset
aria-pressed#
• Optional
aria-pressed: boolean
| "true"
| "false"
| "mixed"
Indicates the current "pressed" state of toggle buttons.
see
- aria-checked
- aria-selected.
Inherited from#
React.HTMLAttributes.aria-pressed
aria-readonly#
• Optional
aria-readonly: Booleanish
Indicates that the element is not editable, but is otherwise operable.
see
aria-disabled.
Inherited from#
React.HTMLAttributes.aria-readonly
aria-relevant#
• Optional
aria-relevant: "all"
| "text"
| "additions"
| "additions removals"
| "additions text"
| "removals"
| "removals additions"
| "removals text"
| "text additions"
| "text removals"
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
see
aria-atomic.
Inherited from#
React.HTMLAttributes.aria-relevant
aria-required#
• Optional
aria-required: Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from#
React.HTMLAttributes.aria-required
aria-roledescription#
• Optional
aria-roledescription: string
Defines a human-readable, author-localized description for the role of an element.
Inherited from#
React.HTMLAttributes.aria-roledescription
aria-rowcount#
• Optional
aria-rowcount: number
Defines the total number of rows in a table, grid, or treegrid.
see
aria-rowindex.
Inherited from#
React.HTMLAttributes.aria-rowcount
aria-rowindex#
• Optional
aria-rowindex: number
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
see
- aria-rowcount
- aria-rowspan.
Inherited from#
React.HTMLAttributes.aria-rowindex
aria-rowspan#
• Optional
aria-rowspan: number
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
see
- aria-rowindex
- aria-colspan.
Inherited from#
React.HTMLAttributes.aria-rowspan
aria-selected#
• Optional
aria-selected: Booleanish
Indicates the current "selected" state of various widgets.
see
- aria-checked
- aria-pressed.
Inherited from#
React.HTMLAttributes.aria-selected
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#
React.HTMLAttributes.aria-setsize
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#
React.HTMLAttributes.aria-sort
aria-valuemax#
• Optional
aria-valuemax: number
Defines the maximum allowed value for a range widget.
Inherited from#
React.HTMLAttributes.aria-valuemax
aria-valuemin#
• Optional
aria-valuemin: number
Defines the minimum allowed value for a range widget.
Inherited from#
React.HTMLAttributes.aria-valuemin
aria-valuenow#
• Optional
aria-valuenow: number
Defines the current value for a range widget.
see
aria-valuetext.
Inherited from#
React.HTMLAttributes.aria-valuenow
aria-valuetext#
• Optional
aria-valuetext: string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from#
React.HTMLAttributes.aria-valuetext
autoCapitalize#
• Optional
autoCapitalize: string
Inherited from#
React.HTMLAttributes.autoCapitalize
autoCorrect#
• Optional
autoCorrect: string
Inherited from#
React.HTMLAttributes.autoCorrect
autoSave#
• Optional
autoSave: string
Inherited from#
React.HTMLAttributes.autoSave
big#
• Optional
big: boolean
A pre-defined icon-size
Inherited from#
children#
• Optional
children: ReactNode
Inherited from#
React.HTMLAttributes.children
className#
• Optional
className: string
Inherited from#
React.HTMLAttributes.className
color#
• Optional
color: string
Inherited from#
React.HTMLAttributes.color
contentEditable#
• Optional
contentEditable: "inherit"
| Booleanish
Inherited from#
React.HTMLAttributes.contentEditable
contextMenu#
• Optional
contextMenu: string
Inherited from#
React.HTMLAttributes.contextMenu
dangerouslySetInnerHTML#
• Optional
dangerouslySetInnerHTML: Object
Type declaration#
Name | Type |
---|---|
__html |
string |
Inherited from#
React.HTMLAttributes.dangerouslySetInnerHTML
datatype#
• Optional
datatype: string
Inherited from#
React.HTMLAttributes.datatype
defaultChecked#
• Optional
defaultChecked: boolean
Inherited from#
React.HTMLAttributes.defaultChecked
defaultValue#
• Optional
defaultValue: string
| number
| readonly string
[]
Inherited from#
React.HTMLAttributes.defaultValue
dir#
• Optional
dir: string
Inherited from#
React.HTMLAttributes.dir
disabled#
• Optional
disabled: boolean
Inherited from#
draggable#
• Optional
draggable: Booleanish
Inherited from#
React.HTMLAttributes.draggable
focusable#
• Optional
focusable: boolean
Allow focus to the icon to show .active
styles. Only applicable if interactive is true
.
default
true
Inherited from#
hidden#
• Optional
hidden: boolean
Inherited from#
React.HTMLAttributes.hidden
href#
• Optional
href: string
render icon as hyperlink
Inherited from#
id#
• Optional
id: string
Inherited from#
React.HTMLAttributes.id
inlist#
• Optional
inlist: any
Inherited from#
React.HTMLAttributes.inlist
inputMode#
• Optional
inputMode: "search"
| "url"
| "email"
| "none"
| "text"
| "tel"
| "numeric"
| "decimal"
Hints at the type of data that might be entered by the user while editing the element or its contents
see
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from#
React.HTMLAttributes.inputMode
interactive#
• Optional
interactive: boolean
indicates that icon is interactive and highlight it on focus/hover
Inherited from#
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#
React.HTMLAttributes.is
itemID#
• Optional
itemID: string
Inherited from#
React.HTMLAttributes.itemID
itemProp#
• Optional
itemProp: string
Inherited from#
React.HTMLAttributes.itemProp
itemRef#
• Optional
itemRef: string
Inherited from#
React.HTMLAttributes.itemRef
itemScope#
• Optional
itemScope: boolean
Inherited from#
React.HTMLAttributes.itemScope
itemType#
• Optional
itemType: string
Inherited from#
React.HTMLAttributes.itemType
lang#
• Optional
lang: string
Inherited from#
React.HTMLAttributes.lang
link#
• Optional
link: LocationDescriptor
<unknown
>
render icon as NavLink from react-router-dom
Inherited from#
material#
• Optional
material: string
One of the names from https://material.io/icons/
Inherited from#
onAbort#
• Optional
onAbort: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onAbort
onAbortCapture#
• Optional
onAbortCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onAbortCapture
onAnimationEnd#
• Optional
onAnimationEnd: AnimationEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onAnimationEnd
onAnimationEndCapture#
• Optional
onAnimationEndCapture: AnimationEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onAnimationEndCapture
onAnimationIteration#
• Optional
onAnimationIteration: AnimationEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onAnimationIteration
onAnimationIterationCapture#
• Optional
onAnimationIterationCapture: AnimationEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onAnimationIterationCapture
onAnimationStart#
• Optional
onAnimationStart: AnimationEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onAnimationStart
onAnimationStartCapture#
• Optional
onAnimationStartCapture: AnimationEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onAnimationStartCapture
onAuxClick#
• Optional
onAuxClick: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onAuxClick
onAuxClickCapture#
• Optional
onAuxClickCapture: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onAuxClickCapture
onBeforeInput#
• Optional
onBeforeInput: FormEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onBeforeInput
onBeforeInputCapture#
• Optional
onBeforeInputCapture: FormEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onBeforeInputCapture
onBlur#
• Optional
onBlur: FocusEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onBlur
onBlurCapture#
• Optional
onBlurCapture: FocusEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onBlurCapture
onCanPlay#
• Optional
onCanPlay: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCanPlay
onCanPlayCapture#
• Optional
onCanPlayCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCanPlayCapture
onCanPlayThrough#
• Optional
onCanPlayThrough: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCanPlayThrough
onCanPlayThroughCapture#
• Optional
onCanPlayThroughCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCanPlayThroughCapture
onChange#
• Optional
onChange: FormEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onChange
onChangeCapture#
• Optional
onChangeCapture: FormEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onChangeCapture
onClick#
• Optional
onClick: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onClick
onClickCapture#
• Optional
onClickCapture: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onClickCapture
onCompositionEnd#
• Optional
onCompositionEnd: CompositionEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCompositionEnd
onCompositionEndCapture#
• Optional
onCompositionEndCapture: CompositionEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCompositionEndCapture
onCompositionStart#
• Optional
onCompositionStart: CompositionEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCompositionStart
onCompositionStartCapture#
• Optional
onCompositionStartCapture: CompositionEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCompositionStartCapture
onCompositionUpdate#
• Optional
onCompositionUpdate: CompositionEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCompositionUpdate
onCompositionUpdateCapture#
• Optional
onCompositionUpdateCapture: CompositionEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCompositionUpdateCapture
onContextMenu#
• Optional
onContextMenu: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onContextMenu
onContextMenuCapture#
• Optional
onContextMenuCapture: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onContextMenuCapture
onCopy#
• Optional
onCopy: ClipboardEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCopy
onCopyCapture#
• Optional
onCopyCapture: ClipboardEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCopyCapture
onCut#
• Optional
onCut: ClipboardEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCut
onCutCapture#
• Optional
onCutCapture: ClipboardEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onCutCapture
onDoubleClick#
• Optional
onDoubleClick: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDoubleClick
onDoubleClickCapture#
• Optional
onDoubleClickCapture: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDoubleClickCapture
onDrag#
• Optional
onDrag: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDrag
onDragCapture#
• Optional
onDragCapture: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragCapture
onDragEnd#
• Optional
onDragEnd: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragEnd
onDragEndCapture#
• Optional
onDragEndCapture: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragEndCapture
onDragEnter#
• Optional
onDragEnter: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragEnter
onDragEnterCapture#
• Optional
onDragEnterCapture: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragEnterCapture
onDragExit#
• Optional
onDragExit: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragExit
onDragExitCapture#
• Optional
onDragExitCapture: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragExitCapture
onDragLeave#
• Optional
onDragLeave: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragLeave
onDragLeaveCapture#
• Optional
onDragLeaveCapture: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragLeaveCapture
onDragOver#
• Optional
onDragOver: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragOver
onDragOverCapture#
• Optional
onDragOverCapture: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragOverCapture
onDragStart#
• Optional
onDragStart: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragStart
onDragStartCapture#
• Optional
onDragStartCapture: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDragStartCapture
onDrop#
• Optional
onDrop: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDrop
onDropCapture#
• Optional
onDropCapture: DragEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDropCapture
onDurationChange#
• Optional
onDurationChange: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDurationChange
onDurationChangeCapture#
• Optional
onDurationChangeCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onDurationChangeCapture
onEmptied#
• Optional
onEmptied: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onEmptied
onEmptiedCapture#
• Optional
onEmptiedCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onEmptiedCapture
onEncrypted#
• Optional
onEncrypted: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onEncrypted
onEncryptedCapture#
• Optional
onEncryptedCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onEncryptedCapture
onEnded#
• Optional
onEnded: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onEnded
onEndedCapture#
• Optional
onEndedCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onEndedCapture
onError#
• Optional
onError: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onError
onErrorCapture#
• Optional
onErrorCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onErrorCapture
onFocus#
• Optional
onFocus: FocusEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onFocus
onFocusCapture#
• Optional
onFocusCapture: FocusEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onFocusCapture
onGotPointerCapture#
• Optional
onGotPointerCapture: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onGotPointerCapture
onGotPointerCaptureCapture#
• Optional
onGotPointerCaptureCapture: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onGotPointerCaptureCapture
onInput#
• Optional
onInput: FormEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onInput
onInputCapture#
• Optional
onInputCapture: FormEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onInputCapture
onInvalid#
• Optional
onInvalid: FormEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onInvalid
onInvalidCapture#
• Optional
onInvalidCapture: FormEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onInvalidCapture
onKeyDown#
• Optional
onKeyDown: KeyboardEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onKeyDown
onKeyDownCapture#
• Optional
onKeyDownCapture: KeyboardEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onKeyDownCapture
onKeyPress#
• Optional
onKeyPress: KeyboardEventHandler
<any
>
deprecated
Inherited from#
React.HTMLAttributes.onKeyPress
onKeyPressCapture#
• Optional
onKeyPressCapture: KeyboardEventHandler
<any
>
deprecated
Inherited from#
React.HTMLAttributes.onKeyPressCapture
onKeyUp#
• Optional
onKeyUp: KeyboardEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onKeyUp
onKeyUpCapture#
• Optional
onKeyUpCapture: KeyboardEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onKeyUpCapture
onLoad#
• Optional
onLoad: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onLoad
onLoadCapture#
• Optional
onLoadCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onLoadCapture
onLoadStart#
• Optional
onLoadStart: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onLoadStart
onLoadStartCapture#
• Optional
onLoadStartCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onLoadStartCapture
onLoadedData#
• Optional
onLoadedData: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onLoadedData
onLoadedDataCapture#
• Optional
onLoadedDataCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onLoadedDataCapture
onLoadedMetadata#
• Optional
onLoadedMetadata: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onLoadedMetadata
onLoadedMetadataCapture#
• Optional
onLoadedMetadataCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onLoadedMetadataCapture
onLostPointerCapture#
• Optional
onLostPointerCapture: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onLostPointerCapture
onLostPointerCaptureCapture#
• Optional
onLostPointerCaptureCapture: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onLostPointerCaptureCapture
onMouseDown#
• Optional
onMouseDown: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onMouseDown
onMouseDownCapture#
• Optional
onMouseDownCapture: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onMouseDownCapture
onMouseEnter#
• Optional
onMouseEnter: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onMouseEnter
onMouseLeave#
• Optional
onMouseLeave: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onMouseLeave
onMouseMove#
• Optional
onMouseMove: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onMouseMove
onMouseMoveCapture#
• Optional
onMouseMoveCapture: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onMouseMoveCapture
onMouseOut#
• Optional
onMouseOut: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onMouseOut
onMouseOutCapture#
• Optional
onMouseOutCapture: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onMouseOutCapture
onMouseOver#
• Optional
onMouseOver: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onMouseOver
onMouseOverCapture#
• Optional
onMouseOverCapture: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onMouseOverCapture
onMouseUp#
• Optional
onMouseUp: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onMouseUp
onMouseUpCapture#
• Optional
onMouseUpCapture: MouseEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onMouseUpCapture
onPaste#
• Optional
onPaste: ClipboardEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPaste
onPasteCapture#
• Optional
onPasteCapture: ClipboardEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPasteCapture
onPause#
• Optional
onPause: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPause
onPauseCapture#
• Optional
onPauseCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPauseCapture
onPlay#
• Optional
onPlay: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPlay
onPlayCapture#
• Optional
onPlayCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPlayCapture
onPlaying#
• Optional
onPlaying: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPlaying
onPlayingCapture#
• Optional
onPlayingCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPlayingCapture
onPointerCancel#
• Optional
onPointerCancel: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerCancel
onPointerCancelCapture#
• Optional
onPointerCancelCapture: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerCancelCapture
onPointerDown#
• Optional
onPointerDown: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerDown
onPointerDownCapture#
• Optional
onPointerDownCapture: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerDownCapture
onPointerEnter#
• Optional
onPointerEnter: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerEnter
onPointerEnterCapture#
• Optional
onPointerEnterCapture: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerEnterCapture
onPointerLeave#
• Optional
onPointerLeave: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerLeave
onPointerLeaveCapture#
• Optional
onPointerLeaveCapture: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerLeaveCapture
onPointerMove#
• Optional
onPointerMove: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerMove
onPointerMoveCapture#
• Optional
onPointerMoveCapture: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerMoveCapture
onPointerOut#
• Optional
onPointerOut: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerOut
onPointerOutCapture#
• Optional
onPointerOutCapture: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerOutCapture
onPointerOver#
• Optional
onPointerOver: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerOver
onPointerOverCapture#
• Optional
onPointerOverCapture: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerOverCapture
onPointerUp#
• Optional
onPointerUp: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerUp
onPointerUpCapture#
• Optional
onPointerUpCapture: PointerEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onPointerUpCapture
onProgress#
• Optional
onProgress: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onProgress
onProgressCapture#
• Optional
onProgressCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onProgressCapture
onRateChange#
• Optional
onRateChange: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onRateChange
onRateChangeCapture#
• Optional
onRateChangeCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onRateChangeCapture
onReset#
• Optional
onReset: FormEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onReset
onResetCapture#
• Optional
onResetCapture: FormEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onResetCapture
onScroll#
• Optional
onScroll: UIEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onScroll
onScrollCapture#
• Optional
onScrollCapture: UIEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onScrollCapture
onSeeked#
• Optional
onSeeked: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onSeeked
onSeekedCapture#
• Optional
onSeekedCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onSeekedCapture
onSeeking#
• Optional
onSeeking: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onSeeking
onSeekingCapture#
• Optional
onSeekingCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onSeekingCapture
onSelect#
• Optional
onSelect: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onSelect
onSelectCapture#
• Optional
onSelectCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onSelectCapture
onStalled#
• Optional
onStalled: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onStalled
onStalledCapture#
• Optional
onStalledCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onStalledCapture
onSubmit#
• Optional
onSubmit: FormEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onSubmit
onSubmitCapture#
• Optional
onSubmitCapture: FormEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onSubmitCapture
onSuspend#
• Optional
onSuspend: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onSuspend
onSuspendCapture#
• Optional
onSuspendCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onSuspendCapture
onTimeUpdate#
• Optional
onTimeUpdate: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onTimeUpdate
onTimeUpdateCapture#
• Optional
onTimeUpdateCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onTimeUpdateCapture
onTouchCancel#
• Optional
onTouchCancel: TouchEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onTouchCancel
onTouchCancelCapture#
• Optional
onTouchCancelCapture: TouchEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onTouchCancelCapture
onTouchEnd#
• Optional
onTouchEnd: TouchEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onTouchEnd
onTouchEndCapture#
• Optional
onTouchEndCapture: TouchEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onTouchEndCapture
onTouchMove#
• Optional
onTouchMove: TouchEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onTouchMove
onTouchMoveCapture#
• Optional
onTouchMoveCapture: TouchEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onTouchMoveCapture
onTouchStart#
• Optional
onTouchStart: TouchEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onTouchStart
onTouchStartCapture#
• Optional
onTouchStartCapture: TouchEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onTouchStartCapture
onTransitionEnd#
• Optional
onTransitionEnd: TransitionEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onTransitionEnd
onTransitionEndCapture#
• Optional
onTransitionEndCapture: TransitionEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onTransitionEndCapture
onVolumeChange#
• Optional
onVolumeChange: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onVolumeChange
onVolumeChangeCapture#
• Optional
onVolumeChangeCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onVolumeChangeCapture
onWaiting#
• Optional
onWaiting: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onWaiting
onWaitingCapture#
• Optional
onWaitingCapture: ReactEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onWaitingCapture
onWheel#
• Optional
onWheel: WheelEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onWheel
onWheelCapture#
• Optional
onWheelCapture: WheelEventHandler
<any
>
Inherited from#
React.HTMLAttributes.onWheelCapture
placeholder#
• Optional
placeholder: string
Inherited from#
React.HTMLAttributes.placeholder
prefix#
• Optional
prefix: string
Inherited from#
React.HTMLAttributes.prefix
property#
• Optional
property: string
Inherited from#
React.HTMLAttributes.property
radioGroup#
• Optional
radioGroup: string
Inherited from#
React.HTMLAttributes.radioGroup
resource#
• Optional
resource: string
Inherited from#
React.HTMLAttributes.resource
results#
• Optional
results: number
Inherited from#
React.HTMLAttributes.results
role#
• Optional
role: AriaRole
Inherited from#
React.HTMLAttributes.role
security#
• Optional
security: string
Inherited from#
React.HTMLAttributes.security
size#
• Optional
size: string
| number
The icon size (css units)
Inherited from#
slot#
• Optional
slot: string
Inherited from#
React.HTMLAttributes.slot
small#
• Optional
small: boolean
A pre-defined icon-size
Inherited from#
smallest#
• Optional
smallest: boolean
A pre-defined icon-size
Inherited from#
spellCheck#
• Optional
spellCheck: Booleanish
Inherited from#
React.HTMLAttributes.spellCheck
sticker#
• Optional
sticker: boolean
Inherited from#
style#
• Optional
style: CSSProperties
Inherited from#
React.HTMLAttributes.style
suppressContentEditableWarning#
• Optional
suppressContentEditableWarning: boolean
Inherited from#
React.HTMLAttributes.suppressContentEditableWarning
suppressHydrationWarning#
• Optional
suppressHydrationWarning: boolean
Inherited from#
React.HTMLAttributes.suppressHydrationWarning
svg#
• Optional
svg: string
Either an SVG XML or one of the following names - configuration - crane - group - helm - install - kube - lens-logo - license - logo-lens - logout - nodes - push_off - push_pin - spinner - ssh - storage - terminal - user - users - wheel - workloads
Inherited from#
tabIndex#
• Optional
tabIndex: number
Inherited from#
React.HTMLAttributes.tabIndex
title#
• Optional
title: string
Inherited from#
React.HTMLAttributes.title
translate#
• Optional
translate: "yes"
| "no"
Inherited from#
React.HTMLAttributes.translate
typeof#
• Optional
typeof: string
Inherited from#
React.HTMLAttributes.typeof
unselectable#
• Optional
unselectable: "on"
| "off"
Inherited from#
React.HTMLAttributes.unselectable
vocab#
• Optional
vocab: string
Inherited from#
React.HTMLAttributes.vocab