Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

에디터의 모든 기능을 사용할 수 없도록 막아주는 레이어를 숨깁니다.

관련 액션: command - showDimLayer


Parameters:

NameTypeDescription
actionNameString액션 이름
[fullscreen]Boolean전체화면을 덮는 레이어를 숨길지 여부


Example:

editor.execCommand('hideDimLayer');  // 에디터만 가리는 레이어 숨기기
editor.execCommand('hideDimLayer', true);  // 화면 전체를 가리는 레이어 숨기기
  • No labels