IsConsoleClosed: Boolean
The IsConsoleClosed property determines whether the console is closed.
A console combines the Header and Details panels.
If the property is set to True, the console is closed. By default the property is set to false; that is, the console is opened.
To execute the example, the HTML page must contain the SlidePanel component named slidePanel (see Example of creating the SlidePanel component).Hide the console:
slidePanel.setIsConsoleClosed(true);
After executing the example the console is closed.
See also: