mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 21:40:27 +00:00
Add support for renaming actions, conditions and triggers (#13444)
This commit is contained in:
@@ -22,6 +22,7 @@ export interface PromptDialogParams extends BaseDialogBoxParams {
|
||||
inputLabel?: string;
|
||||
inputType?: string;
|
||||
defaultValue?: string;
|
||||
placeholder?: string;
|
||||
confirm?: (out?: string) => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user