ShapeMixin
A mixin to provide common shape properties and methods.
ShapeMixin interface
A mixin to provide common shape properties and methods.
Signature:
interface ShapeMixin extends BaseNodeMixinExtends: BaseNodeMixin
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| (Optional) The parent of this shape |
Methods
Method | Description |
|---|---|
Returns a path data representation of this shape. | |
Moves this shape immediately before the given sibling in render order. May reparent the shape if the sibling has a different parent. | |
Moves this shape immediately after the given sibling in render order. May reparent the shape if the sibling has a different parent. | |
Moves this shape to the top of its parent's render stack. | |
Moves this shape to the bottom of its parent's render stack. |
Last updated: August 5, 2026 at 11:47 AMEdit this page