js-util

Home > rc-js-util > IIncrementalUpdater

IIncrementalUpdater interface

Performs update operations once every waitPeriod until the iterator returned by IIncrementallyUpdatable is exhausted.

Signature:

export interface IIncrementalUpdater 

Properties

Property Modifiers Type Description
isUpdating   boolean  

Methods

Method Description
beginUpdate()  
cancel()  
resume()  
suspend()