Skip to content

useQueryRef

useQueryRef<TQuery>(queryDef, options?): object

Defined in: useQuery.ts:32

TQuery extends Any

TQuery

Context

Parent otel context for the query

string

The name of the span to use for the query

Store<LiveStoreSchema<DbSchema, EventDefRecord>, { }>

object

queryRcRef: RcRef<LiveQuery<GetResult<TQuery>>>

valueRef: RefObject<GetResult<TQuery>>