sdk.rotateobjectparams
Home > @kittl/sdk > RotateObjectParams
RotateObjectParams interface
Parameters for rotating object.
Signature:
export interface RotateObjectParams
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
number | The absolute angle to set for the object in degrees. Positive values rotate clockwise, negative values rotate counter-clockwise. This will replace the object's current angle property. | ||
string | Unique identifier of the object to rotate. This can be the ID of any design object (text, image, shape, group, etc.). | ||
| (Optional) Origin point for rotation transformation. Specifies the anchor point around which the object rotates. **Default:** **Origin Options:** - **Examples:** - |