Skip to main content

DesignDataRectangle_Preview

**Experimental** Represents an axis-aligned rectangle.

type DesignDataRectangle_Preview {
bottom: Int!
left: Int!
right: Int!
top: Int!
}

Fields

DesignDataRectangle_Preview.bottom ● Int! non-null scalar

**Experimental** The bottom edge coordinate.

DesignDataRectangle_Preview.left ● Int! non-null scalar

**Experimental** The left edge coordinate.

DesignDataRectangle_Preview.right ● Int! non-null scalar

**Experimental** The right edge coordinate.

DesignDataRectangle_Preview.top ● Int! non-null scalar

**Experimental** The top edge coordinate.