Item for which the StartEditingMapAction is triggered.

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

Hierarchy

  • ActionItem
    • StartEditingMapActionItem

Indexable

  • readonly [key: string]: unknown

    Arbitrary properties.

Properties

Properties

geometry?: any

Some actions require an item geometry in order to work.