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

> [Globals](../README.md) / [userProfile](../modules/userprofile.md) / Button

# Interface: Button

## Hierarchy

* **Button**

## Index

### Properties

* [callback](userprofile.button.md#callback)
* [id](userprofile.button.md#id)
* [label](userprofile.button.md#label)

## Properties

### callback

•  **callback**: (value?: any) => void

Callback function to be enacted onclick.

___

### id

•  **id**: string

Unique identifier for the button.

___

### label

•  **label**: string

Text shown on the button.
