Skip to content

Documentation / @ripl/svg / SVGContextElementDefinition

Interface: SVGContextElementDefinition ​

Defined in: svg/src/types.ts:15

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/types.ts:21
stylesPartial<Styles>Inline styles applied to the element.svg/src/types.ts:19
tagkeyof SVGElementTagNameMapThe SVG element tag name to create.svg/src/types.ts:17
textContent?stringOptional text content rendered inside the element.svg/src/types.ts:23