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:
parent
f5868618b7
commit
a39578e1a4
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user