Interface OutputRenderEvent

interface OutputRenderEvent {
    cellHandle: number;
    outputHeight: number;
    outputId: string;
}

Properties

cellHandle: number
outputHeight: number
outputId: string