Titan Property
| API | ./. |
|---|---|
| description | current page of the window [windowId] |
| Namespaces | Windows.windowId |
| type | Int32 |
Strictly this is an element of the respective window.
windowId refers to the workspace window as explained in Windows. This means there are properties like Windows.Playbacks.CurrentPage, Windows.Colours.CurrentPage and more
<step>ActionScript.SetProperty.Integer("Windows.Playbacks.CurrentPage", 0)</step>
This toggles the playbacks window to page 1.