Hyperlinkv0.8.0-beta.28

ApiMetrics

ApiMetrics.ApiMetricsNodeTagtypesrc/ApiMetrics.ts:107
ApiMetricsNodeTag<Self, HSelf>

A node-bound ApiMetricsTag — its [nodeSym] narrowed to the node (so Hyperlink.client resolves the transport). A named type so a consumer can export a node-bound metrics tag without leaking the internal clientIdSym (TS4020). Returned by ApiMetrics.Tag()(id, { node }).

Source src/ApiMetrics.ts:1077 lines
export type ApiMetricsNodeTag<Self, HSelf> = NodeBoundTag<
  Self,
  ApiMetricsSpec,
  HSelf
> & {
  readonly [clientIdSym]: string;
};
Referenced by 1 symbols