multi column condition in perspectives

This commit is contained in:
Jan Prochazka
2023-02-26 16:48:32 +01:00
parent 7c03d31b84
commit a2043b237f
5 changed files with 91 additions and 4 deletions

View File

@@ -80,6 +80,8 @@ export interface PerspectiveNodeConfig {
isAutoGenerated?: true | undefined;
isNodeChecked?: boolean;
multiColumnFilter?: string;
position?: {
x: number;
y: number;