Merge pull request #2565 from tugcekucukoglu/node

Fixed #2553 - Column node declaration TypeScript error
pull/2569/head
Tuğçe Küçükoğlu 2022-05-25 12:23:23 +03:00 committed by GitHub
commit 60f6e1d2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -253,6 +253,10 @@ export interface ColumnSlots {
* Row data. * Row data.
*/ */
data: any; data: any;
/**
* Row node data.
*/
node: any;
/** /**
* Column node. * Column node.
*/ */