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 5, 2026 at 11:47 AMEdit this page