basicprimitives
Version:
Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.
8 lines (7 loc) • 346 B
JavaScript
export default function Template(templateConfig, itemTemplate, highlightTemplate, dotHighlightTemplate, cursorTemplate) {
this.templateConfig = templateConfig;
this.itemTemplate = itemTemplate;
this.highlightTemplate = highlightTemplate;
this.dotHighlightTemplate = dotHighlightTemplate;
this.cursorTemplate = cursorTemplate;
};