mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-27309 Update class (#10372)
This commit is contained in:
@@ -25,6 +25,7 @@ export const ERR_OBJECT_NOT_FOUND: string = 'Object source not found';
|
||||
export class ShareDataRow implements DataRow {
|
||||
cache: { [key: string]: any } = {};
|
||||
isSelected: boolean = false;
|
||||
isSelectable: boolean = true;
|
||||
isDropTarget: boolean;
|
||||
cssClass: string = '';
|
||||
id: string;
|
||||
|
Reference in New Issue
Block a user