[]
type SvgAttribute = object;
Specifies properties of an SVG attribute.
attributeName: string;
The name of the attribute, including the optional prefix.
optional namespace?: string;
The namespace of the attribute.
value: string;
A string value of the attribute.