@umbraco-cms/backoffice

    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, Expand)

    • UmbApi
      • UmbClipboardCopyPropertyValueTranslator
    Index

    Properties

    Methods

    Properties

    translate: (
        propertyValue: PropertyValueModelType,
    ) => Promise<ClipboardEntryValueType>

    Methods

    MMNEPVFCICPMFPCPTTAAATR