MCPcopy Create free account
hub / github.com/GrapesJS/react / setCustomModal

Function setCustomModal

packages/grapesjs-react/src/context/EditorOptions.tsx:34–36  ·  view source on GitHub ↗
(customModal)

Source from the content-addressed store, hash-verified

32 setState(state => ({ ...state, refCanvas }));
33 },
34 setCustomModal(customModal) {
35 setState(state => ({ ...state, customModal }));
36 },
37 setCustomAssets(customAssets) {
38 setState(state => ({ ...state, customAssets }));
39 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected