[Feature Request] Move refresh()
from RootApi
to FolderApi
?
#510
Labels
Milestone
refresh()
from RootApi
to FolderApi
?
#510
Now we can only call
refresh()
on the RootApi, but not on FolderApi.This will refresh all bindings.
If the pane has many fields, it would cause performance issue.
And your
RootApi#refresh
implementation can safely move toFolderApi
.Now I am doing the same thing on my codebase.
I think this will be useful.
The text was updated successfully, but these errors were encountered: