Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
syntax.spec.ts
File · 0.45
history.spec.ts
File · 0.45
clipboard.spec.ts
File · 0.45
quill.spec.ts
File · 0.45
editTest
Function · 0.45
editor.spec.ts
File · 0.45
replaceSelection.spec.ts
File · 0.45
list.spec.ts
File · 0.45
history.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
1
editTest
Function · 0.36