feat(noderenderer): render child nodes
This commit is contained in:
@@ -86,6 +86,7 @@ export interface Node<T = any> {
|
||||
width?: number | null;
|
||||
height?: number | null;
|
||||
handleBounds?: NodeHandleBounds;
|
||||
childNodes?: Node[];
|
||||
}
|
||||
|
||||
export enum ArrowHeadType {
|
||||
|
||||
Reference in New Issue
Block a user