Type Alias DragBoundsCoords

DragBoundsCoords: {
    bottom: number;
    left: number;
    right: number;
    top: number;
}

Type declaration

  • bottom: number

    Number of pixels from the bottom of the document

  • left: number

    Number of pixels from left of the document

  • right: number

    Number of pixels from the right side of document

  • top: number

    Number of pixels from top of the document