Class MindmapDataInternal

Contains mind map node data, such as nodeView or isRoot.

Hierarchy

  • MindmapData

Constructors

Properties

Constructors

Properties

direction?: string

Indicates where this node is positioned relative to the root node. start indicates that this node must be positioned at the start of the root node, which is either the left or top of the root node. end indicates that this node must be positioned at the emd of the root node, which is either the right or bottom of the root node.

isRoot?: boolean

Indicates whether this node is the root of the mind map.

nodeView?: MindmapNodeView