isStarted

val isStarted: StateFlow<Boolean>

True if an editing session is active, false otherwise. When true, interactions with the view can affect the state of the GeometryEditor.geometry or GeometryEditor.selectedElement.

Starting or stopping the GeometryEditor raises the GeometryEditor.isStartedChanged event.

Since

200.1.0

See also