perspective arrange button

This commit is contained in:
Jan Prochazka
2022-08-26 19:17:35 +02:00
parent d2f18bc048
commit 728ad21d2f
6 changed files with 19 additions and 5 deletions

View File

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