Documentation / @ripl/svg / SVGContextElement
Interface: SVGContextElement
Defined in: svg/src/index.ts:75
An SVG-specific context element carrying its rendering definition.
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
definition | public | SVGContextElementDefinition | The rendering definition describing how to build this element's SVG node. | - | svg/src/index.ts:77 |
id | readonly | string | Unique identifier for this element. | ContextElement.id | core/src/context/types.ts:178 |