Hides the dim layer that prevents all functions of the editor from being used.
Related action : showDimLayer
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'hideDimLayer' dim layer hiding API |
| [fullscreen] | Boolean | Whether 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