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;
|
||||
tags:string[],
|
||||
data?:any
|
||||
isEditable:boolean;
|
||||
}
|
||||
|
||||
export class Item implements IItem {
|
||||
|
Reference in New Issue
Block a user