This project has retired. For details please refer to its Attic page.
Lens Server: StringList

StringList Data Type

Instantiates a new string list.

Properties
name data type description
elements array of array of string The elements.

Example

{
  "elements" : [ [ "...", "..." ], [ "...", "..." ] ]
}