Interface OnDidRenderOutput

interface OnDidRenderOutput {
    bodyHeight: number;
    cellHandle: number;
    outputHeight: number;
    outputId: string;
    type: "didRenderOutput";
}

Properties

bodyHeight: number
cellHandle: number
outputHeight: number
outputId: string
type: "didRenderOutput"