Skip to main content

@microsoft/fast-element > Accessor > getValue

Accessor.getValue() method

Gets the value of the property on the source object.

Signature:
getValue(source: any): any;

Parameters

ParameterTypeDescription
sourceanyThe source object to access.
Returns:

any