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

    Interface QueryResultsColumn

    Query result column.

    interface QueryResultsColumn {
        key: string;
        header?: string;
        width?: number;
    }
    Index

    Properties

    Properties

    key: string
    header?: string
    width?: number