Widget
| Property | Type | Description |
|---|---|---|
| id | string | Unique identifier for the widget. |
| lmMeta | Record<string, any> | null | Metadata related to the widget, can be null. |
| createdAt | number | Timestamp indicating when the widget was created. |
| metadata | Record<string, any> | Additional metadata associated with the widget. |
| parentEntityId | string | Identifier of the parent entity this widget belongs to. |
| parentEntityType | string | Type of the parent entity this widget is associated with. |
| updatedAt | number | Timestamp indicating when the widget was last updated. |