blessed-components - v1.20.0
    Preparing search index...

    Interface ActionBarAction

    One command displayed by an ActionBar.

    interface ActionBarAction {
        disabledReason?: string;
        disabled?: boolean;
        id: string;
        label: string;
        separator?: boolean;
        shortcut?: string;
        tone?: ActionBarTone;
    }
    Index

    Properties

    disabledReason?: string

    Optional explanation for a disabled action.

    disabled?: boolean

    Whether the action cannot receive focus or be activated.

    id: string

    Stable action identifier.

    label: string

    Human-readable action label.

    separator?: boolean

    Render a separator before this action.

    shortcut?: string

    Optional visible keyboard shortcut.

    Semantic action emphasis.