Get the names of the making sets in the document.

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

Syntax

JavaScript
function getMarkingNames(callback);

Parameters

callback
Type: spotfire.webPlayer.Marking.onGetMarkingNames
A callback function with the following signature:
function(names) {}.
Where the parameter is an array of strings.

Version Information

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

See Also