AAE-27309 Update class (#10372)

This commit is contained in:
Diogo Bastos
2024-11-07 14:33:41 +00:00
committed by GitHub
parent d06c829dac
commit 3aabb9420d

View File

@@ -25,6 +25,7 @@ export const ERR_OBJECT_NOT_FOUND: string = 'Object source not found';
export class ShareDataRow implements DataRow { export class ShareDataRow implements DataRow {
cache: { [key: string]: any } = {}; cache: { [key: string]: any } = {};
isSelected: boolean = false; isSelected: boolean = false;
isSelectable: boolean = true;
isDropTarget: boolean; isDropTarget: boolean;
cssClass: string = ''; cssClass: string = '';
id: string; id: string;