Skip to main content

UseQueryOpts

Options for the useQuery hook.

Extends: QueryConfig (excluding 'db')

Type composition: Omit<[QueryConfig](/docs/api/types/queryconfig)<IS, OS, CTX>, 'db'>

Properties

showIntermittentResults

showIntermittentResults: boolean

If true, updates UI during the initial scan. If false, waits until scanning is complete.

Inherited Members

From QueryConfig

All properties and methods from QueryConfig except: db

See QueryConfig for detailed documentation