@spotfire/mods-api
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@spotfire/mods-api", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Mods API.", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -663,3 +663,3 @@ /* | ||
* | ||
* @param useStableId - When true, the id will be a (longer) stable id guarranteed to be the same over time. | ||
* @param useStableId - When true, the id will be a (longer) stable id guaranteed to be the same over time. | ||
* @param omitAxisNames - Axis names to omit when creating the identifier. Can be used to group multiple elements split by these axes, for example to create animation effects in one data view. | ||
@@ -1395,2 +1395,10 @@ */ | ||
/** | ||
* Gets a value indicating whether the Spotfire UI is in editing mode. | ||
* | ||
* When this value is true the Spotfire UI displays authoring UI elements, such as axis selectors. | ||
* This property can be used to hide controls not meant for consumers of the analysis. | ||
* @version 1.2 | ||
*/ | ||
isEditing: boolean; | ||
/** | ||
* Gets information about the currently used theme. | ||
@@ -1397,0 +1405,0 @@ */ |
@@ -159,4 +159,4 @@ { | ||
"description": "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.", | ||
"default": "1.1", | ||
"examples": ["1.0", "1.1"], | ||
"default": "1.2", | ||
"examples": ["1.0", "1.1", "1.2"], | ||
"pattern": "^(.*)$" | ||
@@ -163,0 +163,0 @@ }, |
80138
1896