actions-shared
The schema defines the following additional types:
Properties of the ConfirmModal object:
Property | Type | Required | Description |
title | string | Expression | TextWithFormat | TextLocale | true | First text line on confirm modal |
description | string | Expression | TextWithFormat | TextLocale | false | Description displayed under title |
confirm | string | Expression | TextWithFormat | TextLocale | false | Text displayed on confirm button |
cancel | string | Expression | TextWithFormat | TextLocale | false | Text displayed on cancel button |
First text line on confirm modal
Description displayed under title
Text displayed on confirm button
Text displayed on cancel button
Properties of the ButtonOptionsStyle object:
Property | Type | Required | Description |
isDanger | boolean | string | false | Change style of the button to error |
isDisabled | boolean | string | false | Disables the button when `true` |
Change style of the button to error
The object must be any of the following types:
Disables the button when true
The object must be any of the following types:
