API > @blocksuite/block-std > NodeViewTree
Type alias: NodeViewTree<T>
​
NodeViewTree: <
T
>NodeView
<T
> & {children
:NodeViewTree
<T
>[];}
NodeViewTree.children
​children:
NodeViewTree
<T
>[]
Type parameters ​
Parameter | Default |
---|---|
T | BlockSuite.NodeView |
Defined In ​
block-std/src/view/type.ts:9