@vertigis/viewer-spec 59.30.0 → 59.31.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 +1 -0
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -544,6 +544,7 @@ export declare class UIOperations extends OperationRegistry {
|
|
|
544
544
|
/**
|
|
545
545
|
* Prompts the user to enter a value in a popup box. Web only.
|
|
546
546
|
*
|
|
547
|
+
* @throws `Cancellation` on user popup cancel.
|
|
547
548
|
* @webOnly
|
|
548
549
|
*/
|
|
549
550
|
get prompt(): Operation<PromptOperationArgs, string>;
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED