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 7, 2026 at 7:54 AMEdit this page