---
id: gk-gravityview-view-refresh-live
title: "Filter - gk/gravityview/view/refresh/live"
sidebar_label: "gk/gravityview/view/refresh/live"
---

# Filter: gk/gravityview/view/refresh/live

Filters whether a View refreshes in place rather than reloading the page.

Answer true from a layout that drives the View from its own controls (a map moving, a calendar changing month) so it gets a refresh region without the site owner having to find the setting.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $live | `bool` | Whether the View refreshes in place. Default: the View's <code>live_refresh</code> setting. |
| $view | `\View` | The View being rendered. |

### Since

- $ver$: $ver$

### Source

Defined in `src/Frontend/ViewRefresh.php` at line 151

