ResizeUIOptions
Options for resizing the plugin UI window.
ResizeUIOptions type
Options for resizing the plugin UI window.
Signature:
type ResizeUIOptions =
| {
width?: number | undefined;
height: number;
}
| {
width: number;
height?: number | undefined;
};Last updated: September 11, 2026 at 12:08 PMEdit this page