One SVG asset displayed by the built-in Shapes module.

interface AsukaShapeSvgAssetConfig {
    id?: string;
    name: string;
    svgText: string;
}

Properties

Properties

id?: string

Optional stable asset id.

name: string

Human-readable asset name.

svgText: string

Inline SVG markup used to recreate the shape.