open-operations-browser-modal
Type: Operation
Opens the operations browser.
Imported operation data
operations
(Required)
Type: Object[]
The operations to be shown in the browser. See the list below for which properties should or can be present on this object.
-
operationName
: The name of the operation to be executed when the user selects this operation in the browser. -
data
: (Optional) The data to be passed to the operation when executed. -
label
: (Optional) The label to be shown for this operation, defaults to the operation name. -
description
: The description to be shown in the preview panel for this operation. -
image
: The image url to be shown for this operation.
-
modal
Icon (Required)
Type: String
(Optional) The icon to show at the top of the modal. This should be one of the Fontawesome (v4.7.0) icons. Do not include the fa- prefix, just use the icon names as-is from the documentation.
modal
Primary Button Label (Required)
Type: String
(Optional) The label for the primary button. Defaults to
t__Insert
.Default value
Type: String
JSON
"t__Insert"
modal
Title (Required)
Type: String
(Optional) The title being shown at the top of the modal. Defaults to
t__Select an operation
.Default value
Type: String
JSON
"t__Select an operation"