View Source API Reference y_ex v0.6.2
Modules
Yex is wrapper library for the Yjs CRDT library.
A shareable Array-like type that supports efficient insert/delete of elements at any position.
A preliminary array. It can be used to early initialize the contents of a Array.
Document options.
A shareable Map type.
A preliminary map. It can be used to early initialize the contents of a Map.
Sync protocol.
This process handles messages for yjs protocol sync and awareness. https://github.com/yjs/y-protocols
Persistence behavior for SharedDoc
A shareable type that is optimized for shared editing on text.
A preliminary text. It can be used to early initialize the contents of a Text.
A shared type that represents an XML node
A preliminary xml element. It can be used to early initialize the contents of a XmlElement.
A shared type to manage a collection of Y.Xml* Nodes
Extends Y.Text to represent a Y.Xml node.
A preliminary xml text. It can be used to early initialize the contents of a XmlText.