TelemetryConstructOptions<HSelf>Tag-construction options for Tag.
modelsTag
Source src/Telemetry.ts:2784 lines
export interface interface TelemetryConstructOptions<HSelf = never>Tag-construction options for
Tag
.
TelemetryConstructOptions<function (type parameter) HSelf in TelemetryConstructOptions<HSelf = never>HSelf = never> {
readonly TelemetryConstructOptions<HSelf = never>.node?: NodeKey<HSelf>node?: type NodeKey<HSelf> = Key<HSelf, NodeProtocol>The Context key of a
Node
(HSelf = its identity): a service whose value is the
transport
NodeProtocol
. Stored on a node-bearing tag under
nodeSym
; read by
Hyperlink.client
to resolve where to connect (its requirement channel).
NodeKey<function (type parameter) HSelf in TelemetryConstructOptions<HSelf = never>HSelf>;
readonly TelemetryConstructOptions<HSelf = never>.description?: string | undefineddescription?: string;
}
Referenced by 1 symbols