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