Interface Action

This interface must be implemented by all components that provide map-actions.Action.

Hierarchy

  • Action

Properties

Methods

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.

Methods

  • trigger() is invoked with an array of items and arbitrary additional options.

    Parameters

    Returns unknown

Generated using TypeDoc