MCPcopy
hub / github.com/codex-team/editor.js / save

Function save

src/components/block/api.ts:110–112  ·  view source on GitHub ↗

* Save Block content * * @returns {Promise }

()

Source from the content-addressed store, hash-verified

108 * @returns {Promise<void|SavedData>}
109 */
110 save(): Promise<void|SavedData> {
111 return block.save();
112 },
113
114 /**
115 * Validate Block data

Callers

nothing calls this directly

Calls 1

saveMethod · 0.65

Tested by

no test coverage detected