@umbraco-cms/backoffice

    Interface UmbCollectionContext

    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

    Index

    Properties

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

    Methods

    MMNEPVFCICPMFPCPTTAAATR