MCPcopy
hub / github.com/slab/quill / getContents

Method getContents

packages/quill/test/e2e/pageobjects/EditorPage.ts:129–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128
129 getContents(): Promise<Op[]> {
130 return this.page.evaluate(() => {
131 // @ts-expect-error
132 return window.quill.getContents().ops;
133 });
134 }
135
136 /**
137 * Move the cursor

Callers 10

quill.test-d.tsFile · 0.45
syntax.spec.tsFile · 0.45
history.spec.tsFile · 0.45
clipboard.spec.tsFile · 0.45
quill.spec.tsFile · 0.45
editTestFunction · 0.45
editor.spec.tsFile · 0.45
list.spec.tsFile · 0.45
history.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by 1

editTestFunction · 0.36