UI components/methods exposed for Asset Link plugins.
Properties:
Name | Type | Description |
---|---|---|
dialog |
IAssetLinkUIDialogs
|
Convenience methods for creating various kinds of Dialogs |
Methods
# createDialog(opts) → {external:Promise}
Provides a thin promise wrapper around Quasar dialogs.
Parameters:
Name | Type | Description |
---|---|---|
opts |
Object
|
Options passed to the Quasar Dialog plugin |
a promise that is fullfilled when the dialog is confirmed or cancelled with the result of the dialog - if any.