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

    Interface UmbManagementApiDetailDataInvalidationManagerArgs<DetailResponseModelType>

    interface UmbManagementApiDetailDataInvalidationManagerArgs<
        DetailResponseModelType,
    > {
        dataCache: UmbManagementApiDetailDataCache<DetailResponseModelType>;
        eventSources: string[];
    }

    Type Parameters

    • DetailResponseModelType
    Index

    Properties

    eventSources: string[]