TanStack
API Reference

DevtoolsFeature

ts
type DevtoolsFeature = QueryFeature<"Devtools">;

Defined in: packages/angular-query-experimental/src/providers.ts:155

A type alias that represents a feature which enables developer tools. The type is used to describe the return value of the withDevtools function.

See

withDevtools