add additional options flag

This commit is contained in:
Mads Rasmussen
2024-09-20 23:00:41 +02:00
parent 0741b56750
commit 3cc89c82d5

View File

@@ -40,6 +40,14 @@ export interface MetaEntityActionDefaultKind extends MetaEntityAction {
* ]
*/
label: string;
/**
* The action requires additional input from the user.
* A dialog will prompt the user for more information or to make a choice.
* @type {boolean}
* @memberof MetaEntityActionDefaultKind
*/
additionalOptions?: boolean;
}
// DELETE