@umbraco-cms/backoffice

    Type Alias UmbBlockPropertyValueClonerArgs

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

    Properties

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