MCPcopy Index your code
hub / github.com/thesysdev/openui / useIsQueryLoading

Function useIsQueryLoading

packages/react-lang/src/context.ts:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 * Useful for showing skeleton/loading states in data-driven components.
108 */
109export function useIsQueryLoading() {
110 return useOpenUI().isQueryLoading;
111}
112
113/**
114 * Get a form field value from the form state context.

Callers 2

PieChart.tsFile · 0.90
index.tsxFile · 0.90

Calls 1

useOpenUIFunction · 0.70

Tested by

no test coverage detected