**[@adobe/exc-app](../README.md)**

> [Globals](../README.md) / topbar

# Module: topbar

APIs that let solutions interact with the top bar and personalize it, e.g. configuring the
solution area on the left, setting up workspaces, custom search, etc.

***Import:***

```typescript
import topbar from '@adobe/exc-app/topbar';
```

***Default export:***

[TopbarApi](../interfaces/topbar.topbarapi.md#interface-topbarapi)

***Usage:***

```typescript
import topbar from '@adobe/exc-app/topbar';

topbar.customEnvLabel = 'Beta';
```

## Index

### Interfaces

* [Callback](../interfaces/topbar.callback.md)
* [CustomFeedbackConfig](../interfaces/topbar.customfeedbackconfig.md)
* [CustomSearchConfig](../interfaces/topbar.customsearchconfig.md)
* [ExternalFeedbackConfig](../interfaces/topbar.externalfeedbackconfig.md)
* [HelpCenterFeedbackConfig](../interfaces/topbar.helpcenterfeedbackconfig.md)
* [Solution](../interfaces/topbar.solution.md)
* [TopbarApi](../interfaces/topbar.topbarapi.md)
* [TopbarApiProperties](../interfaces/topbar.topbarapiproperties.md)
