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