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