Interface CellHeightRequest

interface CellHeightRequest {
    cellHandle: number;
    type: "cellHeightRequest";
}

Properties

Properties

cellHandle: number
type: "cellHeightRequest"