Skip to Content

@revideo/2d


@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?

optional children?: 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 

Parameters

props

NodeProps

Returns

Node

© 2026 Haven Technologies, Inc.
Interface: SVGShapeData – Revideo