Widget
VARIABLE | TYPE | DESCRIPTION | OPTIONAL |
---|---|---|---|
id | String | Unique ID of the topic. | |
createdAt | Long | Timestamp when the widget was created. | |
widgetMetaData | WidgetMetaData | Meta data of the widget. | ✔ |
parentEntityId | String | ID of the parent entity. | |
parentEntityType | String | Type of the parent entity. | |
updatedAt | String | Timestamp when the widget was last updated. |
WidgetMetaData
VARIABLE | TYPE | DESCRIPTION | OPTIONAL |
---|---|---|---|
body | String | Body content in the widget. | ✔ |
coverImageUrl | String | Cover image url in the widget. | ✔ |
title | String | Title content in the widget. | ✔ |
name | String | Name content in the widget. | ✔ |
size | Long | Size of the content in the widget. | ✔ |
url | String | URL of the content in the widget. | ✔ |