mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Add support for options flows (#3491)
This commit is contained in:
@@ -71,8 +71,9 @@ export interface FlowConfig {
|
||||
}
|
||||
|
||||
export interface DataEntryFlowDialogParams {
|
||||
startFlowHandler?: string;
|
||||
continueFlowId?: string;
|
||||
dialogClosedCallback: (params: { flowFinished: boolean }) => void;
|
||||
dialogClosedCallback?: (params: { flowFinished: boolean }) => void;
|
||||
flowConfig: FlowConfig;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user