Options
All
  • Public
  • Public/Protected
  • All
Menu

Menu options

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

See doc...

Hierarchy

  • controls

Indexable

[key: string]: { anchor?: anchor; icon?: string; isOn?: boolean; onClick?: Function; title: string }
  • Optional anchor?: anchor
  • Optional icon?: string
  • Optional isOn?: boolean
  • Optional onClick?: Function
  • title: string

Legend

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

Settings

Theme

Generated using TypeDoc