Page tree
Skip to end of metadata
Go to start of metadata

Hides the dim layer that prevents all functions of the editor from being used.

Related action : showDimLayer


Parameters:

NameTypeDescription
actionNameString'hideDimLayer' dim layer hiding API
[fullscreen]BooleanWhether to hide the layer covering the entire screen


Example:

editor.execCommand('hideDimLayer');  // Hides the dim layer that only hide the editor area
editor.execCommand('hideDimLayer', true);  // Hides the dim layer that covers the entire screen
  • No labels