dispatchRangeChange(plus, minus, index, beforeChange?)

Informs range change listeners that values were removed then added at an index.

Collections that can dispatch range changes call this method to inform listeners.

On collections

Usage

  • dispatchRangeChange(plus, minus, index)
  • dispatchRangeChange(plus, minus, index, beforeChange)

Related