MCPcopy Create free account
hub / github.com/editablejs/editable / setOptions

Function setOptions

packages/plugins/heading/src/options.ts:29–31  ·  view source on GitHub ↗
(editor: Editor, options: HeadingOptions)

Source from the content-addressed store, hash-verified

27}
28
29export const setOptions = (editor: Editor, options: HeadingOptions) => {
30 HEADING_OPTIONS.set(editor, options)
31}
32
33const defaultStyle = {
34 [HEADING_ONE_KEY]: {

Callers 1

withHeadingFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…