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

    Interface TableRow

    Minimum data required for one Table row.

    interface TableRow {
        disabled?: boolean;
        id: string;
    }
    Index

    Properties

    Properties

    disabled?: boolean

    Whether keyboard navigation and selection must skip this row.

    id: string

    Stable identifier used for cursor and selection state.