ReadonlyidThe unique identifier of the shape.
The name of the shape.
ReadonlyparentThe parent shape. If the shape is the first level the parent will be the root shape. For the root shape the parent is null
The x-coordinate of the shape's position.
The y-coordinate of the shape's position.
ReadonlywidthThe width of the shape.
ReadonlyheightThe height of the shape.
ReadonlyboundsReadonlycenterIndicates whether the shape is blocked.
Indicates whether the shape is hidden.
Indicates whether the shape is visible.
Indicates whether the shape has proportion lock enabled.
The horizontal constraints applied to the shape.
The vertical constraints applied to the shape.
The border radius of the shape.
The border radius of the top-left corner of the shape.
The border radius of the top-right corner of the shape.
The border radius of the bottom-right corner of the shape.
The border radius of the bottom-left corner of the shape.
The opacity of the shape.
The blend mode applied to the shape.
The shadows applied to the shape.
OptionalblurThe blur effect applied to the shape.
The export settings of the shape.
The x-coordinate of the shape relative to its board.
The y-coordinate of the shape relative to its board.
The x-coordinate of the shape relative to its parent.
The y-coordinate of the shape relative to its parent.
Indicates whether the shape is flipped horizontally.
Indicates whether the shape is flipped vertically.
The fills applied to the shape.
The strokes applied to the shape.
Optional ReadonlylayoutLayout properties for children of the shape.
Optional ReadonlylayoutLayout properties for cells in a grid layout.
ReadonlyinteractionsThe interactions for the current shape.
If we know the namespace of an external plugin, this is the way to get their data.
The namespace for the shared data.
The key for which to retrieve the data.
Returns the shared data associated with the key as a string.
If the shape is a component instance, returns the reference to the component associated otherwise will return null
Generates an export from the current shape.
Adds a new interaction to the shape.
Removes the interaction from the shape.
is the interaction to remove from the shape
Represents an SVG raw shape in Penpot. This interface extends
ShapeBaseand includes properties specific to raw SVG shapes.