MCPcopy
hub / github.com/basecamp/trix / getDocument

Method getDocument

src/trix/models/editor.js:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 getDocument() {
38 return this.composition.document
39 }
40
41 getSelectedDocument() {
42 return this.composition.getSelectedDocument()

Callers 11

serialization.jsFile · 0.45
loadHTMLMethod · 0.45
insertHTMLMethod · 0.45
replaceHTMLMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
document_test.jsFile · 0.45
assertions.jsFile · 0.45
expectDocumentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected