AW6241 Add item owner
This commit is contained in:
@@ -25,6 +25,7 @@ export class Item implements IItem {
|
||||
public state?: number;
|
||||
public data?:any;
|
||||
public isEditable?:boolean;
|
||||
public owner?: string;
|
||||
|
||||
constructor() {
|
||||
}
|
||||
|
@@ -11,4 +11,5 @@ export interface IListItem {
|
||||
size?: number;
|
||||
state?: number;
|
||||
thumbnail?: boolean;
|
||||
owner?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user