Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/18 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

lightning/refresh Module

The lightning/refresh module provides you with the RefreshView API to refresh component data in a standard way.

lightning/refresh provides several methods:

When a refresh process completes, the status is returned via a promise. You can signal a refresh with RefreshEvent and register to receive RefreshEvent.

See Also