Event raised when a marking is changed in the analysis, conditioned by the input parameters.

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

Syntax

JavaScript
function onChanged(markingName, tableName, columnNames, maxRows, callback);

Parameters

markingName
Type: string
The marking name in which to listen for changes.
tableName
Type: string
The data table name in which to listen for marking changes.
columnNames
Type: string[]
Array of column names in which to listen for marking changes.
maxRows
Type: int
The maximum number of marked rows to return.
callback
Type: spotfire.webPlayer.onMarkingChangedCallback
The event handler with the following signature: function(array) {}. The array has the following format: array["Column Name"][n], where n are the marked rows, numbered from [0, <= maxRows-1].

Version Information

Supported in: 1.0

See Also