Auto-Refresh is a small block you wrap around any refreshable content. Set an interval, handle its OnRefresh event, and the block calls you every N seconds so you can re-fetch data, refresh aggregates, or update UI. It's the piece every "live dashboard" reinvents, done properly once.
OnRefresh
IsEnabled