The discussion to display the post stream for.
When the page is scrolled, goToIndex is called, or the page is loaded, various listeners result in the scrubber being updated with a new position and values. However, if goToNumber is called, the scrubber will not be updated. Accordingly, we add logic to the scrubber's onupdate to update itself, but only when needed, as indicated by this property.
Whether or not the infinite-scrolling auto-load functionality is disabled.
The number of posts that are currently visible in the viewport.
Static
loadThe number of posts to load per page.
Load and scroll to a post with a certain number.
The post number to go to. If 'reply', go to the last post and scroll the reply preview into view.
Clear the stream and load posts near a certain index. A page of posts surrounding the given index will be loaded. Returns a promise. If the given index is already loaded, the promise will be resolved immediately.
Generated using TypeDoc v0.23.24
The description to render on the scrubber.