Skip to content

Both copy text to your clipboard — Build with AI copies a setup prompt to paste into Claude Code, Cursor, Codex or Copilot; Copy page as Markdown copies this page to paste into a chat. How it works

Offset

Offset = number | PointLike | { [_ in PositionAnchor]: PointLike }

Defined in: src/ui/popup.ts:34

A pixel offset specified as:

  • A single number specifying a distance from the location
  • A PointLike specifying a constant offset
  • An object of PointLikes specifying an offset for each anchor position

Negative offsets indicate left and up.