You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,9 +218,9 @@ The adapter object is an internal object created for every instance of the scrol
218
218
Adapter object implements the following properties:
219
219
220
220
*`isLoading` - a boolean value (read only) indicating whether there are any pending load requests.
221
-
*`topVisible` - a read only reference to the item currently in the topmost visible position.
222
-
*`topVisibleElement` - a read only reference to the DOM element currently in the topmost visible position.
223
-
*`topVisibleScope` - a read only reference to the scope created for the item currently in the topmost visible position.
221
+
*`topVisible`/`bottomVisible` - a read only reference to the item currently in the topmost/bottommost visible position.
222
+
*`topVisibleElement`/`bottomVisibleElement` - a read only reference to the DOM element currently in the topmost/bottommost visible position.
223
+
*`topVisibleScope`/`bottomVisibleScope` - a read only reference to the scope created for the item currently in the topmost/bottommost visible position.
224
224
*`disabled` - setting `disabled` to `true` disables scroller's scroll/resize events handlers. This can be useful if you have multiple scrollers within the same scrollViewport and you want to prevent some of them from responding to the events.
0 commit comments