Skip to main content

SvgElementInfo

Properties

cls

cls: string | string[]

The class to be assigned. Can be a space-separated string or an array of strings.

attr

attr: { [key: string]: string | number | boolean; }

HTML attributes to be added.

parent

parent: Node

The parent element to be assigned to.

prepend

prepend: boolean