Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • node

Index

Properties

children?: node[]

array of children nodes, initialized on demand if all children are collpased it will be empty array

childrenIds?: (string | number)[]

array of ids, always initialized

collapsed?: boolean

true if the node is collpased, false if it is not and undefined if not initalized

h?: number

height of the node, default value undefined

id?: string | number

the same id you provided in the source node

isAssistant?: boolean

if the node is assistant is true if not false if the node is not initialized is undefined

isChildOfPartner?: boolean

indicates if the node is child of partner node

isPartner?: boolean
isSplit?: boolean

for assistant nodes and mixed layout we create dynamic nodes called splits, default value undefined

lcn?: string

layout configuration name, default value undefined

leftNeighbor?: node

a reference to the left node neighbor, the default value is undefined

level?: number

a level of the node starting from zero

min?: boolean

true if the node is minimized, default value undefined

movex?: number

move the the node on x axis

movey?: number

move the the node on y axis

order?: number

it is set only if you define order option, default value undefined

padding?: number

set only if the node contains sub trees and padding is defined in the template, default value undefined

parent?: node

a reference to the parent node, default value is null, if the nodes is collapse this proprty is not initalized and can be null even if pid is not null

partnerSeparation?: number
pid?: string | number

same pid you provided in the source node, the default value is null if not provided or if node with the same id does not exist

ppid?: string | number

partner parent id, it is the partner parent node id of the partner node, it is the same ppid you provided in the source node, the default value is undefined.

rightNeighbor?: node

a reference to the right node neighbor, the default value is undefined

stChildren?: node[]

array of sub tree children root nodes, initialized on demand if the node is minimized it will be empty array

stChildrenIds?: (string | number)[]

array of sub tree children root node ids, always initialized

stContainerNodes?: node[]

sub tree container nodes array, property only for the root node, default value undefined

stParent?: node
  • a reference to the parent node of a sub tree, default value is null, if the parent node is minimized this proprty is not initalized and can be null even if we have stpid
stpid?: string | number

ub tree parent id, it is the parent node id of the root node of the sub tree, it is the same stpid you provided in the source node, the default value is null if not provided or if node with the same id does not exist.

subLevels?: number

sub levels, default value undefined

tags?: string[]

array of string values, the same array you provided in the source node

templateName?: string

template name, you can specify multiple templates with tags in one chart

w?: number

width of the node, default value undefined

x?: number

x position, default value undefined

y?: number

y position, default value undefined

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited method

Settings

Theme

Generated using TypeDoc