OpenPageConfig interface

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

Extends

Properties

workloadName

@deprecated, no matter what workload name is specified here, page will be opened only within the current workload.

Inherited Properties

mode

The mode for opening an workload UI

route

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

Property Details

workloadName

@deprecated, no matter what workload name is specified here, page will be opened only within the current workload.

workloadName?: string

Property Value

string

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