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)
await brixxApi.refresh("myKeyControl");
await brixxApi.refresh();