| Warning | ||
|---|---|---|
| ||
Since version 2.9.0 버전부터는 , it has been replaced with 'command - toggleGuide로 대체되었습니다'. |
레이어 가이드를 토글합니다Toogles the layer editing guide.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'toggleDivGuide' layer editing guide toggling API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('toggleDivGuide'); |
...