js-util

Home > rc-js-util > IIncrementallyUpdatable

IIncrementallyUpdatable interface

A provider that should return an iterator that represents a sequence of update operations. Useful for breaking up operations that would block the UI for an unacceptably long time.

Signature:

export interface IIncrementallyUpdatable 

Methods

Method Description
incrementallyUpdate()