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