| Status | ||||||
|---|---|---|---|---|---|---|
|
레이어, 도형의 편집가이드를 토글합니다Toggles the editing guide for layer and shapes.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'toggleGuide' editing guide for layer and shapes toggling API. |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('toggleGuide'); |
...