“How do I break ListElement properties over multiple lines in Javascript?”
I am trying to figure out how to do a multiline ListElement property. I have a ListModel with ListElements as follows: ListElement { key: "key"; value: 1; description: "Very long, full paragraph description that extends way off the screen which…