본문으로 건너뛰기

타입 별칭: ResolvedLiveQueryWindowInput<TContext>

type ResolvedLiveQueryWindowInput<TContext> = 
| {
collection: Collection<any, any, any>;
kind: "collection";
}
| {
kind: "query";
query: QueryBuilder<TContext>;
};

정의 위치: packages/db/src/live-query-window-controller.ts:30

Internal

무한 쿼리 어댑터에서 지원되고 활성화된 입력 형식입니다.

타입 매개변수

TContext

TContext extends Context