# UseGridOverlayOptions

> _Since v1.4.0_

Options for useGridOverlay.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `open?` | <code>boolean</code> | Whether the overlay is currently open. |
| `gridElement?` | <code><a href="/grid/api/core/classes/datagridelement/">DataGridElement</a>&lt;any&gt; &#124; unknown</code> | Optional explicit grid element. When omitted, the hook resolves the grid by: |
