DesignDataLocation_Preview
**Experimental** Represents a 2D coordinate location.
type DesignDataLocation_Preview {
x: Int!
y: Int!
}
Fields
DesignDataLocation_Preview.x ● Int! non-null scalar
**Experimental** The X coordinate.
DesignDataLocation_Preview.y ● Int! non-null scalar
**Experimental** The Y coordinate.