elementActions.handlers.dialogInfo.parameters object

Array of parameter object, each contains: name, title, description, inputType.

Properties that reference this object type:

Syntax

{
  "name": "{string}",
  "title": "{string}",
  "description": "{string}",
  "inputType": "{string}"
}

Properties

name

Parameter name.

Type
string

Required

Constraints

Supported values

title

Parameter title.

Type
string

Required

Constraints

Supported values

description

Parameter description.

Type
string

Required

Constraints

Supported values

inputType

Parameter input type.

Type
string

Required

Constraints

Supported values