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

Function setOptions

packages/plugins/toolbar/src/side/options.ts:20–22  ·  view source on GitHub ↗
(editable: Editable, options: SideToolbarOptions)

Source from the content-addressed store, hash-verified

18}
19
20export const setOptions = (editable: Editable, options: SideToolbarOptions): void => {
21 SIDE_TOOLBAR_OPTIONS.set(editable, options)
22}

Callers 1

withSideToolbarFunction · 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…