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 {
|
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;
|
||||||
|
Reference in New Issue
Block a user