interface UmbCollectionContext {
    items: Observable<any[]>;
    pagination: UmbPaginationManager;
    totalItems: Observable<number>;
    getConfig(): undefined | UmbCollectionConfiguration;
    getManifest(): undefined | ManifestCollection;
    requestCollection(): Promise<void>;
    setConfig(config: UmbCollectionConfiguration): void;
    setManifest(manifest: ManifestCollection): void;
}

Implemented by

Properties

items: Observable<any[]>
totalItems: Observable<number>

Methods

MMNEPVFCICPMFPCPTTAAATR