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.

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:

position?: WindowPosition | undefined;

Example

creator.ui.show({ position: "center" });
Last updated: August 13, 2026 at 9:17 AMEdit this page