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

# PageContext

The context which is available when a Page is run inside a browser from the definePage load callback.

## Properties {#properties}

### reload {#reload}

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

Reloads the current page by calling the Vault Java SDK PageController onLoad method.

#### Returns {#returns}

`void`



---

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