**Source URL:** https://limited.veevavault.dev/quality/custom-pages/vault-web-sdk/25.2.0/interfaces/pagecontext.md

# PageContext

Represents the context available when a `Page` runs inside a browser from the `definePage` load callback.

## Properties {#properties}

### reload {#reload}

> 
**reload**: () => `void`

Reloads the current `Page` by calling Vault Java SDK `PageController#onLoad` method.

#### Returns {#returns}

`void`



---

**Previous:** [Interfaces](/quality/custom-pages/vault-web-sdk/25.2.0/interfaces)  
**Next:** [PageParameters](/quality/custom-pages/vault-web-sdk/25.2.0/interfaces/pageparameters)