allowDeletingSelectedElement

True if the selected GeometryEditorElement can be interactively deleted, false otherwise. Default is true. Whether true or false, an element can be deleted by GeometryEditor.deleteSelectedElement().

If true, then the GeometryEditorElement.canDelete property of the GeometryEditor.selectedElement is also true. 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.

InteractionConfiguration.setAllowDeletion(Boolean) sets this property.

Since

200.1.0