Skip to main content

Type Alias: GtcViewStackItem<T>

GtcViewStackItem<T> = object

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:177

An item describing a GTC view within a view stack.

Type Parameters

Type ParameterDefault type
T extends GtcViewGtcView

Properties

isInOverlayStack

readonly isInOverlayStack: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:179

Whether the GTC view is in an overlay view stack.


type

readonly type: GtcViewType

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:185

The view type as which the GTC view was opened.


viewEntry

readonly viewEntry: GtcViewEntry<T>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:182

The entry for the GTC view.