Open Pioneer Trails Packages
    Preparing search index...

    Represents the modification step when editing an existing feature.

    This step is active when the user is modifying an existing feature that was selected from the map. The user can change the feature's geometry or properties before saving the updates.

    interface UpdateStep {
        feature: Feature;
        id: "update";
        layer: Layer | undefined;
    }
    Index

    Properties

    Properties

    feature: Feature

    The existing feature being modified.

    id: "update"
    layer: Layer | undefined

    The layer containing the feature, or undefined if not available.