Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

선택된 이미지 또는 도형을 왼쪽으로 90도 회전시킵니다Rotate the selected image counterclockwise.


Parameters:

NameTypeDescription
actionNameString액션 이름'rotateDrawingObjectLeft' counterclockwise image rotating API


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('rotateDrawingObjectLeft');

...