Callback called when a marking change occurs.

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

Syntax

JavaScript
function(marking);

Parameters

marking
Type: System.Collections.Generic.Dictionary<string, string[]>
The result of the marking. For details, see onChanged(string, string, string[], int, onMarkingChangedCallback) or onChanged(string, string, string[], int, onMarkingChangedCallback, string).

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