@umbraco-cms/backoffice
Preparing search index...
packages/core/validation
UmbPropertyValidationPathTranslator
Interface UmbPropertyValidationPathTranslator<PropertyValueType>
interface
UmbPropertyValidationPathTranslator
<
PropertyValueType
>
{
translate
:
UmbPropertyValidationPathTranslatorMethod
<
PropertyValueType
>
;
destroy
()
:
void
;
}
Type Parameters
PropertyValueType
Hierarchy (
View Summary
)
UmbApi
UmbPropertyValidationPathTranslator
Implemented by
UmbBlockEditorValidationPropertyPathTranslatorBase
Index
Properties
translate
Methods
destroy
Properties
translate
translate
:
UmbPropertyValidationPathTranslatorMethod
<
PropertyValueType
>
Clones a property value.
Param: value
The value to clone.
Returns
A promise that resolves with the clonal(cloned value).
Methods
destroy
destroy
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
translate
Methods
destroy
@umbraco-cms/backoffice
Loading...
Clones a property value.