본문으로 건너뛰기

타입 별칭: ConditionalUseLiveQueryConfig<TContext>

type ConditionalUseLiveQueryConfig<TContext> = UseLiveQueryConfigOptions<TContext> & object;

정의 위치: useLiveQuery.ts:74

타입 선언

query

query: 
| ConfiguredQueryBuilder<TContext>
| (q) => ConfiguredQueryBuilder<TContext> | undefined | null;

타입 매개변수

TContext

TContext 확장 Context