All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.diagrams.architecture.svgDraw.d.ts Maven / Gradle / Ivy

Go to download

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

There is a newer version: 11.4.0
Show newest version
import type cytoscape from 'cytoscape';
import type { D3Element } from '../../types.js';
import { type ArchitectureDB, type ArchitectureJunction, type ArchitectureService } from './architectureTypes.js';
export declare const drawEdges: (edgesEl: D3Element, cy: cytoscape.Core) => Promise;
export declare const drawGroups: (groupsEl: D3Element, cy: cytoscape.Core) => Promise;
export declare const drawServices: (db: ArchitectureDB, elem: D3Element, services: ArchitectureService[]) => Promise;
export declare const drawJunctions: (db: ArchitectureDB, elem: D3Element, junctions: ArchitectureJunction[]) => void;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy