(tag: { readonly [wireKeySym]: string }): stringA tag's wire key — the RpcGroup / procedure prefix on a shared server.
Solo Tag: same as Context.Key.key. Shared-Spec instance
(Tag(wireKey, spec) factory): the factory wire key (kind key).
introspectionTagContext.Key.key
Source src/Hyperlink.ts:30072 lines
export const const wireKeyOf: (tag: {
readonly [wireKeySym]: string
}) => string
A tag's wire key — the RpcGroup / procedure prefix on a shared server.
Solo
Tag
: same as
Context.Key.key
. Shared-Spec instance
(Tag(wireKey, spec) factory): the factory wire key (kind key).
wireKeyOf = (tag: {
readonly [wireKeySym]: string
}
tag: { readonly [const wireKeySym: typeof wireKeySymWhere the wire key (RpcGroup prefix) is stowed on a Tag. Solo
Tag
s use the
same string as
Context.Key.key
; shared-Spec instances use the factory wire key.
Read with
wireKeyOf
.
wireKeySym]: string }): string =>
tag: {
readonly [wireKeySym]: string
}
tag[const wireKeySym: typeof wireKeySymWhere the wire key (RpcGroup prefix) is stowed on a Tag. Solo
Tag
s use the
same string as
Context.Key.key
; shared-Spec instances use the factory wire key.
Read with
wireKeyOf
.
wireKeySym];