map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface StartEditingMapActionItem

    Item for which the StartEditingMapAction is triggered.

    interface StartEditingMapActionItem {
        geometry?: GeometryUnion;
        readonly [key: string]: unknown;
    }

    Hierarchy

    • ActionItem
      • StartEditingMapActionItem

    Indexable

    • readonly [key: string]: unknown

      Arbitrary properties.

    Index

    Properties

    Properties

    geometry?: GeometryUnion

    Some actions require an item geometry in order to work.