Hi,
How to disable Create Features in the Editor Widget. i tried using the below mentioned properties , but i didn't have any luck to disable it. I'm using 4.31 version. Any help in this regard is appreciated.
const editor = new Editor({
layerInfos: [editConfigPolyLayer],
view: view,
addEnabled: false,
updateEnabled: false,
deleteEnabled: true
});