type | item | Yes | The type of component you are rendering. |
id | Any string | Yes | A unique identifier for the item. |
title | Any string | Yes | The text shown as the title for the item. |
subtitle | Any string | No | The text shown underneath the item's title. |
tertiary_text | Any string | No | The text shown next to the subtitle, separates by a bullet. |
image | A valid HTTPS URL | No | An image that will be displayed to the left of the item. |
image_width | Any integer | Yes (if image provided) | The exact width of the image in pixels. |
image_height | Any integer | Yes (if image provided) | The exact height of the image in pixels. |
rounded_image | true``false | No | Rounds the corners of the image.Default is false . |
disabled | true``false | No | The defined state of the inputted value to render a specific style. |
action | Action Object | No | This can be a Submit Action, URL Action, or Sheets Action. |