Links a TableAction to the "enabled" state.

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

Type Parameters

Properties

Properties

action: T

A TableAction

enabled: boolean

true if the action enabled.