OpenPanelConfig interface

An interface representing the configuration settings required to open an workload panel

Extends

Properties

options

Configurable options for the workload panel

preventFocusRestoration

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

workloadName

The name of the workload

Property Details

options

Configurable options for the workload panel

options?: PanelUIOptions

Property Value

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

The mode for opening an workload UI

mode?: OpenMode

Property Value

Inherited From OpenUIConfig.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