Add iseditable to interface
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Willem Dantuma 2020-02-18 22:09:58 +01:00
parent f5868618b7
commit a39578e1a4
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ export interface IItem extends IListItem {
geometry?: any;
tags:string[],
data?:any
isEditable:boolean;
}
export class Item implements IItem {