Options
All
  • Public
  • Public/Protected
  • All
Menu

Model that describes a node of the mindmap, such as its parent and children, its label, its geometry etc.

Hierarchy

  • MindmapNode

Index

Properties

children: MindmapNode[]

The children of this node.

fill?: string

The fill color of this node.

key?: string

The unique ID of this node.

label: string

The label text of this node.

parent: null | MindmapNode

The parent of this node, or null if it has got no parent.

selectable?: boolean

true if this node can be selected, or false otherwise.

Generated using TypeDoc