Skip to main content
Version: 2.x

ValueConverter.fromView() method

@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.

Returns:

any