Properties
Optional class
class?: ClassMoniker
Optional color
color?: "inherit" | CssColor
Optional colorInterpolationFilters
colorInterpolationFilters?: "inherit" | ColorInterpolation_StyleType
Optional display
display?: Display_StyleType
Optional draggable
draggable?: "true" | "false"
Optional floodColor
floodColor?: CssColor
Optional height
height?: string | number
Optional lang
lang?: string
Optional result
result?: string
Optional role
role?: string
Optional style
style?: string | Styleset
Optional tabindex
tabindex?: number
Optional transform
transform?: Transform_StyleType
Optional transformOrigin
transform
Origin
?: number | "bottom" | "left" | "right" | "top" | `${number}%` | `${number}in` | `${number}fr` | `${number}Q` | `${number}ch` | `${number}cm` | `${number}em` | `${number}ex` | `${number}ic` | `${number}lh` | `${number}mm` | `${number}pc` | `${number}pt` | `${number}px` | `${number}vb` | `${number}vh` | `${number}vi` | `${number}vw` | `${number}rem` | `${number}rlh` | `${number}vmax` | `${number}vmin` | "center" | [SvgLength | HorizontalPositionKeyword, SvgLength | VerticalPositionKeyword, SvgLength?]Optional width
width?: string | number
Optional x
x?: string | number
Optional xmlns
xmlns?: string
Optional y
y?: string | number
Combines
aria-*
properties into one object, so that it is easier (less verbose) to specify them. When this object is serialized to HTML element, each property name is converted to dash-style and prefixed with thearia-
string. The values are always converted to strings according to the following rules: