Skip to content

Documentation / @ripl/svg / SVGContextElementDefinition

Interface: SVGContextElementDefinition ​

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

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

Properties ​

PropertyTypeDefined in
attributesRecord<string, string>svg/src/index.ts:65
stylesPartial<Styles>svg/src/index.ts:64
tagkeyof SVGElementTagNameMapsvg/src/index.ts:63
textContent?stringsvg/src/index.ts:66