Callback called when the active page in an opened analysis changes.

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 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: 1.0

See Also