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 13, 2026 at 9:17 AMEdit this page