[]
        
(Showing Draft Content)

SvgAttribute

Type Alias: SvgAttribute

type SvgAttribute = object;

Specifies properties of an SVG attribute.

Properties

attributeName

attributeName: string;

The name of the attribute, including the optional prefix.


namespace?

optional namespace?: string;

The namespace of the attribute.


value

value: string;

A string value of the attribute.