DataTablegetDataTableProperty Method |
Get the information about the property with given name.
Namespace:
spotfire.webPlayer
Assembly:
~/GetJavaScriptApi.ashx?Version=11.8
Syntaxfunction getDataTableProperty(propertyName, callback);
Parameters
- propertyName
- Type: Systemstring
The name of the property. - callback
- Type: spotfire.webPlayeronGetPropertyCallback
A callback function with the following signature:
function(Property) {}.
Version Information
Supported in: 11.8, 11.7, 11.6, 11.5, 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also