선택된 이미지 또는 도형을 왼쪽으로 90도 회전시킵니다Rotate the selected image counterclockwise.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'rotateDrawingObjectLeft' counterclockwise image rotating API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('rotateDrawingObjectLeft'); |
...