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

    Interface TableAction

    Base interface for BulkTableActions and RowTableActions.

    interface TableAction {
        id: string;
        label?: string;
        priority?: number;
        uiType: "button";
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string

    ID used to identify this action.

    label?: string

    optional label of actions used as source of ordering. *

    priority?: number

    optional flag of actions used as source of ordering. *

    uiType: "button"

    Type of action that describes how it is rendered, e.g. as a button *