Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Module parameters can now hold any kind of object value through the new `SetData` method. Internally, the value of this method is directly bound to the `ModuleParameter.Value` property. `ModuleParameter.Value` will return the string representation of the object stored by the `SetData` method, JSON serializing it when needed (see updated docs). - Fixed reporting of line numbers of runtime errors for csharp programs - Program apps can now exchange any data object instance via `ModuleHelper.RaiseEvent` and `Program.ApiCall` methods (see updated docs).
- Loading branch information