Interface

IAssetLinkUIDialogs

IAssetLinkUIDialogs

Convenience methods for creating various kinds of Dialogs.

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

Methods

# confirm(text)

Create a confirmation dialog.

Parameters:
Name Type Description
text String

The confirm message text

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

# custom(component, componentProps)

Create a custom dialog.

Parameters:
Name Type Description
component VueComponent

The dialog component

componentProps Object

The dialog component props

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

# promptText(text)

Create a text input prompt dialog.

Parameters:
Name Type Description
text String

The prompt message text

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