Page tree

Versions Compared

Key

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

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


Parameters:

NameTypeDescription
actionNameString액션 이름'rotateDrawingObjectRight' clockwise image rotating API


Example:

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

...