Titan Property ====== Windows.windowId.Pages ====== ^ API | ./. | ^ description | whether a window is to show its pages or not | ^ [[:macros:namespace]] | [[macros:namespace:windows.windowid]] | ^ type | [[:macros:type:boolean]] | Strictly this is an element of the respective window. windowId refers to the workspace window as explained in [[macros:identifier:windows]]. This means there are properties like ''Windows.Playbacks.Pages'', ''Windows.Colours.Pages'' and more. == example == ActionScript.SetProperty.Boolean("Windows.Playbacks.Pages", true) Sets the plabacks window to show pages. == used in == {{backlinks>.}}