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.

Represents a point with x and y coordinates. Typically used for screen coordinates in pixels.

Definition

object Coordinates {
  x: Float
  y: Float
}

Fields

x

Float The x-coordinate of the point.

y

Float The y-coordinate of the point.