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.

64 lines (30 loc) 878 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IncrementalUpdater](./rc-js-util.incrementalupdater.md) &gt; [(constructor)](./rc-js-util.incrementalupdater._constructor_.md) ## IncrementalUpdater.(constructor) Constructs a new instance of the `IncrementalUpdater` class **Signature:** ```typescript constructor(updatable: IIncrementallyUpdatable, waitPeriod?: number); ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> updatable </td><td> [IIncrementallyUpdatable](./rc-js-util.iincrementallyupdatable.md) </td><td> </td></tr> <tr><td> waitPeriod </td><td> number </td><td> _(Optional)_ </td></tr> </tbody></table>