@microsoft/fast-element > ValueConverter > toView
ValueConverter.toView() method
Converts a value from its representation in the model, to a representation for the view.
Signature:
toView(value: any): any;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
value |
any |
The value to convert to a view representation. |
Returns:
any