Logo FSBarV1_Archived

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

Cfg

Full Usage: Cfg

Grpc

Full Usage: Grpc

Setup

Full Usage: Setup

Style

Full Usage: Style

Units

Full Usage: Units

Viewer

Full Usage: Viewer

Instance members

Instance member Description

this.IsCfg

Full Usage: this.IsCfg

Returns: bool
Returns: bool

this.IsGrpc

Full Usage: this.IsGrpc

Returns: bool
Returns: bool

this.IsSetup

Full Usage: this.IsSetup

Returns: bool
Returns: bool

this.IsStyle

Full Usage: this.IsStyle

Returns: bool
Returns: bool

this.IsUnits

Full Usage: this.IsUnits

Returns: bool
Returns: bool

this.IsViewer

Full Usage: this.IsViewer

Returns: bool
Returns: bool

Type something to start searching.