An interface for describing topic view instances.
Topic view instances are view instances used to render topics. Each topic has at least one view instance associated with it. Topic view instances are resposible for storing data related to the layout and drop positioning within the view.
Property | Type | Description |
---|---|---|
id* | string | The ID of the TopicViewInstance document. |
view* | string | The ID of the registered topic view rendered by this view instance. |
topic* | string | The ID of the topic to which this view belongs. |
createdAt* | Date | The timestamp at which the view instance was created. |
updatedAt* | Date | The timestamp at which the view instance was last updated. Equal to the createdAt value if the view instance has not been updated. |
Additionally, topic view instances support adding any custom data fields needed for the view.