OpenDialogConfig interface
An interface representing the configuration settings required to open an workload dialog
- Extends
Properties
dialog |
The type of the dialog needs to be |
options | Configurable options for the workload dialog |
prevent |
Whether to restore focus to the element that had focus before the dialog was opened |
Inherited Properties
mode | The mode for opening an workload UI |
route | The route of the UI within the workload that needs to be opened |
workload |
The name of the workload |
Property Details
dialogType
options
Configurable options for the workload dialog
options?: DialogUIOptions
Property Value
preventFocusRestoration
Whether to restore focus to the element that had focus before the dialog was opened
preventFocusRestoration?: boolean
Property Value
boolean
Inherited Property Details
mode
route
The route of the UI within the workload that needs to be opened
route: WorkloadRoute
Property Value
Inherited From OpenUIConfig.route
workloadName
The name of the workload
workloadName: string
Property Value
string
Inherited From OpenUIConfig.workloadName