I tried to provide styling to an element. It got applied when i tried in "onDrop" method so element gets rendered with initial styling given. But when tried to update that in "updateElement" , nothing happened. As I see in docs, currently only {name, type, payload} can be updated.
It would be great to make scalable component for pages to give support of styling/css properties.
I tried to provide styling to an element. It got applied when i tried in "onDrop" method so element gets rendered with initial styling given. But when tried to update that in "updateElement" , nothing happened. As I see in docs, currently only {name, type, payload} can be updated.
It would be great to make scalable component for pages to give support of styling/css properties.