Theia API Documentation v1.65.0
    Preparing search index...
    interface CellHeightUpdateMessage {
        cellHandle: number;
        cellKind: number;
        height: number;
        type: "cellHeightUpdate";
    }
    Index

    Properties

    cellHandle: number
    cellKind: number
    height: number
    type: "cellHeightUpdate"