@watergis/maplibre-gl-terradraw
    Preparing search index...

    Interface of event arguments

    interface EventArgs {
        deletedIds?: FeatureId[];
        feature?: GeoJSONStoreFeatures[];
        mode: TerradrawMode;
    }
    Index

    Properties

    deletedIds?: FeatureId[]

    Deleted feature IDs

    feature?: GeoJSONStoreFeatures[]

    Current selected features

    Current selected mode