default columns processor

This commit is contained in:
Jan Prochazka
2022-08-27 19:50:51 +02:00
parent 24923db199
commit 6b5e33d97e
6 changed files with 82 additions and 34 deletions

View File

@@ -50,6 +50,7 @@ export interface PerspectiveNodeConfig {
designerId: string;
schemaName?: string;
pureName: string;
defaultColumnsProcessed?: boolean;
alias?: string;