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

    Interface UmbPropertyValidationPathTranslator<PropertyValueType>

    interface UmbPropertyValidationPathTranslator<PropertyValueType> {
        translate: UmbPropertyValidationPathTranslatorMethod<PropertyValueType>;
        destroy(): void;
    }

    Type Parameters

    • PropertyValueType

    Hierarchy (View Summary)

    • UmbApi
      • UmbPropertyValidationPathTranslator

    Implemented by

    Index

    Properties

    Methods

    Properties

    Clones a property value.

    The value to clone.

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

    Methods