OpenDialogConfig interface

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

Extends

Properties

dialogType

The type of the dialog needs to be DialogType.IFrame

options

Configurable options for the workload dialog

preventFocusRestoration

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

workloadName

The name of the workload

Property Details

dialogType

The type of the dialog needs to be DialogType.IFrame

dialogType?: IFrame

Property Value

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

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