@vertigis/viewer-spec 61.11.0 → 61.12.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.
- package/messaging/registry/ui.d.ts +4 -0
- package/messaging/schema/common-action.schema.json +1 -1
- package/messaging/schema/mobile-action.schema.json +1 -1
- package/messaging/schema/web-action.schema.json +1 -1
- package/messaging/schema/web-ui-command-definitions.md +2 -0
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -70,6 +70,8 @@ AlertCommandArgs properties:
|
|
|
70
70
|
# command: ui.deactivate
|
|
71
71
|
Description: Deactivates a component with the given ID, causing it to disappear. For VertiGIS Studio Mobile, only ID is supported.
|
|
72
72
|
|
|
73
|
+
Note: for components hosted in the taskbar, this will not necessarily cause the associated taskbar button to disappear. For that functionality, see the command "ui.make-unavailable".
|
|
74
|
+
|
|
73
75
|
Inputs: `DeactivateArgs`
|
|
74
76
|
|
|
75
77
|
DeactivateArgs properties:
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED