Page tree

Versions Compared

Key

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

Status
colourYellow
title2.9.0 이상

레이어, 도형의 편집가이드를 토글합니다Toggles the editing guide for layer and shapes.


Parameters:

NameTypeDescription
actionNameString액션 이름'toggleGuide' editing guide for layer and shapes toggling API.


Example:

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

...