agent-playground / Exports / IBlockTreeNode
Interface: IBlockTreeNode
Block tree structure for hierarchical visualization
Table of contents
Properties
Properties
block
• block: IBlockMessage
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:250
children
• children: IBlockTreeNode[]
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:251
parent
• Optional parent: IBlockTreeNode
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:252