MCPcopy
hub / github.com/gilbarbara/react-joyride / setOption

Function setOption

website/src/components/ConfigPanel/ConfigPanel.tsx:41–43  ·  view source on GitHub ↗
(key: string, value: unknown)

Source from the content-addressed store, hash-verified

39 } = useConfig();
40
41 const setOption = (key: string, value: unknown) => {
42 updateSettings({ options: { [key]: value } });
43 };
44
45 const ACCORDION_STORAGE_KEY = 'react-joyride-accordion';
46

Callers 7

ConfigPanelFunction · 0.85
ScrollPanelFunction · 0.85
OverlayPanelFunction · 0.85
ArrowPanelFunction · 0.85
BeaconPanelFunction · 0.85
AppearancePanelFunction · 0.85
InterationsPanelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…