# ShowUIOptions.position
The initial position of the plugin UI window. If not specified, the plugin window appears near the top-right of the viewport, but offset to avoid overlapping the properties panel.

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

## ShowUIOptions.position property

The initial position of the plugin UI window.

If not specified, the plugin window appears near the top-right of the viewport, but offset to avoid overlapping the properties panel.

**Signature:**

```typescript
position?: WindowPosition | undefined;
```

## Example

```ts
creator.ui.show({ position: "center" });
```
