Variable ySyncConst

ySync: ViewPlugin<{
    _observer: ((event, tr) => void);
    _ytext: Text;
    conf: YSyncConfig;
    destroy() => void;
    update(update) => void;
}>

Yjs binding view plugin to synchronize the editor state with the Yjs document.

Generated using TypeDoc