Theia API Documentation v1.65.0
    Preparing search index...

    Representation of an individual table cell.

    interface CellData {
        highlighted: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    highlighted: boolean

    Indicates if a cell's value is currently highlighted.

    value: string

    The cell value.