Options used in the StartEditingMapAction.

interface StartEditingMapActionOptions {
    items?: readonly StartEditingMapActionItem[];
    readonly [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • readonly [key: string]: unknown

    Arbitrary properties.

Properties

Properties

items?: readonly StartEditingMapActionItem[]

The items for which the action is triggered.