Refresh/Re-render traits of all components in canvas #3469
Unanswered
ahmedderkaoui
asked this question in
Q&A
Replies: 2 comments 2 replies
-
editor.on('component:selected', component => {
component.set({
traits: ['name', 'placeholder']
})
}) |
Beta Was this translation helpful? Give feedback.
0 replies
-
mmm what is the point? Your custom traits should already react to component changes (if you created them properly). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to re-render or refresh traits (which are customs, not built-in traits) of all the components existing whithin the canvas?
Beta Was this translation helpful? Give feedback.
All reactions