Optional
actor?: ActorIdOptional
allowAllow loading a document with missing changes
Optional
convertWhether to convert raw string to text objects
This is useful if you have some documents which were created using the older API which represented
text as the Text
class and you are migrating to the new API where text is just a string
. In
this case the strings from the old document will appear as RawString
s in the new document. This
option will convert those RawString
s to Text
objects. This conversion is achieved by rewriting
all the old string fields to new text fields
Optional
freeze?: booleanOptional
patchA callback which will be called with the initial patch once the document has finished loading
Generated using TypeDoc
The actor ID to use for this document, a random one will be generated if
null
is passed