Skip to main content
Access via:io.modals.dialogs

The Dialogs API provides a way to create and manage dialogs within the io.Connect platform. There are predefined dialog templates from which you can choose and you can configure various dialog settings, such as the size of the dialog window, whether to target the current window container or the entire platform, and more.

The Dialogs API is accessible via the io.modals.dialogs object.

1 Methods

request()⚓︎

(config: DialogRequestConfig) => Promise<DialogResponse>

Sends a request to the platform for displaying a dialog.

Parameters (1)

Name Type Required Description
config⚓︎ DialogRequestConfig

Settings for displaying a dialog.