identity-admin 1.27.5 → 1.27.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -470,6 +470,11 @@ export interface ExtraAction {
|
|
|
470
470
|
* @default 'Action was executed successfully'
|
|
471
471
|
*/
|
|
472
472
|
message?: string;
|
|
473
|
+
/**
|
|
474
|
+
* Specify if you need the alert message to appear after executing this action
|
|
475
|
+
* @default 'true'
|
|
476
|
+
*/
|
|
477
|
+
showAlertMessage?: boolean;
|
|
473
478
|
/**
|
|
474
479
|
* The severity of the alert. This defines the color and icon used.
|
|
475
480
|
* @default 'success'
|