MCPcopy
hub / github.com/udecode/plate / createStaticEditor

Function createStaticEditor

packages/core/src/static/editor/withStatic.tsx:39–45  ·  view source on GitHub ↗
({
  editor = createEditor(),
  ...options
}: CreateStaticEditorOptions<V, P> = {})

Source from the content-addressed store, hash-verified

37};
38
39export const createStaticEditor = <
40 V extends Value = Value,
41 P extends AnyPluginConfig = CorePlugin,
42>({
43 editor = createEditor(),
44 ...options
45}: CreateStaticEditorOptions<V, P> = {}) => withStatic<V, P>(editor, options);

Calls 2

createEditorFunction · 0.90
withStaticFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…