@vertigis/viewer-spec 53.5.1 → 53.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -33,6 +33,13 @@ export interface RunArcadeArgs extends HasMaps, HasLayers, HasFeatures {
|
|
|
33
33
|
* referenced at runtime.
|
|
34
34
|
*/
|
|
35
35
|
arguments?: Record<string, unknown | ItemPropertyPath>;
|
|
36
|
+
/**
|
|
37
|
+
* Whether to pass the operation context object into the script.
|
|
38
|
+
* If included, the context object uses the variable name $context.
|
|
39
|
+
*
|
|
40
|
+
* @webOnly
|
|
41
|
+
*/
|
|
42
|
+
includeContext?: boolean;
|
|
36
43
|
/**
|
|
37
44
|
* Properties used to set a series of watch handles and/or event listeners
|
|
38
45
|
* on an item that will trigger the canExecuteChanged event for the
|
|
@@ -5196,6 +5196,10 @@
|
|
|
5196
5196
|
"$ref": "#/definitions/FeaturesLike",
|
|
5197
5197
|
"description": "Features to use for the command/operation."
|
|
5198
5198
|
},
|
|
5199
|
+
"includeContext": {
|
|
5200
|
+
"description": "Whether to pass the operation context object into the script. If included, the context object uses the variable name $context.",
|
|
5201
|
+
"type": "boolean"
|
|
5202
|
+
},
|
|
5199
5203
|
"layers": {
|
|
5200
5204
|
"$ref": "#/definitions/LayersLike",
|
|
5201
5205
|
"description": "Layer(s) to use for the command/operation."
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED