MCPcopy Create free account
hub / github.com/zxlie/FeHelper / savePanelOptions

Function savePanelOptions

apps/json-format/content-script.js:889–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887 });
888
889 let savePanelOptions = params => {
890 chrome.runtime.sendMessage({
891 type: 'fh-dynamic-any-thing',
892 thing: 'save-jsonformat-options',
893 params: params
894 });
895 };
896
897 let applyPanelOptions = (params, opts = {}) => {
898 Object.keys(params).forEach(key => formatOptions[key] = params[key]);

Callers 1

_createSettingPanelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected