@umbraco-cms/backoffice
Preparing search index...
packages/clipboard
UmbClipboardCopyPropertyValueTranslator
Interface UmbClipboardCopyPropertyValueTranslator<PropertyValueModelType, ClipboardEntryValueType>
interface
UmbClipboardCopyPropertyValueTranslator
<
PropertyValueModelType
=
any
,
ClipboardEntryValueType
=
any
,
>
{
translate
:
(
propertyValue
:
PropertyValueModelType
,
)
=>
Promise
<
ClipboardEntryValueType
>
;
destroy
()
:
void
;
}
Type Parameters
PropertyValueModelType
=
any
ClipboardEntryValueType
=
any
Hierarchy (
View Summary
)
UmbApi
UmbClipboardCopyPropertyValueTranslator
Index
Properties
translate
Methods
destroy
Properties
translate
translate
:
(
propertyValue
:
PropertyValueModelType
,
)
=>
Promise
<
ClipboardEntryValueType
>
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...