@microsoft/fast-element > Accessor > getValue
Accessor.getValue() method
Gets the value of the property on the source object.
Signature:
getValue(source: any): any;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
source |
any |
The source object to access. |
Returns:
any