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

    Interface TableCharacters

    Character tokens used by renderTable.

    interface TableCharacters {
        active: string;
        columnGap: string;
        disabled: string;
        headerSeparator: string;
        idle: string;
        selected: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: string

    Marker shown beside the active row.

    columnGap: string

    Separator used between columns.

    disabled: string

    Marker shown beside disabled rows.

    headerSeparator: string

    Character used for the header separator row.

    idle: string

    Marker shown beside enabled unselected rows.

    selected: string

    Marker shown beside the selected row.