@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
| Parameter | Type | Description | 
|---|---|---|
| value | any | The value to convert to a model representation. | 
any