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 emulating screen dimensions. Used within PageOptions. This defines the overall screen size, not just the browser viewport.

Definition

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

Fields

width

Int! Screen width in CSS pixels. Example: 1920.

height

Int! Screen height in CSS pixels. Example: 1080.