@microsoft/fast-element > ObservationRecord
ObservationRecord interface
A record of observable property access.
Signature:
export interface ObservationRecord
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
The name of the observable property on ObservationRecord.propertySource that was accessed. | ||
|
any |
The source object with an observable property that was accessed. |