@vertigis/viewer-spec 61.10.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/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- 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/mobile-event.schema.json +1 -1
- package/messaging/schema/web-action.schema.json +1 -1
- package/messaging/schema/web-event.schema.json +1 -1
- package/messaging/schema/web-ui-command-definitions.md +2 -0
- package/package.json +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -401,6 +401,10 @@ export declare class UICommands extends CommandRegistry {
|
|
|
401
401
|
/**
|
|
402
402
|
* Deactivates a component with the given ID, causing it to disappear. For
|
|
403
403
|
* VertiGIS Studio Mobile, only ID is supported.
|
|
404
|
+
*
|
|
405
|
+
* Note: for components hosted in the taskbar, this will not necessarily
|
|
406
|
+
* cause the associated taskbar button to disappear. For that functionality,
|
|
407
|
+
* see the command "ui.make-unavailable".
|
|
404
408
|
*/
|
|
405
409
|
get deactivate(): Command<DeactivateArgs>;
|
|
406
410
|
/**
|