Hi,
I’m looking for syntax advice to send an array to a javascript component.
I’m a Vaadin & Java guy, and know little about Javascript
Using Vaadin 14.10.9.
I believe the syntax in javascript world is like
menu: [‘shape’, ‘draw’],
However, I can’t successfully set it from Vaadin/Java.
I have been trying many options including …