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

    Interface FooterBarCharacters

    Character tokens used by renderFooterBar.

    interface FooterBarCharacters {
        danger: string;
        hintSeparator: string;
        info: string;
        keyLeft: string;
        keyRight: string;
        sectionSeparator: string;
        success: string;
        warning: string;
    }
    Index

    Properties

    danger: string
    hintSeparator: string
    info: string
    keyLeft: string
    keyRight: string
    sectionSeparator: string
    success: string
    warning: string