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