Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional accelerate

accelerate?: string

Optional accumulate

accumulate?: "none" | "sum"

Optional additive

additive?: "replace" | "sum"

Optional aria

aria?: IAriaset

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 the aria- string. The values are always converted to strings according to the following rules:

  • strings are returned as is.
  • arrays are converted by converting their items using these rules and joining them with spaces.
  • everything else is converted by calling the toString method.

Optional autoReverse

autoReverse?: string

Optional begin

begin?: string | string[]

Optional by

by?: string | number

Optional calcMode

calcMode?: "discrete" | "linear" | "paced" | "spline"

Optional class

class?: ClassMoniker

Optional clipRule

clipRule?: "inherit" | ClipRule_StyleType

Optional color

color?: "inherit" | CssColor

Optional dataset

dataset?: DatasetPropType

Combines data-* 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 the data- string. The values are always converted to strings according to the following rules:

  • strings are returned as is.
  • arrays are converted by converting their items using these rules and joining them with spaces.
  • everything else is converted by calling the toString method.

Optional decelerate

decelerate?: string

Optional display

display?: Display_StyleType

Optional draggable

draggable?: "true" | "false"

Optional dur

dur?: SvgClock

Optional end

end?: string[]

Optional fill

fill?: "freeze" | "remove"

Optional from

from?: string | number

Optional href

href?: string

Optional id

Optional keyPoints

keyPoints?: number[]

Optional keySplines

keySplines?: [number, number, number, number][]

Optional keyTimes

keyTimes?: number[]

Optional lang

lang?: string

Optional max

max?: SvgClock

Optional min

min?: SvgClock

Optional path

path?: string | IPathBuilder

Optional repeatCount

repeatCount?: number | "indefinite"

Optional repeatDur

repeatDur?: SvgClock

Optional requiredExtensions

requiredExtensions?: string | string[]

Optional restart

restart?: "always" | "whenNotActive" | "never"

Optional role

role?: string

Optional rotate

rotate?: number | "auto" | "auto-reverse"

Optional style

style?: string | Styleset

Optional systemLanguage

systemLanguage?: string | string[]

Optional tabindex

tabindex?: number

Optional to

to?: string | number

Optional transform

transform?: Transform_StyleType

Optional transformOrigin

transformOrigin?: 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 values

values?: string[]

Optional xmlns

xmlns?: string