OpenPanelConfig interface
An interface representing the configuration settings required to open an workload panel
- Extends
Properties
options | Configurable options for the workload panel |
prevent |
Whether to restore focus to the element that had focus before the panel 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
options
preventFocusRestoration
Whether to restore focus to the element that had focus before the panel 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