Click or drag to resize

Property Class

The class holds information about a property. This can be document properties, table properties or column properties.
Inheritance Hierarchy
SystemObject
  spotfire.webPlayerProperty

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
spotfire.webPlayer.Property = function();

Type.createClass(
	'spotfire.webPlayer.Property');

The Property type exposes the following members.

Constructors
  NameDescription
Public methodProperty
Top
Properties
  NameDescription
Public propertyname
The name of the property.
Public propertyvalue
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.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also