Interface UmbCollectionRepository<CollectionItemType, FilterType>

interface UmbCollectionRepository<
    CollectionItemType extends { entityType: string; unique: string } = any,
    FilterType extends UmbCollectionFilterModel = UmbCollectionFilterModel,
> {
    destroy(): void;
    requestCollection(
        filter?: FilterType,
    ): Promise<UmbRepositoryResponse<UmbPagedModel<CollectionItemType>>>;
}

Type Parameters

Hierarchy (View Summary, Expand)

Implemented by

Methods

MMNEPVFCICPMFPCPTTAAATR