interface IConfig {
    hiddenMode: "display" | "scale" | "contentVisibility";
}

Properties

Properties

hiddenMode: "display" | "scale" | "contentVisibility"

The method for hiding widgets in the dock panel.

The default is display.

Using scale will often increase performance as most browsers will not trigger style computation for the transform action.

contentVisibility is only available in Chromium-based browsers.