Callback called when the active page changes in an opened analysis or when information about a page is retrieved.

Namespace: spotfire.webPlayer
Assembly: ~/GetJavaScriptApi.ashx?Version=5.0

Syntax

JavaScript
function(pageState);

Parameters

pageState
Type: spotfire.webPlayer.PageState
A PageState object which defines the state of the currently active or retrieved page.

Remarks

Note that there are no actual functions in the JavaScript API. This function will correspond to a normal JavaScript function pointer.

Version Information

Supported in: 6.0, 5.5, 5.0, 4.0, 3.2

See Also