This question is a question related with How to export properties of shared case classes
In case I have a case class of the form
case class Foo(var id : Long,var title: Seq[String])
i.e. it contains a sequence of data, is there any setting to be exported as js.Array
?