@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbManagementApiItemDataInvalidationManagerArgs<ItemResponseModelType>

    interface UmbManagementApiItemDataInvalidationManagerArgs<ItemResponseModelType> {
        dataCache: UmbManagementApiItemDataCache<ItemResponseModelType>;
        eventSources: string[];
    }

    Type Parameters

    • ItemResponseModelType
    Index

    Properties

    eventSources: string[]