Titan Property ====== Handles.AllowEditWorkspaces ====== ^ API | http://api.avolites.com/11.0/Handles.AllowEditWorkspaces.html | ^ description | Gets or sets whether workspaces handles can be deleted, moved or copied. | ^ [[:macros:namespace]] | [[:macros:namespace:handles]] | ^ type | [[:macros:type:boolean]] | == example == ActionScript.SetProperty("Handles.AllowEditWorkspaces", true) By default workspaces are locked from being edited/deleted. On consoles, you have to enter the View menu in order to delete a workspace. When scripting this property needs to be set to true before deleting a workspace (and reset to false afterwards). == used in == {{backlinks>.}}