에디터의 모든 기능을 사용할 수 없도록 막아주는 레이어를 숨깁니다.
관련 액션: command - showDimLayer
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
[fullscreen] | Boolean | 전체화면을 덮는 레이어를 숨길지 여부 |
Example:
editor.execCommand('hideDimLayer'); // 에디터만 가리는 레이어 숨기기 editor.execCommand('hideDimLayer', true); // 화면 전체를 가리는 레이어 숨기기