OpenUIConfig interface

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

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

mode

The mode for opening an workload UI

mode?: OpenMode

Property Value

route

The route of the UI within the workload that needs to be opened

route: WorkloadRoute

Property Value

workloadName

The name of the workload

workloadName: string

Property Value

string