foundation-comms.datasource.updateloadmorecount
Home > @genesislcap/foundation-comms > Datasource > updateLoadMoreCount
Datasource.updateLoadMoreCount() method
Updates the load more (how many times user manually requested more data) count for the datasource.
Signature:
updateLoadMoreCount(count: number): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
count |
number |
The new load more count. |
Returns:
void