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

Function useTableOptions

packages/plugins/table/src/table/options.ts:31–33  ·  view source on GitHub ↗
(editor: Editor)

Source from the content-addressed store, hash-verified

29}
30
31export const useTableOptions = (editor: Editor) => {
32 return React.useRef(getOptions(editor)).current
33}

Callers 2

InsertActionDefaultFunction · 0.90
SplitActionDefaultFunction · 0.90

Calls 1

getOptionsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…