UrlDialogInfo interface

Data structure to describe dialog information needed to open a url-based dialog.

Extends

BaseDialogInfo

Properties

fallbackUrl

If client doesnt support the URL, the URL that needs to be opened in the browser.

url

The url to be rendered in the webview/iframe.

Inherited Properties

size

The requested size of the dialog

title

Title of the dialog module.

Property Details

fallbackUrl

If client doesnt support the URL, the URL that needs to be opened in the browser.

fallbackUrl?: string

Property Value

string

url

The url to be rendered in the webview/iframe.

url: string

Property Value

string

Remarks

The domain of the url must match at least one of the valid domains specified in the validDomains block of the app manifest

Inherited Property Details

size

The requested size of the dialog

size: DialogSize

Property Value

Inherited From BaseDialogInfo.size

title

Title of the dialog module.

title?: string

Property Value

string

Inherited From BaseDialogInfo.title