Skip to main content

@microsoft/fast-element > ValueConverter > fromView

ValueConverter.fromView() method

Converts a value from its representation in the view, to a representation for the model.

Signature:
fromView(value: any): any;

Parameters

ParameterTypeDescription
valueanyThe value to convert to a model representation.
Returns:

any