본문으로 건너뛰기

함수: getLiveQueryWindowCollectionWarning()

function getLiveQueryWindowCollectionWarning(collection, expectedLimit): string | undefined;

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

Internal

미리 생성된 무한 쿼리 컬렉션을 검증하고 어댑터가 경고해야 하는 창 조정 사항을 설명합니다.

무한 쿼리 어댑터를 위한 공유 검증입니다.

매개변수

collection

Collection<any, any, any>

expectedLimit

number

반환값

string | undefined