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

    Type Alias UmbBlockPropertyValueClonerArgs

    type UmbBlockPropertyValueClonerArgs = {
        contentIdUpdatedCallback?: (
            oldContentKey: string,
            newContentKey: string,
        ) => void;
    }
    Index

    Properties

    contentIdUpdatedCallback?: (
        oldContentKey: string,
        newContentKey: string,
    ) => void