Optionalalignment-baseline
"alignment-baseline"?:
| typeof nothing
| "auto"
| "inherit"
| "baseline"
| "before-edge"
| "text-before-edge"
| "middle"
| "central"
| "after-edge"
| "text-after-edge"
| "ideographic"
| "alphabetic"
| "hanging"
| "mathematical"
| (
(
flag: void,
) =>
| typeof nothing
| "auto"
| "inherit"
| "baseline"
| "before-edge"
| "text-before-edge"
| "middle"
| "central"
| "after-edge"
| "text-after-edge"
| "ideographic"
| "alphabetic"
| "hanging"
| "mathematical"
)
Optionalbaseline-shift
"baseline-shift"?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionalclip
clip?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionalclip-path
"clip-path"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalclip-rule
"clip-rule"?:
| typeof nothing
| "inherit"
| "nonzero"
| "evenodd"
| ((flag: void) => typeof nothing | "inherit" | "nonzero" | "evenodd")
Optionalcolor
color?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionalcolor-interpolation
"color-interpolation"?:
| typeof nothing
| "auto"
| "inherit"
| "sRGB"
| "linearRGB"
| (
(
flag: void,
) => typeof nothing | "auto" | "inherit" | "sRGB" | "linearRGB"
)
Optionalcolor-interpolation-filters
"color-interpolation-filters"?:
| typeof nothing
| "auto"
| "inherit"
| "sRGB"
| "linearRGB"
| (
(
flag: void,
) => typeof nothing | "auto" | "inherit" | "sRGB" | "linearRGB"
)
Optionalcolor-profile
"color-profile"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalcolor-rendering
"color-rendering"?:
| typeof nothing
| "auto"
| "inherit"
| "optimizeSpeed"
| "optimizeQuality"
| (
(
flag: void,
) =>
| typeof nothing
| "auto"
| "inherit"
| "optimizeSpeed"
| "optimizeQuality"
)
Optionalcursor
cursor?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionaldirection
direction?:
| typeof nothing
| "ltr"
| "rtl"
| "inherit"
| ((flag: void) => typeof nothing | "ltr" | "rtl" | "inherit")
Optionaldisplay
display?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionaldominant-baseline
"dominant-baseline"?:
| typeof nothing
| "auto"
| "inherit"
| "middle"
| "central"
| "ideographic"
| "alphabetic"
| "hanging"
| "mathematical"
| "text-bottom"
| "text-top"
| (
(
flag: void,
) =>
| typeof nothing
| "auto"
| "inherit"
| "middle"
| "central"
| "ideographic"
| "alphabetic"
| "hanging"
| "mathematical"
| "text-bottom"
| "text-top"
)
Optionalenable-background
"enable-background"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalfill
fill?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionalfill-opacity
"fill-opacity"?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionalfill-rule
"fill-rule"?:
| typeof nothing
| "inherit"
| "nonzero"
| "evenodd"
| ((flag: void) => typeof nothing | "inherit" | "nonzero" | "evenodd")
Optionalfilter
filter?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionalflood-color
"flood-color"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalflood-opacity
"flood-opacity"?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionalfont-family
"font-family"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalfont-size
"font-size"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalfont-size-adjust
"font-size-adjust"?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionalfont-stretch
"font-stretch"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalfont-style
"font-style"?:
| typeof nothing
| "inherit"
| "normal"
| "italic"
| "oblique"
| (
(
flag: void,
) => typeof nothing | "inherit" | "normal" | "italic" | "oblique"
)
Optionalfont-variant
"font-variant"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalfont-weight
"font-weight"?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionalglyph-orientation-horizontal
"glyph-orientation-horizontal"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalglyph-orientation-vertical
"glyph-orientation-vertical"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalimage-rendering
"image-rendering"?:
| typeof nothing
| "auto"
| "inherit"
| "optimizeSpeed"
| "optimizeQuality"
| (
(
flag: void,
) =>
| typeof nothing
| "auto"
| "inherit"
| "optimizeSpeed"
| "optimizeQuality"
)
Optionalkerning
kerning?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionalletter-spacing
"letter-spacing"?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionallighting-color
"lighting-color"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalmarker-end
"marker-end"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalmarker-mid
"marker-mid"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalmarker-start
"marker-start"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalmask
mask?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionalopacity
opacity?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionaloverflow
overflow?:
| typeof nothing
| "hidden"
| "scroll"
| "auto"
| "inherit"
| "visible"
| (
(
flag: void,
) => typeof nothing | "hidden" | "scroll" | "auto" | "inherit" | "visible"
)
OptionalpathLength
pathLength?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionalpointer-events
"pointer-events"?:
| typeof nothing
| "fill"
| "none"
| "all"
| "color"
| "inherit"
| "stroke"
| "visible"
| "bounding-box"
| "visiblePainted"
| "visibleFill"
| "visibleStroke"
| "painted"
| (
(
flag: void,
) =>
| typeof nothing
| "fill"
| "none"
| "all"
| "color"
| "inherit"
| "stroke"
| "visible"
| "bounding-box"
| "visiblePainted"
| "visibleFill"
| "visibleStroke"
| "painted"
)
Optionalshape-rendering
"shape-rendering"?:
| typeof nothing
| "auto"
| "inherit"
| "optimizeSpeed"
| "crispEdges"
| "geometricPrecision"
| (
(
flag: void,
) =>
| typeof nothing
| "auto"
| "inherit"
| "optimizeSpeed"
| "crispEdges"
| "geometricPrecision"
)
Optionalstop-color
"stop-color"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalstop-opacity
"stop-opacity"?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionalstroke
stroke?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optionalstroke-dasharray
"stroke-dasharray"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalstroke-dashoffset
"stroke-dashoffset"?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionalstroke-linecap
"stroke-linecap"?:
| typeof nothing
| "inherit"
| "butt"
| "round"
| "square"
| (
(
flag: void,
) => typeof nothing | "inherit" | "butt" | "round" | "square"
)
Optionalstroke-linejoin
"stroke-linejoin"?:
| typeof nothing
| "inherit"
| "round"
| "arcs"
| "bevel"
| "miter"
| "miter-clip"
| (
(
flag: void,
) =>
| typeof nothing
| "inherit"
| "round"
| "arcs"
| "bevel"
| "miter"
| "miter-clip"
)
Optionalstroke-miterlimit
"stroke-miterlimit"?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionalstroke-opacity
"stroke-opacity"?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionalstroke-width
"stroke-width"?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionaltext-anchor
"text-anchor"?:
| typeof nothing
| "start"
| "end"
| "inherit"
| "middle"
| ((flag: void) => typeof nothing | "start" | "end" | "inherit" | "middle")
Optionaltext-decoration
"text-decoration"?:
| typeof nothing
| "blink"
| "none"
| "inherit"
| "underline"
| "overline"
| "line-through"
| (
(
flag: void,
) =>
| typeof nothing
| "blink"
| "none"
| "inherit"
| "underline"
| "overline"
| "line-through"
)
Optionaltext-rendering
"text-rendering"?:
| typeof nothing
| "auto"
| "inherit"
| "optimizeSpeed"
| "geometricPrecision"
| "optimizeLegibility"
| (
(
flag: void,
) =>
| typeof nothing
| "auto"
| "inherit"
| "optimizeSpeed"
| "geometricPrecision"
| "optimizeLegibility"
)
Optionalunicode-bidi
"unicode-bidi"?:
| string
| typeof nothing
| ((flag: void) => string | typeof nothing)
Optionalvisibility
visibility?:
| typeof nothing
| "hidden"
| "inherit"
| "visible"
| "collapse"
| (
(
flag: void,
) => typeof nothing | "hidden" | "inherit" | "visible" | "collapse"
)
Optionalword-spacing
"word-spacing"?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optionalwriting-mode
"writing-mode"?:
| typeof nothing
| "inherit"
| "lr-tb"
| "rl-tb"
| "tb-rl"
| "lr"
| "rl"
| "tb"
| (
(
flag: void,
) =>
| typeof nothing
| "inherit"
| "lr-tb"
| "rl-tb"
| "tb-rl"
| "lr"
| "rl"
| "tb"
)