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

> [Globals](../README.md) / [helpCenter](../modules/helpcenter.md) / HelpCenterButtonConfig

# Interface: HelpCenterButtonConfig

## Hierarchy

* **HelpCenterButtonConfig**

## Index

### Properties

* [callback](helpcenter.helpcenterbuttonconfig.md#callback)
* [id](helpcenter.helpcenterbuttonconfig.md#id)
* [label](helpcenter.helpcenterbuttonconfig.md#label)
* [scope](helpcenter.helpcenterbuttonconfig.md#scope)

## Properties

### callback

• `Optional` **callback**: undefined \| (value?: any) => void

Callback function to be automatically executed on click.

___

### id

• `Optional` **id**: undefined \| string

ID of the string to use for handling callback.

___

### label

•  **label**: string

Text of the button.

___

### scope

• `Optional` **scope**: undefined \| string

Scope of the button. Options are:
1. helpCenter: Shows as a button in the support section.
2. helpCenterResource: Shows at the bottom of the resources section.
