HubTab Type
Hub-UI-facing data types referenced by both the event bus (`HubEvents`) and the authoritative state store (`HubStateStore`). Split out from `HubStateStore` because `HubEvents` carries these values in its event payloads (so it must compile *before* `HubStateStore`), while `HubStateStore` itself depends on `HubEvents.IHubEventSink` to publish mutations. Without this split the two modules form a cycle. No module or behaviour lives here — only the shapes. Which top-level tab is currently shown in the Hub GUI.
Union cases
| Union case |
Description
|
Full Usage:
Cfg
|
|
Full Usage:
Grpc
|
|
Full Usage:
Setup
|
|
Full Usage:
Style
|
|
Full Usage:
Units
|
|
Full Usage:
Viewer
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCfg
Returns: bool
|
|
Full Usage:
this.IsGrpc
Returns: bool
|
|
Full Usage:
this.IsSetup
Returns: bool
|
|
Full Usage:
this.IsStyle
Returns: bool
|
|
Full Usage:
this.IsUnits
Returns: bool
|
|
Full Usage:
this.IsViewer
Returns: bool
|
|
FSBarV1_Archived