Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StyledIconProps

Hierarchy

  • PropsWithRef<SVGProps<SVGSVGElement>>
    • StyledIconProps

Index

Properties

Properties

Optional accentHeight

accentHeight: string | number

Optional accumulate

accumulate: "none" | "sum"

Optional additive

additive: "replace" | "sum"

Optional alignmentBaseline

alignmentBaseline: "hanging" | "alphabetic" | "ideographic" | "mathematical" | "auto" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "inherit"

Optional allowReorder

allowReorder: "no" | "yes"

Optional alphabetic

alphabetic: string | number

Optional amplitude

amplitude: string | number

Optional arabicForm

arabicForm: "initial" | "medial" | "terminal" | "isolated"

Optional aria-activedescendant

aria-activedescendant: string

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

Optional aria-atomic

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.

Optional aria-autocomplete

aria-autocomplete: "none" | "list" | "inline" | "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.

Optional aria-busy

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.

Optional aria-checked

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

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

see

aria-pressed @see aria-selected.

Optional aria-colcount

aria-colcount: number

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

see

aria-colindex.

Optional aria-colindex

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.

Optional aria-colspan

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.

Optional aria-controls

aria-controls: string

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

see

aria-owns.

Optional aria-current

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

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

Optional aria-describedby

aria-describedby: string

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

see

aria-labelledby

Optional aria-details

aria-details: string

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

see

aria-describedby.

Optional aria-disabled

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.

Optional aria-dropeffect

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

Optional aria-errormessage

aria-errormessage: string

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

see

aria-invalid @see aria-describedby.

Optional aria-expanded

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

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

Optional aria-flowto

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.

Optional aria-grabbed

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

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

deprecated

in ARIA 1.1

Optional aria-haspopup

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

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

Optional aria-hidden

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

Indicates whether the element is exposed to an accessibility API.

see

aria-disabled.

Optional aria-invalid

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

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

see

aria-errormessage.

Optional aria-keyshortcuts

aria-keyshortcuts: string

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

Optional aria-label

aria-label: string

Defines a string value that labels the current element.

see

aria-labelledby.

Optional aria-labelledby

aria-labelledby: string

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

see

aria-describedby.

Optional aria-level

aria-level: number

Defines the hierarchical level of an element within a structure.

Optional aria-live

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.

Optional aria-modal

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

Indicates whether an element is modal when displayed.

Optional aria-multiline

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

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

Optional aria-multiselectable

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

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

Optional aria-orientation

aria-orientation: "horizontal" | "vertical"

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

Optional aria-owns

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.

Optional aria-placeholder

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.

Optional aria-posinset

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.

Optional aria-pressed

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

Indicates the current "pressed" state of toggle buttons.

see

aria-checked @see aria-selected.

Optional aria-readonly

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

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

see

aria-disabled.

Optional aria-relevant

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.

Optional aria-required

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

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

Optional aria-roledescription

aria-roledescription: string

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

Optional aria-rowcount

aria-rowcount: number

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

see

aria-rowindex.

Optional aria-rowindex

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.

Optional aria-rowspan

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.

Optional aria-selected

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

Indicates the current "selected" state of various widgets.

see

aria-checked @see aria-pressed.

Optional aria-setsize

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.

Optional aria-sort

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

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

Optional aria-valuemax

aria-valuemax: number

Defines the maximum allowed value for a range widget.

Optional aria-valuemin

aria-valuemin: number

Defines the minimum allowed value for a range widget.

Optional aria-valuenow

aria-valuenow: number

Defines the current value for a range widget.

see

aria-valuetext.

Optional aria-valuetext

aria-valuetext: string

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

Optional ascent

ascent: string | number

Optional attributeName

attributeName: string

Optional attributeType

attributeType: string

Optional autoReverse

autoReverse: Booleanish

Optional azimuth

azimuth: string | number

Optional baseFrequency

baseFrequency: string | number

Optional baseProfile

baseProfile: string | number

Optional baselineShift

baselineShift: string | number

Optional bbox

bbox: string | number

Optional begin

begin: string | number

Optional bias

bias: string | number

Optional by

by: string | number

Optional calcMode

calcMode: string | number

Optional capHeight

capHeight: string | number

Optional children

children: ReactNode

Optional className

className: string

Optional clip

clip: string | number

Optional clipPath

clipPath: string

Optional clipPathUnits

clipPathUnits: string | number

Optional clipRule

clipRule: string | number

Optional color

color: string

Optional colorInterpolation

colorInterpolation: string | number

Optional colorInterpolationFilters

colorInterpolationFilters: "auto" | "inherit" | "sRGB" | "linearRGB"

Optional colorProfile

colorProfile: string | number

Optional colorRendering

colorRendering: string | number

Optional contentScriptType

contentScriptType: string | number

Optional contentStyleType

contentStyleType: string | number

Optional crossOrigin

crossOrigin: "" | "anonymous" | "use-credentials"

Optional css

css: CSSProp<any>

Optional cursor

cursor: string | number

Optional cx

cx: string | number

Optional cy

cy: string | number

Optional d

d: string

Optional dangerouslySetInnerHTML

dangerouslySetInnerHTML: { __html: string }

Type declaration

  • __html: string

Optional decelerate

decelerate: string | number

Optional descent

descent: string | number

Optional diffuseConstant

diffuseConstant: string | number

Optional direction

direction: string | number

Optional display

display: string | number

Optional divisor

divisor: string | number

Optional dominantBaseline

dominantBaseline: string | number

Optional dur

dur: string | number

Optional dx

dx: string | number

Optional dy

dy: string | number

Optional edgeMode

edgeMode: string | number

Optional elevation

elevation: string | number

Optional enableBackground

enableBackground: string | number

Optional end

end: string | number

Optional exponent

exponent: string | number

Optional externalResourcesRequired

externalResourcesRequired: Booleanish

Optional fill

fill: string

Optional fillOpacity

fillOpacity: string | number

Optional fillRule

fillRule: "inherit" | "nonzero" | "evenodd"

Optional filter

filter: string

Optional filterRes

filterRes: string | number

Optional filterUnits

filterUnits: string | number

Optional floodColor

floodColor: string | number

Optional floodOpacity

floodOpacity: string | number

Optional focusable

focusable: "auto" | Booleanish

Optional fontFamily

fontFamily: string

Optional fontSize

fontSize: string | number

Optional fontSizeAdjust

fontSizeAdjust: string | number

Optional fontStretch

fontStretch: string | number

Optional fontStyle

fontStyle: string | number

Optional fontVariant

fontVariant: string | number

Optional fontWeight

fontWeight: string | number

Optional format

format: string | number

Optional from

from: string | number

Optional fx

fx: string | number

Optional fy

fy: string | number

Optional g1

g1: string | number

Optional g2

g2: string | number

Optional glyphName

glyphName: string | number

Optional glyphOrientationHorizontal

glyphOrientationHorizontal: string | number

Optional glyphOrientationVertical

glyphOrientationVertical: string | number

Optional glyphRef

glyphRef: string | number

Optional gradientTransform

gradientTransform: string

Optional gradientUnits

gradientUnits: string

Optional hanging

hanging: string | number

Optional height

height: string | number

Optional horizAdvX

horizAdvX: string | number

Optional horizOriginX

horizOriginX: string | number

Optional href

href: string

Optional iconVerticalAlign

iconVerticalAlign: string

Optional id

id: string

Optional ideographic

ideographic: string | number

Optional imageRendering

imageRendering: string | number

Optional in

in: string

Optional in2

in2: string | number

Optional intercept

intercept: string | number

Optional k

k: string | number

Optional k1

k1: string | number

Optional k2

k2: string | number

Optional k3

k3: string | number

Optional k4

k4: string | number

Optional kernelMatrix

kernelMatrix: string | number

Optional kernelUnitLength

kernelUnitLength: string | number

Optional kerning

kerning: string | number

Optional key

key: null | Key

Optional keyPoints

keyPoints: string | number

Optional keySplines

keySplines: string | number

Optional keyTimes

keyTimes: string | number

Optional lang

lang: string

Optional lengthAdjust

lengthAdjust: string | number

Optional letterSpacing

letterSpacing: string | number

Optional lightingColor

lightingColor: string | number

Optional limitingConeAngle

limitingConeAngle: string | number

Optional local

local: string | number

Optional markerEnd

markerEnd: string

Optional markerHeight

markerHeight: string | number

Optional markerMid

markerMid: string

Optional markerStart

markerStart: string

Optional markerUnits

markerUnits: string | number

Optional markerWidth

markerWidth: string | number

Optional mask

mask: string

Optional maskContentUnits

maskContentUnits: string | number

Optional maskUnits

maskUnits: string | number

Optional mathematical

mathematical: string | number

Optional max

max: string | number

Optional media

media: string

Optional method

method: string

Optional min

min: string | number

Optional mode

mode: string | number

Optional name

name: string

Optional numOctaves

numOctaves: string | number

Optional offset

offset: string | number

Optional onAbort

onAbort: ReactEventHandler<SVGSVGElement>

Optional onAbortCapture

onAbortCapture: ReactEventHandler<SVGSVGElement>

Optional onAnimationEnd

onAnimationEnd: AnimationEventHandler<SVGSVGElement>

Optional onAnimationEndCapture

onAnimationEndCapture: AnimationEventHandler<SVGSVGElement>

Optional onAnimationIteration

onAnimationIteration: AnimationEventHandler<SVGSVGElement>

Optional onAnimationIterationCapture

onAnimationIterationCapture: AnimationEventHandler<SVGSVGElement>

Optional onAnimationStart

onAnimationStart: AnimationEventHandler<SVGSVGElement>

Optional onAnimationStartCapture

onAnimationStartCapture: AnimationEventHandler<SVGSVGElement>

Optional onAuxClick

onAuxClick: MouseEventHandler<SVGSVGElement>

Optional onAuxClickCapture

onAuxClickCapture: MouseEventHandler<SVGSVGElement>

Optional onBeforeInput

onBeforeInput: FormEventHandler<SVGSVGElement>

Optional onBeforeInputCapture

onBeforeInputCapture: FormEventHandler<SVGSVGElement>

Optional onBlur

onBlur: FocusEventHandler<SVGSVGElement>

Optional onBlurCapture

onBlurCapture: FocusEventHandler<SVGSVGElement>

Optional onCanPlay

onCanPlay: ReactEventHandler<SVGSVGElement>

Optional onCanPlayCapture

onCanPlayCapture: ReactEventHandler<SVGSVGElement>

Optional onCanPlayThrough

onCanPlayThrough: ReactEventHandler<SVGSVGElement>

Optional onCanPlayThroughCapture

onCanPlayThroughCapture: ReactEventHandler<SVGSVGElement>

Optional onChange

onChange: FormEventHandler<SVGSVGElement>

Optional onChangeCapture

onChangeCapture: FormEventHandler<SVGSVGElement>

Optional onClick

onClick: MouseEventHandler<SVGSVGElement>

Optional onClickCapture

onClickCapture: MouseEventHandler<SVGSVGElement>

Optional onCompositionEnd

onCompositionEnd: CompositionEventHandler<SVGSVGElement>

Optional onCompositionEndCapture

onCompositionEndCapture: CompositionEventHandler<SVGSVGElement>

Optional onCompositionStart

onCompositionStart: CompositionEventHandler<SVGSVGElement>

Optional onCompositionStartCapture

onCompositionStartCapture: CompositionEventHandler<SVGSVGElement>

Optional onCompositionUpdate

onCompositionUpdate: CompositionEventHandler<SVGSVGElement>

Optional onCompositionUpdateCapture

onCompositionUpdateCapture: CompositionEventHandler<SVGSVGElement>

Optional onContextMenu

onContextMenu: MouseEventHandler<SVGSVGElement>

Optional onContextMenuCapture

onContextMenuCapture: MouseEventHandler<SVGSVGElement>

Optional onCopy

onCopy: ClipboardEventHandler<SVGSVGElement>

Optional onCopyCapture

onCopyCapture: ClipboardEventHandler<SVGSVGElement>

Optional onCut

onCut: ClipboardEventHandler<SVGSVGElement>

Optional onCutCapture

onCutCapture: ClipboardEventHandler<SVGSVGElement>

Optional onDoubleClick

onDoubleClick: MouseEventHandler<SVGSVGElement>

Optional onDoubleClickCapture

onDoubleClickCapture: MouseEventHandler<SVGSVGElement>

Optional onDrag

onDrag: DragEventHandler<SVGSVGElement>

Optional onDragCapture

onDragCapture: DragEventHandler<SVGSVGElement>

Optional onDragEnd

onDragEnd: DragEventHandler<SVGSVGElement>

Optional onDragEndCapture

onDragEndCapture: DragEventHandler<SVGSVGElement>

Optional onDragEnter

onDragEnter: DragEventHandler<SVGSVGElement>

Optional onDragEnterCapture

onDragEnterCapture: DragEventHandler<SVGSVGElement>

Optional onDragExit

onDragExit: DragEventHandler<SVGSVGElement>

Optional onDragExitCapture

onDragExitCapture: DragEventHandler<SVGSVGElement>

Optional onDragLeave

onDragLeave: DragEventHandler<SVGSVGElement>

Optional onDragLeaveCapture

onDragLeaveCapture: DragEventHandler<SVGSVGElement>

Optional onDragOver

onDragOver: DragEventHandler<SVGSVGElement>

Optional onDragOverCapture

onDragOverCapture: DragEventHandler<SVGSVGElement>

Optional onDragStart

onDragStart: DragEventHandler<SVGSVGElement>

Optional onDragStartCapture

onDragStartCapture: DragEventHandler<SVGSVGElement>

Optional onDrop

onDrop: DragEventHandler<SVGSVGElement>

Optional onDropCapture

onDropCapture: DragEventHandler<SVGSVGElement>

Optional onDurationChange

onDurationChange: ReactEventHandler<SVGSVGElement>

Optional onDurationChangeCapture

onDurationChangeCapture: ReactEventHandler<SVGSVGElement>

Optional onEmptied

onEmptied: ReactEventHandler<SVGSVGElement>

Optional onEmptiedCapture

onEmptiedCapture: ReactEventHandler<SVGSVGElement>

Optional onEncrypted

onEncrypted: ReactEventHandler<SVGSVGElement>

Optional onEncryptedCapture

onEncryptedCapture: ReactEventHandler<SVGSVGElement>

Optional onEnded

onEnded: ReactEventHandler<SVGSVGElement>

Optional onEndedCapture

onEndedCapture: ReactEventHandler<SVGSVGElement>

Optional onError

onError: ReactEventHandler<SVGSVGElement>

Optional onErrorCapture

onErrorCapture: ReactEventHandler<SVGSVGElement>

Optional onFocus

onFocus: FocusEventHandler<SVGSVGElement>

Optional onFocusCapture

onFocusCapture: FocusEventHandler<SVGSVGElement>

Optional onGotPointerCapture

onGotPointerCapture: PointerEventHandler<SVGSVGElement>

Optional onGotPointerCaptureCapture

onGotPointerCaptureCapture: PointerEventHandler<SVGSVGElement>

Optional onInput

onInput: FormEventHandler<SVGSVGElement>

Optional onInputCapture

onInputCapture: FormEventHandler<SVGSVGElement>

Optional onInvalid

onInvalid: FormEventHandler<SVGSVGElement>

Optional onInvalidCapture

onInvalidCapture: FormEventHandler<SVGSVGElement>

Optional onKeyDown

onKeyDown: KeyboardEventHandler<SVGSVGElement>

Optional onKeyDownCapture

onKeyDownCapture: KeyboardEventHandler<SVGSVGElement>

Optional onKeyPress

onKeyPress: KeyboardEventHandler<SVGSVGElement>

Optional onKeyPressCapture

onKeyPressCapture: KeyboardEventHandler<SVGSVGElement>

Optional onKeyUp

onKeyUp: KeyboardEventHandler<SVGSVGElement>

Optional onKeyUpCapture

onKeyUpCapture: KeyboardEventHandler<SVGSVGElement>

Optional onLoad

onLoad: ReactEventHandler<SVGSVGElement>

Optional onLoadCapture

onLoadCapture: ReactEventHandler<SVGSVGElement>

Optional onLoadStart

onLoadStart: ReactEventHandler<SVGSVGElement>

Optional onLoadStartCapture

onLoadStartCapture: ReactEventHandler<SVGSVGElement>

Optional onLoadedData

onLoadedData: ReactEventHandler<SVGSVGElement>

Optional onLoadedDataCapture

onLoadedDataCapture: ReactEventHandler<SVGSVGElement>

Optional onLoadedMetadata

onLoadedMetadata: ReactEventHandler<SVGSVGElement>

Optional onLoadedMetadataCapture

onLoadedMetadataCapture: ReactEventHandler<SVGSVGElement>

Optional onLostPointerCapture

onLostPointerCapture: PointerEventHandler<SVGSVGElement>

Optional onLostPointerCaptureCapture

onLostPointerCaptureCapture: PointerEventHandler<SVGSVGElement>

Optional onMouseDown

onMouseDown: MouseEventHandler<SVGSVGElement>

Optional onMouseDownCapture

onMouseDownCapture: MouseEventHandler<SVGSVGElement>

Optional onMouseEnter

onMouseEnter: MouseEventHandler<SVGSVGElement>

Optional onMouseLeave

onMouseLeave: MouseEventHandler<SVGSVGElement>

Optional onMouseMove

onMouseMove: MouseEventHandler<SVGSVGElement>

Optional onMouseMoveCapture

onMouseMoveCapture: MouseEventHandler<SVGSVGElement>

Optional onMouseOut

onMouseOut: MouseEventHandler<SVGSVGElement>

Optional onMouseOutCapture

onMouseOutCapture: MouseEventHandler<SVGSVGElement>

Optional onMouseOver

onMouseOver: MouseEventHandler<SVGSVGElement>

Optional onMouseOverCapture

onMouseOverCapture: MouseEventHandler<SVGSVGElement>

Optional onMouseUp

onMouseUp: MouseEventHandler<SVGSVGElement>

Optional onMouseUpCapture

onMouseUpCapture: MouseEventHandler<SVGSVGElement>

Optional onPaste

onPaste: ClipboardEventHandler<SVGSVGElement>

Optional onPasteCapture

onPasteCapture: ClipboardEventHandler<SVGSVGElement>

Optional onPause

onPause: ReactEventHandler<SVGSVGElement>

Optional onPauseCapture

onPauseCapture: ReactEventHandler<SVGSVGElement>

Optional onPlay

onPlay: ReactEventHandler<SVGSVGElement>

Optional onPlayCapture

onPlayCapture: ReactEventHandler<SVGSVGElement>

Optional onPlaying

onPlaying: ReactEventHandler<SVGSVGElement>

Optional onPlayingCapture

onPlayingCapture: ReactEventHandler<SVGSVGElement>

Optional onPointerCancel

onPointerCancel: PointerEventHandler<SVGSVGElement>

Optional onPointerCancelCapture

onPointerCancelCapture: PointerEventHandler<SVGSVGElement>

Optional onPointerDown

onPointerDown: PointerEventHandler<SVGSVGElement>

Optional onPointerDownCapture

onPointerDownCapture: PointerEventHandler<SVGSVGElement>

Optional onPointerEnter

onPointerEnter: PointerEventHandler<SVGSVGElement>

Optional onPointerEnterCapture

onPointerEnterCapture: PointerEventHandler<SVGSVGElement>

Optional onPointerLeave

onPointerLeave: PointerEventHandler<SVGSVGElement>

Optional onPointerLeaveCapture

onPointerLeaveCapture: PointerEventHandler<SVGSVGElement>

Optional onPointerMove

onPointerMove: PointerEventHandler<SVGSVGElement>

Optional onPointerMoveCapture

onPointerMoveCapture: PointerEventHandler<SVGSVGElement>

Optional onPointerOut

onPointerOut: PointerEventHandler<SVGSVGElement>

Optional onPointerOutCapture

onPointerOutCapture: PointerEventHandler<SVGSVGElement>

Optional onPointerOver

onPointerOver: PointerEventHandler<SVGSVGElement>

Optional onPointerOverCapture

onPointerOverCapture: PointerEventHandler<SVGSVGElement>

Optional onPointerUp

onPointerUp: PointerEventHandler<SVGSVGElement>

Optional onPointerUpCapture

onPointerUpCapture: PointerEventHandler<SVGSVGElement>

Optional onProgress

onProgress: ReactEventHandler<SVGSVGElement>

Optional onProgressCapture

onProgressCapture: ReactEventHandler<SVGSVGElement>

Optional onRateChange

onRateChange: ReactEventHandler<SVGSVGElement>

Optional onRateChangeCapture

onRateChangeCapture: ReactEventHandler<SVGSVGElement>

Optional onReset

onReset: FormEventHandler<SVGSVGElement>

Optional onResetCapture

onResetCapture: FormEventHandler<SVGSVGElement>

Optional onScroll

onScroll: UIEventHandler<SVGSVGElement>

Optional onScrollCapture

onScrollCapture: UIEventHandler<SVGSVGElement>

Optional onSeeked

onSeeked: ReactEventHandler<SVGSVGElement>

Optional onSeekedCapture

onSeekedCapture: ReactEventHandler<SVGSVGElement>

Optional onSeeking

onSeeking: ReactEventHandler<SVGSVGElement>

Optional onSeekingCapture

onSeekingCapture: ReactEventHandler<SVGSVGElement>

Optional onSelect

onSelect: ReactEventHandler<SVGSVGElement>

Optional onSelectCapture

onSelectCapture: ReactEventHandler<SVGSVGElement>

Optional onStalled

onStalled: ReactEventHandler<SVGSVGElement>

Optional onStalledCapture

onStalledCapture: ReactEventHandler<SVGSVGElement>

Optional onSubmit

onSubmit: FormEventHandler<SVGSVGElement>

Optional onSubmitCapture

onSubmitCapture: FormEventHandler<SVGSVGElement>

Optional onSuspend

onSuspend: ReactEventHandler<SVGSVGElement>

Optional onSuspendCapture

onSuspendCapture: ReactEventHandler<SVGSVGElement>

Optional onTimeUpdate

onTimeUpdate: ReactEventHandler<SVGSVGElement>

Optional onTimeUpdateCapture

onTimeUpdateCapture: ReactEventHandler<SVGSVGElement>

Optional onTouchCancel

onTouchCancel: TouchEventHandler<SVGSVGElement>

Optional onTouchCancelCapture

onTouchCancelCapture: TouchEventHandler<SVGSVGElement>

Optional onTouchEnd

onTouchEnd: TouchEventHandler<SVGSVGElement>

Optional onTouchEndCapture

onTouchEndCapture: TouchEventHandler<SVGSVGElement>

Optional onTouchMove

onTouchMove: TouchEventHandler<SVGSVGElement>

Optional onTouchMoveCapture

onTouchMoveCapture: TouchEventHandler<SVGSVGElement>

Optional onTouchStart

onTouchStart: TouchEventHandler<SVGSVGElement>

Optional onTouchStartCapture

onTouchStartCapture: TouchEventHandler<SVGSVGElement>

Optional onTransitionEnd

onTransitionEnd: TransitionEventHandler<SVGSVGElement>

Optional onTransitionEndCapture

onTransitionEndCapture: TransitionEventHandler<SVGSVGElement>

Optional onVolumeChange

onVolumeChange: ReactEventHandler<SVGSVGElement>

Optional onVolumeChangeCapture

onVolumeChangeCapture: ReactEventHandler<SVGSVGElement>

Optional onWaiting

onWaiting: ReactEventHandler<SVGSVGElement>

Optional onWaitingCapture

onWaitingCapture: ReactEventHandler<SVGSVGElement>

Optional onWheel

onWheel: WheelEventHandler<SVGSVGElement>

Optional onWheelCapture

onWheelCapture: WheelEventHandler<SVGSVGElement>

Optional opacity

opacity: string | number

Optional operator

operator: string | number

Optional order

order: string | number

Optional orient

orient: string | number

Optional orientation

orientation: string | number

Optional origin

origin: string | number

Optional overflow

overflow: string | number

Optional overlinePosition

overlinePosition: string | number

Optional overlineThickness

overlineThickness: string | number

Optional paintOrder

paintOrder: string | number

Optional panose1

panose1: string | number

Optional path

path: string

Optional pathLength

pathLength: string | number

Optional patternContentUnits

patternContentUnits: string

Optional patternTransform

patternTransform: string | number

Optional patternUnits

patternUnits: string

Optional pointerEvents

pointerEvents: string | number

Optional points

points: string

Optional pointsAtX

pointsAtX: string | number

Optional pointsAtY

pointsAtY: string | number

Optional pointsAtZ

pointsAtZ: string | number

Optional preserveAlpha

preserveAlpha: Booleanish

Optional preserveAspectRatio

preserveAspectRatio: string

Optional primitiveUnits

primitiveUnits: string | number

Optional r

r: string | number

Optional radius

radius: string | number

Optional ref

ref: null | ((instance: null | SVGSVGElement) => void) | RefObject<SVGSVGElement>

Optional refX

refX: string | number

Optional refY

refY: string | number

Optional renderingIntent

renderingIntent: string | number

Optional repeatCount

repeatCount: string | number

Optional repeatDur

repeatDur: string | number

Optional requiredExtensions

requiredExtensions: string | number

Optional requiredFeatures

requiredFeatures: string | number

Optional restart

restart: string | number

Optional result

result: string

Optional role

role: string

Optional rotate

rotate: string | number

Optional rx

rx: string | number

Optional ry

ry: string | number

Optional scale

scale: string | number

Optional seed

seed: string | number

Optional shapeRendering

shapeRendering: string | number

Optional size

size: string | number

Optional slope

slope: string | number

Optional spacing

spacing: string | number

Optional specularConstant

specularConstant: string | number

Optional specularExponent

specularExponent: string | number

Optional speed

speed: string | number

Optional spreadMethod

spreadMethod: string

Optional startOffset

startOffset: string | number

Optional stdDeviation

stdDeviation: string | number

Optional stemh

stemh: string | number

Optional stemv

stemv: string | number

Optional stitchTiles

stitchTiles: string | number

Optional stopColor

stopColor: string

Optional stopOpacity

stopOpacity: string | number

Optional strikethroughPosition

strikethroughPosition: string | number

Optional strikethroughThickness

strikethroughThickness: string | number

Optional string

string: string | number

Optional stroke

stroke: string

Optional strokeDasharray

strokeDasharray: string | number

Optional strokeDashoffset

strokeDashoffset: string | number

Optional strokeLinecap

strokeLinecap: "inherit" | "butt" | "round" | "square"

Optional strokeLinejoin

strokeLinejoin: "inherit" | "round" | "miter" | "bevel"

Optional strokeMiterlimit

strokeMiterlimit: string | number

Optional strokeOpacity

strokeOpacity: string | number

Optional strokeWidth

strokeWidth: string | number

Optional style

style: CSSProperties

Optional surfaceScale

surfaceScale: string | number

Optional systemLanguage

systemLanguage: string | number

Optional tabIndex

tabIndex: number

Optional tableValues

tableValues: string | number

Optional target

target: string

Optional targetX

targetX: string | number

Optional targetY

targetY: string | number

Optional textAnchor

textAnchor: string

Optional textDecoration

textDecoration: string | number

Optional textLength

textLength: string | number

Optional textRendering

textRendering: string | number

Optional title

title: null | string

Optional to

to: string | number

Optional transform

transform: string

Optional tw

tw: string

Optional type

type: string

Optional u1

u1: string | number

Optional u2

u2: string | number

Optional underlinePosition

underlinePosition: string | number

Optional underlineThickness

underlineThickness: string | number

Optional unicode

unicode: string | number

Optional unicodeBidi

unicodeBidi: string | number

Optional unicodeRange

unicodeRange: string | number

Optional unitsPerEm

unitsPerEm: string | number

Optional vAlphabetic

vAlphabetic: string | number

Optional vHanging

vHanging: string | number

Optional vIdeographic

vIdeographic: string | number

Optional vMathematical

vMathematical: string | number

Optional values

values: string

Optional vectorEffect

vectorEffect: string | number

Optional version

version: string

Optional vertAdvY

vertAdvY: string | number

Optional vertOriginX

vertOriginX: string | number

Optional vertOriginY

vertOriginY: string | number

Optional viewBox

viewBox: string

Optional viewTarget

viewTarget: string | number

Optional visibility

visibility: string | number

Optional width

width: string | number

Optional widths

widths: string | number

Optional wordSpacing

wordSpacing: string | number

Optional writingMode

writingMode: string | number

Optional x

x: string | number

Optional x1

x1: string | number

Optional x2

x2: string | number

Optional xChannelSelector

xChannelSelector: string

Optional xHeight

xHeight: string | number

Optional xlinkActuate

xlinkActuate: string

Optional xlinkArcrole

xlinkArcrole: string

Optional xlinkHref

xlinkHref: string

Optional xlinkRole

xlinkRole: string

Optional xlinkShow

xlinkShow: string

Optional xlinkTitle

xlinkTitle: string

Optional xlinkType

xlinkType: string

Optional xmlBase

xmlBase: string

Optional xmlLang

xmlLang: string

Optional xmlSpace

xmlSpace: string

Optional xmlns

xmlns: string

Optional xmlnsXlink

xmlnsXlink: string

Optional y

y: string | number

Optional y1

y1: string | number

Optional y2

y2: string | number

Optional yChannelSelector

yChannelSelector: string

Optional z

z: string | number

Optional zoomAndPan

zoomAndPan: string

Generated using TypeDoc