Notifies other modules to pull a fresh account list.
The platform is expected to cache accounts, so there must be a way to know when that cache busts. For that we have a pair of functions, notifyRefetchAccounts
and refetchRequired.
If you mutate accounts you should call notifyRefetchAccounts
, which will bust the cache and then notify those who care (through refetchRequired
) to refetch accounts.
Type
tecton.actions.notifyRefetchAccounts(): void;
Initial Release