Interface TableActionDisplayState

UI state of a TableAction.

interface TableActionDisplayState {
    enabled: boolean;
    visible: boolean;
}

Properties

Properties

enabled: boolean

true if the corresponding action should be rendered as "clickable" (if visible). If false the action is rendered disabled.

visible: boolean

true if the corresponding action should be displayed. If false, the action is not displayed in the UI.

Generated using TypeDoc