Titan Property

Windows.windowId.CurrentPage

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

example
  <step>ActionScript.SetProperty.Integer("Windows.Playbacks.CurrentPage", 0)</step>

This toggles the playbacks window to page 1.

used in