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

Related action : hideDimLayer


Parameters:

NameTypeDescription
actionNameString'showDimLayer' dim layer showing API
[fullscreen]BooleanWhether to show a layer that covers the entire screen


Example:

editor.execCommand('showDimLayer');  // Show dim layer that only hides editor area
editor.execCommand('showDimLayer', true);  // Show dim layer that covers the entire screen