UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

109 lines (50 loc) 1.37 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IIncrementalUpdater](./rc-js-util.iincrementalupdater.md) ## IIncrementalUpdater interface Performs update operations once every `waitPeriod` until the iterator returned by [IIncrementallyUpdatable](./rc-js-util.iincrementallyupdatable.md) is exhausted. **Signature:** ```typescript export interface IIncrementalUpdater ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [isUpdating](./rc-js-util.iincrementalupdater.isupdating.md) </td><td> `readonly` </td><td> boolean </td><td> </td></tr> </tbody></table> ## Methods <table><thead><tr><th> Method </th><th> Description </th></tr></thead> <tbody><tr><td> [beginUpdate()](./rc-js-util.iincrementalupdater.beginupdate.md) </td><td> </td></tr> <tr><td> [cancel()](./rc-js-util.iincrementalupdater.cancel.md) </td><td> </td></tr> <tr><td> [resume()](./rc-js-util.iincrementalupdater.resume.md) </td><td> </td></tr> <tr><td> [suspend()](./rc-js-util.iincrementalupdater.suspend.md) </td><td> </td></tr> </tbody></table>