Type Alias: GtcViewEntry<T>
GtcViewEntry<
T> =Pick<RenderedViewEntry<T>,"key"|"ref">
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:172
An entry describing a rendered GTC view registered to a view stack.
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends GtcView | GtcView |