# refresh

### Parameters

Optional. A control, if you want to refresh just this control, or undefined to refresh all controls within an application.

### Example Usages

1\. Simple (pay attention to the \*\*\[await]\(/globalDoc/glossary\_await)\*\* keyword)

```javascript
   await brixxApi.refresh("myKeyControl"); 
   await brixxApi.refresh();
```
