Skip to content

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

Defined in

playground/src/lib/playground/block-tracking/types.ts:247

Released under the MIT License.