MCPcopy Index your code
hub / github.com/plotly/dash / getSpinner

Function getSpinner

components/dash-core-components/src/components/Loading.tsx:21–22  ·  view source on GitHub ↗
(spinnerType: keyof typeof spinnerComponentOptions)

Source from the content-addressed store, hash-verified

19} as const;
20
21const getSpinner = (spinnerType: keyof typeof spinnerComponentOptions) =>
22 spinnerComponentOptions[spinnerType];
23
24const coveringSpinner: React.CSSProperties = {
25 visibility: 'visible',

Callers 1

LoadingFunction · 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…