Type Alias UmbBlockPropertyValueClonerArgs
UmbBlockPropertyValueClonerArgs: {
contentIdUpdatedCallback?: (
oldContentKey: string,
newContentKey: string,
) => void;
}
Type declaration
Optional
contentIdUpdatedCallback?: (oldContentKey: string, newContentKey: string) => void