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

    Interface ToolbarCharacters

    Character tokens used by renderToolbar.

    interface ToolbarCharacters {
        activeLeft: string;
        activeRight: string;
        disabledLeft: string;
        disabledRight: string;
        overflow: string;
        separator: string;
        shortcutLeft: string;
        shortcutRight: string;
    }
    Index

    Properties

    activeLeft: string
    activeRight: string
    disabledLeft: string
    disabledRight: string
    overflow: string
    separator: string
    shortcutLeft: string
    shortcutRight: string