refreshDelayMs

val refreshDelayMs: Int = 200

The delay in milliseconds until a call to refresh() will actually cause a refresh. Multiple calls to refresh() within this delay will be merged into a single refresh call.

Note: When performing a forced refresh using refresh(true), this value is ignored. The refresh will occur on next tick.