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

    Interface ActionOptions

    Shape of the options parameter passed to an action.

    interface ActionOptions {
        items?: readonly ActionItem[];
        readonly [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • readonly [key: string]: unknown

      Arbitrary properties.

    Index

    Properties

    Properties

    items?: readonly ActionItem[]

    The items for which the action is triggered.