Options
All
  • Public
  • Public/Protected
  • All
Menu

Add movable functionality

Index

Enumeration members

Enumeration members

detachTree

Detaches the tree OrgChart.movable.detachTree = 'detachTree';

let chart = new OrgChart('#tree', {
movable: OrgChart.movable.detachTree
});
node

Moves the node OrgChart.movable.node = 'node';

let chart = new OrgChart('#tree', {
movable: OrgChart.movable.node
});
tree

Moves the tree OrgChart.movable.tree = 'tree';

let chart = new OrgChart('#tree', {
movable: OrgChart.movable.tree
});

Legend

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

Settings

Theme

Generated using TypeDoc