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

    Interface TableActionItem<T>

    Links a TableAction to the "enabled" state.

    interface TableActionItem<T extends TableAction> {
        action: T;
        enabled: boolean;
    }

    Type Parameters

    Index

    Properties

    Properties

    action: T

    A TableAction

    enabled: boolean

    true if the action enabled.