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 Parameter | Default type |
|---|---|
T extends GtcView | GtcView |
Properties
isInOverlayStack
readonlyisInOverlayStack:boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:179
Whether the GTC view is in an overlay view stack.
type
readonlytype:GtcViewType
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:185
The view type as which the GTC view was opened.
viewEntry
readonlyviewEntry:GtcViewEntry<T>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:182
The entry for the GTC view.