HierarchicalNode
Auto-generated API reference for HierarchicalNode.
Interface: HierarchicalNode<TContext>
Defined in: topologies.ts:140
#Type Parameters
#TContext
TContext = unknown
#Properties
#agent
agent:
AgentHandle<TContext>
Defined in: topologies.ts:141
#children?
optionalchildren?:HierarchicalNode<TContext>[]
Defined in: topologies.ts:144
#tags?
optionaltags?:string[]
Defined in: topologies.ts:143
Free-form tags the router can match against.