A document which combines rich text block elements to form a rich text document.
Property | Type | Description |
---|---|---|
id* | string | The document ID. |
revision* | string | A UUID used to track different versions of the document. |
parents* | ParentReference[] | References to the document's parents. |
createdAt* | Date | Timestamp at which the document was created. |
updatedAt* | Date | Timestamp at which the document was last updated. Equal to the createdAt value if the document has not been updated. |
children* | string[] | The IDs of the RTBlockElement s which make up the content of the document. |
deleted | true | When true , the rich text document is deleted. Not present if the document is not deleted. |
deletedAt | Date | Timestamp at which the rich text document was deleted. Not present if the document is not deleted. |