Click or drag to resize

ConnectSettingscustomization Field

The customization to use.

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
var customization

Field Value

Type: Customization
Remarks
The constructor for Customization may be unavailable at the time. Use a plain JavaScript object instead:
let customization = { showToolBar: false, showPageNavigation: false };
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