Home > rc-js-util > IIncrementallyUpdatable
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
Method | Description |
---|---|
incrementallyUpdate() |