Skip to main content

@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

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

any