Add Templates (#299)

* add templates

* update tags

* remove pic
This commit is contained in:
Guy Ben-Aharon
2024-10-29 16:31:55 +02:00
committed by GitHub
parent ba14d42803
commit 86efeb6d16
19 changed files with 1566 additions and 77 deletions

View File

@@ -72,6 +72,7 @@ export interface ChartDBContext {
dependencies: DBDependency[];
currentDiagram: Diagram;
events: EventEmitter<ChartDBEvent>;
readonly?: boolean;
filteredSchemas?: string[];
filterSchemas: (schemaIds: string[]) => void;