Skip to content

Commit a3d44e4

Browse files
committed
bottomVisible readme
1 parent f98d566 commit a3d44e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ The adapter object is an internal object created for every instance of the scrol
218218
Adapter object implements the following properties:
219219

220220
* `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.
224224
* `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.
225225

226226
Adapter object implements the following methods

0 commit comments

Comments
 (0)