| Name | Type | Description | Notes |
|---|---|---|---|
| actionSheetButtons | [Button] | [optional] | |
| avatar | String | Smaller square image | [optional] |
| avatarCircular | String | Smaller circular image | [optional] |
| backgroundColor | String | Ex: #f2f2f2 | [optional] |
| buttons | [Button] | [optional] | |
| buttonsSecondary | [Button] | [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] | [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] | [optional] | |
| selectedButton | Button | Button that the user clicked and the provided function parameters | [optional] |
| sharingBody | String | Ex: sharingBody | [optional] |
| sharingButtons | [Button] | [optional] | |
| sharingTitle | String | Ex: sharingTitle | [optional] |
| subHeader | String | Ex: subTitle | [optional] |
| subTitle | String | Ex: subTitle | [optional] |
| title | String | Ex: Title | [optional] |