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