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

    Interface RenderModeIndicatorOptions

    Options accepted by renderModeIndicator.

    interface RenderModeIndicatorOptions {
        characters?: ModeIndicatorCharacters;
        detail?: string;
        label?: string;
        mode: ModeIndicatorMode;
        modified?: boolean;
        shortcut?: string;
        uppercase?: boolean;
    }
    Index

    Properties

    detail?: string
    label?: string
    modified?: boolean
    shortcut?: string
    uppercase?: boolean