Specifies the version of this Mod.
Specifies the version of the Mod JavaScript API used by the code of this Mod. Set the lowest possible version number that the Mod requires to ensure best possible backward compatibility with older Spotfire systems. Using a newer API version than specified will result in runtime errors, even if the current Spotfire system includes that API.
Specifies the name of this Mod. The name will be shown to the user when this Mod is handled in Spotfire.
Specifies the description of this Mod. The description will be shown to the user of the mod.
Any extended capabilities required by the scripts in the mod. The API documentation indicates if an API requires an extended capability.
All files of a mod will be saved into Spotfire. The files array lists all files so that Spotfire can save them.
All scripts which can be executed inside of Spotfire.
The identifier of the script. This needs to be unique within the mod has must not change between versions of the mod.
Specifies the display name of the script.
Specifies the path of the script file relative to the mod manifest.
Specifies the unique entry point of the script. The entry point has to be unique across all scripts included in the mod.
A description of what this script does.
Flag indicating if the script should be wrapped in a transaction.
All parameters of the entry point function.
The JavaScript identifier for the parameter.
The Spotfire type of the parameter.
A description of this parameter.
A description of this parameter.