Compare commits
2 Commits
3db760dd96
...
3b692359c6
Author | SHA1 | Date | |
---|---|---|---|
3b692359c6 | |||
3d4042e8c6 |
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user