I needed to get scroll position of div, so I found onScroll event in react documentation, use it in my code and in developer tool found properties that I needed. In documentation I found some words:
Event names: onScroll Properties: number detail DOMAbstractView view Many times I come across a situation when I do not understand why something is written in the documentation and how to use it. Could someone help me and explain what this documentation is saying?