@revideo/2d / components / SVGShapeData
Interface: SVGShapeData
Defined in: 2d/src/lib/components/SVG.ts:57
Data of SVGShape. This can used many times because it do not reference parent SVG. This must build into SVGShape
Properties
children?
optionalchildren?:SVGShapeData[]
Defined in: 2d/src/lib/components/SVG.ts:61
id
id:
string
Defined in: 2d/src/lib/components/SVG.ts:58
props
props:
ShapeProps
Defined in: 2d/src/lib/components/SVG.ts:60
type
type: (
props) =>Node
Defined in: 2d/src/lib/components/SVG.ts:59