WindowPosition

Supported 9-grid positions for the initial plugin UI window placement.

WindowPosition type

Supported 9-grid positions for the initial plugin UI window placement.

Signature:

type WindowPosition =
  | "top-left"
  | "top-center"
  | "top-right"
  | "center-left"
  | "center"
  | "center-right"
  | "bottom-left"
  | "bottom-center"
  | "bottom-right";
Last updated: August 5, 2026 at 11:47 AMEdit this page