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: August 25, 2026 at 6:23 AMEdit this page