You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using dockview with different components for my panels. In my use case, I want to have a sort of store (external repo) of components and I want to pick my components for my panel (aka dockview dashboard) from there. But all of components needs frequent props update.
I check the docs and I see that there is something called panel.api.updateParameters but it's not recommend for frequent updates. https://dockview.dev/docs/core/panels/update
So do you have advice on how to update panel/components props dynamically using dockview ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone ,
I am using dockview with different components for my panels. In my use case, I want to have a sort of store (external repo) of components and I want to pick my components for my panel (aka dockview dashboard) from there. But all of components needs frequent props update.
I check the docs and I see that there is something called panel.api.updateParameters but it's not recommend for frequent updates.
https://dockview.dev/docs/core/panels/update
So do you have advice on how to update panel/components props dynamically using dockview ?
Beta Was this translation helpful? Give feedback.
All reactions