Stored state parameters.
Returns true when the number of items across all loaded pages is not 0.
Returns true when there aren't any items and the state has already done its initial loading.
If you want to know whether there are items regardless of load state, use hasItems()
instead
In the last request, has the user searched for a discussion?
Load a new page of results.
Update the this.params
object, calling refresh
if they have changed.
Use requestParams
for converting this.params
into API parameters
Get the parameters that should be passed in the API request. Do not include page offset unless subclass overrides loadPage.
Get a map of sort keys (which appear in the URL, and are used for translation) to the API sort value that they represent.
Generated using TypeDoc version 0.22.10
Add a discussion to the top of the list.