OBJECT

Size

A width x height extent, without a position. Units are the consumer's (the Solution canvas stores node sizes in pixels).

link GraphQL Schema definition

  • type Size {
  • # Width.
  • width: Int!
  • # Height.
  • height: Int!
  • }