@microsoft/fast-element > ExpressionNotifier > records
ExpressionNotifier.records() method
Gets ObservationRecords that the ExpressionNotifier is observing.
Signature:
records(): IterableIterator<ObservationRecord>;
Returns:
IterableIterator<ObservationRecord>