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

    Interface ToolbarItem

    One compact command displayed by a Toolbar.

    interface ToolbarItem {
        disabled?: boolean;
        id: string;
        icon: string;
        label: string;
        separator?: boolean;
        shortcut?: string;
    }
    Index

    Properties

    disabled?: boolean
    id: string

    Stable command identifier.

    icon: string

    Non-empty visible icon or short glyph.

    label: string

    Accessible command description.

    separator?: boolean

    Starts a new visual command group.

    shortcut?: string

    Optional visible keyboard shortcut.