Interface UmbClipboardEntryValueModel<ValueType>

interface UmbClipboardEntryValueModel<ValueType = any> {
    type: string;
    value: ValueType;
}

Type Parameters

  • ValueType = any

Properties

Properties

type: string
value: ValueType
MMNEPVFCICPMFPCPTTAAATR