Skip to main content

A config object which provides fine grain control when locking a workspace

Properties (16)

Property Type Default Required Description
allowDrop⚓︎ boolean x x

(Enterprise only) Controls the ability of the users to drop outside windows in the workspace

allowDropBottom⚓︎ boolean x x

Controls the users ability to drop windows in bottom-most zone of the workspace

allowDropLeft⚓︎ boolean x x

Controls the users ability to drop windows in left-most zone of the workspace

allowDropRight⚓︎ boolean x x

Controls the users ability to drop windows in right-most zone of the workspace

allowDropTop⚓︎ boolean x x

Controls the users ability to drop windows in top-most zone of the workspace

allowExtract⚓︎ boolean x x

Controls the ability of the users to extract (or rearrange) windows inside the workspace

allowSplitters⚓︎ boolean x x

Prevents the splitters for being draggable, so the windows cannot be resized

allowSystemHibernation⚓︎ boolean x x

If true, will allow the Workspace to be hibernated via the platform configuration. This setting doesn't apply to programmatic hibernation via the hibernate() method of a Workspace instance.

allowWindowReorder⚓︎ boolean x x

Control the users ability to reorder windows in the workspace

allowWorkspaceTabExtract⚓︎ boolean x x

Controls the whether the workspace tab can be extracted. Available only in io.Connect Desktop.

allowWorkspaceTabReorder⚓︎ boolean x x

Controls the whether the workspace tab can be reordered

showAddWindowButtons⚓︎ boolean x x

Controls the visibility of all the add window buttons (the ones with the plus icon) located in the group headers

showCloseButton⚓︎ boolean x x

Controls the visibility of the close button located in the workspaces tab

showEjectButtons⚓︎ boolean x x

Controls the visibility of all eject buttons located in the groups' headers

showSaveButton⚓︎ boolean x x

Controls the visibility of the save workspace button located in the workspace tab

showWindowCloseButtons⚓︎ boolean x x

Controls the visibility of all close button located in the windows' tab elements