ShowUIOptions
Options for configuring the plugin UI display.
ShowUIOptions interface
Options for configuring the plugin UI display.
Signature:
interface ShowUIOptionsExample
creator.ui.show({ width: 400, height: 600 });Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
number | undefined | (Optional) Height of the plugin UI window in pixels | ||
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. | ||
number | undefined | (Optional) Width of the plugin UI window in pixels |
Last updated: August 5, 2026 at 11:47 AMEdit this page