IsConsoleClosable: Boolean
The IsConsoleClosable property determines whether to show the button that closes the console.
A console combines the Header and Details panels.
If the property is set to False the console closing button is not displayed. Default property value is true; that is, the button is displayed.
To execute the example, the HTML page must contain the SlidePanel component named slidePanel (see Example of Creating the SlidePanel Component).Hide the button:
slidePanel.setIsConsoleClosable(false);
After executing the example the button is not displayed.
See also: