DaemonTagOptionsOptions for Tag — use as the sole 2nd argument (config-object overload) or merge with
positional success / error args.
modelsTag
Source src/Daemon.ts:16946 lines
export type type DaemonTagOptions = {
readonly description?: string
readonly success?: Schema.Top
readonly error?: Schema.Top
readonly node?: NodeKey<unknown>
}
Options for
Tag
— use as the sole 2nd argument (config-object overload) or merge with
positional success / error args.
DaemonTagOptions = {
readonly description?: string | undefineddescription?: string;
readonly success?: Schema.Topsuccess?: import SchemaSchema.Top;
readonly error?: Schema.Toperror?: import SchemaSchema.Top;
readonly node?: NodeKey<unknown>node?: type NodeKey<HSelf> = Context.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<unknown>;
};
Referenced by 2 symbols