interface UmbPropertyValueCloner<ValueType> {
    cloneValue?: UmbPropertyValueClonerMethod<ValueType>;
    destroy(): void;
}

Type Parameters

  • ValueType

Hierarchy (View Summary, Expand)

Implemented by

Properties

Methods

Properties

Clones a property value.

The value to clone.

A promise that resolves with the clonal(cloned value).

Methods

MMNEPVFCICPMFPCPTTAAATR