Add support for renaming actions, conditions and triggers (#13444)

This commit is contained in:
Franck Nijhof
2022-08-23 17:21:16 +02:00
committed by GitHub
parent 1616911ba9
commit dff3ffe935
8 changed files with 147 additions and 15 deletions

View File

@@ -22,6 +22,7 @@ export interface PromptDialogParams extends BaseDialogBoxParams {
inputLabel?: string;
inputType?: string;
defaultValue?: string;
placeholder?: string;
confirm?: (out?: string) => void;
}