| Warning | ||
|---|---|---|
| ||
2.9.0 버전부터는 command - toggleGuide로 대체되었습니다. |
레이어 가이드를 토글합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('toggleDivGuide'); |
...
| Warning | ||
|---|---|---|
| ||
2.9.0 버전부터는 command - toggleGuide로 대체되었습니다. |
레이어 가이드를 토글합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('toggleDivGuide'); |
...