Home > @tridion-sites/extensions > QueryResult > fetchStatus
fetching - Is true whenever the queryFn is executing, which includes initial loading as well as background refetches. - paused - The query wanted to fetch, but has been paused. - idle - The query is not fetching.Signature:
fetchStatus: QueryFetchStatus;