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

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## WindowPosition type

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

**Signature:**

```typescript
type WindowPosition =
  | "top-left"
  | "top-center"
  | "top-right"
  | "center-left"
  | "center"
  | "center-right"
  | "bottom-left"
  | "bottom-center"
  | "bottom-right";
```
