Release notes - BALKAN FamilyTreeJS

BALKAN FamilyTreeJS FREE

Family tree JavaScript library for developers

Release notes

Version 1.05.00
  • [new method] addPartnerAndParentNodes

signature

/**
 * 
 * @param id id of the existing partner node
 * @param childId id of the child node
 * @param partnerData partner data
 * @param callback called at the end of the animation
 * @param fireEvent indicates if the update event will be called or not
 * {@link https://balkan.app/FamilyTreeJS/Docs/CreateProgrammatically | See doc...} 
 */
addPartnerAndParentNodes(id: string | number, childId: string | number, partnerData: object, callback?: () => void, fireEvent?: boolean): void;

Error