Interface TableActionItem<T>

Links a TableAction to the "enabled" state.

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

Type Parameters

Properties

Properties

action: T

A TableAction

enabled: boolean

true if the action enabled.

Generated using TypeDoc