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

    Interface TableActionDisplayState

    UI state of a TableAction.

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

    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.