RowResizeData: {
    clientY: number;
    index: number;
    override: IDisposable;
    region: RowRegion;
    size: number;
    type: "row-resize";
}

A type alias for the row resize data.

Type declaration

  • Readonly clientY: number

    The original client Y position of the mouse.

  • Readonly index: number

    The index of the section being resized.

  • Readonly override: IDisposable

    The disposable to clear the cursor override.

  • Readonly region: RowRegion

    The row region which holds the section being resized.

  • Readonly size: number

    The original size of the section.

  • Readonly type: "row-resize"

    The descriminated type for the data.