PropertyBarVisible: Boolean;
The PropertyBarVisible property determines side panel visibility.
Property value can be set from JSON or using the setPropertyBarVisible method, property value is returned by the getPropertyBarVisible method.
Executing the example requires that HTML page contains the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component).
// Hide side panel workbookBox.setPropertyBarVisible(false)
After executing the example the side panel is hidden.
See also: