Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Node

Representation of a node.

Hierarchy

  • Node

Index

Properties

Optional childNodes

childNodes: ReadonlyArray<Node>

Defines an array of child nodes that a node might contain.

description

description: string

Defines a description of a node.

Optional enableEditBtn

enableEditBtn: undefined | false | true

Defines if the edit button should be shown for a node.

id

id: string

Defines a unique id of a node.

Optional type

type: undefined | string

Defines the name of the type.

Generated using TypeDoc