The class holds information about a property.
This can be document properties, table properties or column properties.
Inheritance HierarchySystem.Object
spotfire.webPlayer.Property
Namespace:
spotfire.webPlayer
Assembly:
~/GetJavaScriptApi.ashx?Version=14.5
Syntaxspotfire.webPlayer.Property = function();
Type.createClass(
'spotfire.webPlayer.Property');
The Property type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | name | The name of the property. |
 | value | The value of the property as a formatted string or an array of formatted strings, in the users locale. |
Top
Version Information
Supported in: 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also