Search results

INode API in JavaScript Diagram API control

Interface for the class node

Properties

actualSize

Object

returns actual size of node

data

Object

returns data of the node

differenceX

number

returns the difference between old position and new position of node

differenceY

number

returns the difference between old position and new position of node

excludeFromLayout

boolean

returns false if the node to be arranged in layout, else it returns true

id

string

returns ID of node

inEdges

string[]

returns InEdges of node

isExpanded

boolean

returns true if the node to be expanded, else it returns false

offsetX

number

returns offsetX of node

offsetY

number

returns offsetY of node

outEdges

string[]

returns outEdges of node

pivot

PointModel

returns pivot points of node

treeBounds

Bounds

returns bounds of the node

visited

boolean

returns true if the node is already visited in layout, else it returns false