**Source URL:** https://limited.veevavault.dev/sitevault/custom-pages/vault-web-sdk/24.3.4/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:** [FakePlugin](/sitevault/custom-pages/vault-web-sdk/24.3.4/interfaces/fakeplugin)  
**Next:** [PageParameters](/sitevault/custom-pages/vault-web-sdk/24.3.4/interfaces/pageparameters)