Dart
dart:html
IntersectionObserver
takeRecords method
takeRecords
Dart
dart:html
IntersectionObserver
takeRecords method
IntersectionObserver class
Constructors
IntersectionObserver
Properties
root
rootMargin
thresholds
hashCode
runtimeType
Methods
disconnect
observe
takeRecords
unobserve
noSuchMethod
toString
Operators
operator ==
description
takeRecords
method
List
<
IntersectionObserverEntry
>
takeRecords
(
)
Implementation
List<IntersectionObserverEntry> takeRecords() native;