Documentation
Framework
Version

InjectInfiniteQueryOptions

Interface: InjectInfiniteQueryOptions

Defined in: inject-infinite-query.ts:25

Properties

injector?

optional injector: Injector;
optional injector: Injector;

Defined in: inject-infinite-query.ts:31

The Injector in which to create the infinite query.

If this is not provided, the current injection context will be used instead (via inject).