Skip to content

Documentation / @ripl/svg / SVGContextElementDefinition

Interface: SVGContextElementDefinition

Defined in: svg/src/index.ts:63

Definition for an SVG context element, describing its tag, inline styles, and attributes.

Properties

PropertyTypeDescriptionDefined in
attributesRecord<string, string>Attributes set on the element.svg/src/index.ts:69
stylesPartial<Styles>Inline styles applied to the element.svg/src/index.ts:67
tagkeyof SVGElementTagNameMapThe SVG element tag name to create.svg/src/index.ts:65
textContent?stringOptional text content rendered inside the element.svg/src/index.ts:71