autoResizeIntervals property

List<Duration> autoResizeIntervals
final

The auto resize intevals.

By default, resizing will be attempted three times

  • On page load
  • After 1s
  • After another 2s

Implementation

final List<Duration> autoResizeIntervals;