Cadenza JS
    Preparing search index...

    Type Alias CadenzaEditGeometryUpdateEvent

    CadenzaEditGeometryUpdateEvent: CadenzaEvent<
        "editGeometry:update",
        FeatureCollection
        | Feature
        | undefined,
    >

    When the user changed the geometry. FeatureCollection if multiple features are present on the edit layer, but the original defined type is not multi-geometry. This is also the case if the dialog was instantiated from a geometry and the original defined type is inherited. undefined if no feature is present on the edit layer.