# UIAPI.resize
Resizes the plugin UI window

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## UIAPI.resize() method

Resizes the plugin UI window

**Signature:**

```typescript
resize(opts: ResizeUIOptions): void;
```

## Parameters

<table>
  <thead>
    <tr>
      <th>
        Parameter
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        opts
      </td>

      <td>
        [ResizeUIOptions](../resize-ui-options)
      </td>

      <td>
        Options for resizing the UI window
      </td>
    </tr>
  </tbody>
</table>

**Returns:**

void
