MCPcopy Create free account
hub / github.com/editablejs/editable /

Class

packages/plugins/codeblock/src/plugin/yjs/sync.ts:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100export const ySyncAnnotation = cmState.Annotation.define<YSyncConfig>()
101
102class YSyncPluginValue implements cmView.PluginValue {
103 view: cmView.EditorView
104 conf: YSyncConfig
105 private _ytext: Y.Text

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected