Click or drag to resize

ConnectSettings Class

Settings object that specifies which Spotfire application to connect to.
Inheritance Hierarchy
SystemObject
  spotfire.webPlayerConnectSettings

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

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

The ConnectSettings type exposes the following members.

Constructors
  NameDescription
Public methodConnectSettings
Top
Fields
  NameDescription
Public fieldcustomization
The customization to use.
Public fieldopenParameters
The open parameters to use, for example allowing a bookmark to be set when initially loading the Spotfire application.
Public fieldpath
The path, or library id, to the Spotfire analysis to use.
Public fieldreconnect
Optional paramater. If true, the web mashup will try to re-use an already loaded analysis on the server. This is useful when the web mashup needs to support reloading the page, or when another authentication flow needs to be run.
Public fieldtoken
The authentication token received from authenticate.
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
See Also