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 13, 2026 at 9:17 AMEdit this page