I am trying to implement a log reader using the Monaco editor, (i know it's not the best idea but it is a possibility) and i want to listen to the scroll event, determine when it's near the bottom to call an API and load more text.
I checked the react props and the constructor options but couldn't find anything like an onScroll event.
I am trying to implement a log reader using the Monaco editor, (i know it's not the best idea but it is a possibility) and i want to listen to the scroll event, determine when it's near the bottom to call an API and load more text.
I checked the react props and the
constructor optionsbut couldn't find anything like anonScrollevent.