Get the information about the property with given name.

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

Syntax

JavaScript
function getDataColumnProperty(propertyName, callback);

Parameters

propertyName
Type: string
The name of the property.
callback
Type: spotfire.webPlayer.onGetPropertyCallback
A callback function with the following signature:
function(Property) {}.

Version Information

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

See Also