Interface StartEditingMapAction

Provides a map-actions.Action to start a feature update workflow using the Editing widget.

interface StartEditingMapAction {
    id: string;
    immediate?: boolean;
}

Hierarchy

  • Action
    • StartEditingMapAction

Properties

Properties

id: string

Unique id of this action.

immediate?: boolean

Actions are executed one by one. The immediate Flag allows to run an action independent of all other actions.

Generated using TypeDoc