ShowUIOptions

Options for configuring the plugin UI display.

ShowUIOptions interface

Options for configuring the plugin UI display.

Signature:

interface ShowUIOptions

Example

creator.ui.show({ width: 400, height: 600 });

Properties

Property

Modifiers

Type

Description

height?

number | undefined

(Optional) Height of the plugin UI window in pixels

position?

WindowPosition | undefined

(Optional) 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.

width?

number | undefined

(Optional) Width of the plugin UI window in pixels

Last updated: August 5, 2026 at 11:47 AMEdit this page