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

Function setCustomSelectors

packages/grapesjs-react/src/context/EditorOptions.tsx:52–54  ·  view source on GitHub ↗
(customSelectors)

Source from the content-addressed store, hash-verified

50 setState(state => ({ ...state, customLayers }));
51 },
52 setCustomSelectors(customSelectors) {
53 setState(state => ({ ...state, customSelectors }));
54 },
55 setCustomTraits(customTraits) {
56 setState(state => ({ ...state, customTraits }));
57 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected