Input options for setting the viewport size of a page. Used in PageOptions or the ‘setViewport’ mutation.

Definition

input ViewportOptions {
  width: Int!
  height: Int!
}

Fields

width: Int!

Viewport width in CSS pixels.

height: Int!

Viewport height in CSS pixels.