Interface CellHeightUpdateMessage

interface CellHeightUpdateMessage {
    cellHandle: number;
    cellKind: number;
    height: number;
    type: "cellHeightUpdate";
}

Properties

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