solutions property

List<SolutionSpec> get solutions

Implement this method to register your solution. A solution has a name, a schema file (my solution.low), and optional IWidgets, IActions and IProperties.

Implementation

List<SolutionSpec> get solutions;