Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines a Slink or Clink.

let chart = new OrgChart('#tree', {
clinks: [
{ from: 4, to: 0, label: 'text' },
{ from: 4, to: 5, template: 'blue', label: '4 reports to 3' },
{ from: 2, to: 6, template: 'yellow', label: 'lorem ipsum' }
]
});

Hierarchy

  • link

Index

Properties

from?: string | number
label?: string
template?: string
to?: string | number

Legend

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

Settings

Theme

Generated using TypeDoc