AW6241 Add item owner
This commit is contained in:
parent
b5828cd0fa
commit
3d4042e8c6
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user