Using the SDK 'connect' Method
If you are using the Thinfinity® Workspace SDK library, you can configure the toolbar directly within the connect
method. The parameters createToolbar
, toolbarVisible
, and toolbarRestrictions
allow for precise customization of the toolbar’s visibility and functionality.
Note: These SDK settings will be overridden by any settings defined in the customsettings.js
file.
Toolbar Parameter Syntax
Here’s how to set up the toolbar parameters in the SDK’s connect
method:
Important: In this example, all possible toolbar options are included in the toolbarRestrictions
array, resulting in a completely hidden toolbar. To show specific options, include only the buttons you wish to exclude.
For more details on configuring your Thinfinity Workspace environment, refer to the Getting Started section in the Thinfinity® Workspace SDK documentation. This guide provides essential information for integrating and using Thinfinity Workspace features with custom toolbar settings tailored to your deployment needs.
Last updated
Was this helpful?