<Self>(tag: ApiMetricsTag<Self>): stringRead the linked outbound client id from an ApiMetrics tag.
utilsApiMetrics
Source src/ApiMetrics.ts:1512 lines
export const const clientIdOf: <Self>(
tag: ApiMetricsTag<Self>
) => string
Read the linked outbound client id from an
ApiMetrics
tag.
clientIdOf = <function (type parameter) Self in <Self>(tag: ApiMetricsTag<Self>): stringSelf>(tag: ApiMetricsTag<Self>tag: type ApiMetricsTag<Self> = anyAn
ApiMetrics
instance tag — a
HyperlinkTag
plus the linked client id.
ApiMetricsTag<function (type parameter) Self in <Self>(tag: ApiMetricsTag<Self>): stringSelf>): string =>
tag: ApiMetricsTag<Self>tag[const clientIdSym: typeof clientIdSymWhere the linked outbound client id is stored on an
ApiMetrics
tag.
clientIdSym];