perspective designer

This commit is contained in:
Jan Prochazka
2022-08-25 21:11:07 +02:00
parent 1bd4b77744
commit 7ac0b907e2
4 changed files with 105 additions and 4 deletions

View File

@@ -66,6 +66,11 @@ export interface PerspectiveNodeConfig {
filters: { [uniqueName: string]: string };
isAutoGenerated?: true | undefined;
position: {
x: number;
y: number;
};
}
export interface PerspectiveReferenceConfig {