allowDeletingSelectedElement

True if the selected GeometryEditorElement can be interactively deleted, false otherwise. Default is true. If false, then the GeometryEditorElement.canDelete property of the GeometryEditor.selectedElement is also false. If you have implemented a customization to allow users to interactively delete the selected element, then you can use this property to check if that customization should be enabled.

Whether true or false, an element can be deleted by GeometryEditor.deleteSelectedElement().

Since

200.5.0