# Quantimodo.Card ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **actionSheetButtons** | [**[Button]**](Button.md) | | [optional] **avatar** | **String** | Smaller square image | [optional] **avatarCircular** | **String** | Smaller circular image | [optional] **backgroundColor** | **String** | Ex: #f2f2f2 | [optional] **buttons** | [**[Button]**](Button.md) | | [optional] **buttonsSecondary** | [**[Button]**](Button.md) | | [optional] **content** | **String** | Ex: Content | [optional] **headerTitle** | **String** | Ex: Title | [optional] **html** | **String** | HTML for the entire card. | [optional] **htmlContent** | **String** | Ex: <div>Content</div> | [optional] **id** | **String** | HTML element id | **image** | **String** | Larger image of variable dimensions | [optional] **inputFields** | [**[InputField]**](InputField.md) | | [optional] **ionIcon** | **String** | Ex: ion-refresh | [optional] **link** | **String** | A link to a web page or something. Not much more to say about that. | [optional] **parameters** | **Object** | Key value pairs derived from user input fields, button clicks, or preset defaults | [optional] **relatedCards** | [**[Card]**](Card.md) | | [optional] **selectedButton** | [**Button**](Button.md) | Button that the user clicked and the provided function parameters | [optional] **sharingBody** | **String** | Ex: sharingBody | [optional] **sharingButtons** | [**[Button]**](Button.md) | | [optional] **sharingTitle** | **String** | Ex: sharingTitle | [optional] **subHeader** | **String** | Ex: subTitle | [optional] **subTitle** | **String** | Ex: subTitle | [optional] **title** | **String** | Ex: Title | [optional]