Dialog Module Options

Options for a web-item targeting a common dialog module.

Example

1
2
3
4
5
6
7
8
9
{
  "target": {
    "type": "dialogmodule",
    "options": {
      "key": "dialog-module-key"
    }
  }
}

Properties

key
Type
Max length
100
Required
Yes
Description

The key of a Dialog module declared in this Connect add-on.

The dialog module will include the Dialog Options that would otherwise need to be specified directly in this options object.