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

Function setOptions

packages/plugins/table/src/cell/options.ts:19–21  ·  view source on GitHub ↗
(editor: Editor, { minColWidth }: TableCellOptions)

Source from the content-addressed store, hash-verified

17}
18
19export const setOptions = (editor: Editor, { minColWidth }: TableCellOptions) => {
20 TABLE_CELL_OPTIONS.set(editor, { minColWidth })
21}

Callers 1

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