Options
All
  • Public
  • Public/Protected
  • All
Menu

Separations between nodes.

let familyTree = new FamilyTree2(document.getElementById('tree'));

let separations = familyTree.template.separations;

Hierarchy

  • Separations

Index

Properties

childInLowNeighbor: number
separations.childInLowNeighbor = 90;
childLevel: number
separations.childLevel = 150;
childNeighbor: number
separations.childNeighbor = 200;
childSide: number
separations.childSide = 200;
childSubtree: number
separations.childSubtree = 180;
focusBottom: number
separations.focusBottom = 150;
focusSide: number
separations.focusSide = 200;
linkStep: number
separations.linkStep = 10;
parentLevel: number
separations.parentLevel = 200;
parentNeighbor: number
separations.parentNeighbor = 220;
parentSide: number
separations.parentSide = 200;
parentSubtree: number
separations.parentSubtree = 200;
piblingNeighbor: number
separations.piblingNeighbor = 90;
siblingNeighbor: number
separations.siblingNeighbor = 90;
spouseNeighbor: number
separations.spouseNeighbor = 90;
stepParentNeighbor: number
separations.stepParentNeighbor = 90;

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Property
  • Static method

Settings

Theme

Generated using TypeDoc