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
ReadonlyparentReturns the index of the current shape in the parent
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.
Changes the index inside the parent of the current shape. This method will shift the indexes of the shapes around that position to match the index. If the index is greater than the number of elements it will positioned last.
the new index for the shape to be in
If the shape is a component instance, returns the reference to the component associated otherwise will return null
TODO
Combine several standard Components into a VariantComponent. Similar to doing it with the contextual menu on the Penpot interface. The current shape must be a component main instance.
A list of ids of the main instances of the components to combine with this one.
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 the base properties and methods of a shape in Penpot. This interface provides common properties and methods shared by all shapes.