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 5, 2026 at 11:47 AMEdit this page