RTDocument

A document which combines rich text block elements to form a rich text document.

PropertyTypeDescription
id*stringThe document ID.
revision*stringA UUID used to track different versions of the document.
parents*ParentReference[]References to the document's parents.
createdAt*DateTimestamp 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 RTBlockElements which make up the content of the document.
deletedtrue When true, the rich text document is deleted. Not present if the document is not deleted.
deletedAtDateTimestamp at which the rich text document was deleted. Not present if the document is not deleted.