Interface

IAssetLinkUI

IAssetLinkUI

UI components/methods exposed for Asset Link plugins.

Properties:
Name Type Description
dialog IAssetLinkUIDialogs

Convenience methods for creating various kinds of Dialogs

View Source assetlink-plugin-api/src/IAssetLinkUI.js, line 3

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 Dialog#create method. See https://quasar.dev/quasar-plugins/dialog.

View Source assetlink-plugin-api/src/IAssetLinkUI.js, line 11

a promise that is fullfilled when the dialog is confirmed or cancelled with the result of the dialog - if any.