Get the ids of the bookmarks in the document.

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

Syntax

JavaScript
function getBookmarks(callback);

Parameters

callback
Type: spotfire.webPlayer.Document.onGetBookmarksCallback
A callback function with the following signature:
function(names) {}.
The parameter in the signature is an array of strings.

Version Information

Supported in: 6.0, 5.5, 5.0, 4.0

See Also