Spotfire.Dxp.Application.Scripting Namespace

Spotfire 14.3 API Reference
 
Classes

  ClassDescription
Public classHtmlTextAreaScript
A container for ScriptDefinition objects and parameter values for working with JavaScript scripts in HtmlTextAreas. This is a convenience class for use solely with the API.
Public classHtmlTextAreaScriptCollection
A collection of scripts in a HtmlTextArea.
Public classScriptDefinition
Represents a script and some metadata such as the language and formal parameters.
Public classScriptLanguage
Represents a script language and version.
Public classScriptManager
Manages the scripts in a document. There is one instance of the ScriptManager in each document and it is owned by the Document.
Public classScriptManagerPropertyNames
Contains property name constants for the public properties of ScriptManager.
Public classScriptParameter
Represents a formal parameter that a script expects when it executes.
Public classScriptParameterCollection
Represents the parameters that a script expects when it executes. These are the formal parameters of the script.
Public classScriptParameterType
Represents the type of a formal script parameter.