# Quantimodo.Button ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **accessibilityText** | **String** | Ex: connect | [optional] **action** | **Object** | Action data | [optional] **additionalInformation** | **String** | Ex: connect | [optional] **color** | **String** | Ex: #f2f2f2 | [optional] **confirmationText** | **String** | Text to show user before executing functionName | [optional] **functionName** | **String** | Name of function to call | [optional] **parameters** | **Object** | Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API | [optional] **html** | **String** | Ex: connect | [optional] **id** | **String** | HTML element id | [optional] **image** | **String** | Ex: https://image.jpg | [optional] **ionIcon** | **String** | Ex: ion-refresh | [optional] **link** | **String** | Ex: https://local.quantimo.do | **stateName** | **String** | State to go to | [optional] **stateParams** | **Object** | Data to provide to the state | [optional] **successToastText** | **String** | Text to show user after executing functionName | [optional] **successAlertTitle** | **String** | Text to show user after executing functionName | [optional] **successAlertBody** | **String** | Text to show user after executing functionName | [optional] **text** | **String** | Ex: Connect | **tooltip** | **String** | Ex: This is a tooltip | [optional] **webhookUrl** | **String** | Post here on button click | [optional]