MCPcopy Create free account
hub / github.com/plotly/dash / getAction

Function getAction

dash/dash-renderer/src/actions/constants.js:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17export const getAction = action => {
18 if (actionList[action]) {
19 return action;
20 }
21 throw new Error(`${action} is not defined.`);
22};
23
24export const MAX_AUTH_RETRIES = 1;

Callers 5

index.jsFile · 0.90
appLifecycleFunction · 0.90
pathsFunction · 0.90
layoutFunction · 0.90
configFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…