Add iseditable to interface
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -5,6 +5,7 @@ export interface IItem extends IListItem {
|
|||||||
geometry?: any;
|
geometry?: any;
|
||||||
tags:string[],
|
tags:string[],
|
||||||
data?:any
|
data?:any
|
||||||
|
isEditable:boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class Item implements IItem {
|
export class Item implements IItem {
|
||||||
|
Reference in New Issue
Block a user