UNPKG

@itwin/clash-detection-client

Version:

Clash Detection client for the iTwin platform

9 lines 448 B
import type { EntityPageQueryFunc } from "../interfaces/UtilityTypes"; export declare class EntityPageListIterator<TEntity> implements AsyncIterableIterator<TEntity[]> { private _entityPages; constructor(pageQueryFunc: EntityPageQueryFunc<TEntity>); [Symbol.asyncIterator](): AsyncIterableIterator<TEntity[]>; next(): Promise<IteratorResult<TEntity[]>>; private queryPages; } //# sourceMappingURL=EntityPageListIterator.d.ts.map