Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt

Use this file to discover all available pages before exploring further.

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.