Options
All
  • Public
  • Public/Protected
  • All
Menu

Menu options

var chart = new OrgChart('#tree', {
nodeMenu:{
call: {
icon: webcallMeIcon,
text: "Call now",
onClick: callHandler
}
}
});

See doc...

Hierarchy

  • menu

Indexable

[key: string]: { icon?: string; onClick?: Function; text: string }
  • Optional icon?: string
  • Optional onClick?: Function
  • text: string

Legend

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

Settings

Theme

Generated using TypeDoc