Posted 14 September 2017, 12:04 pm EST
I would find it extremely helpful if wijmo added optional support for generics when using wijmo TypeScript types.
For example, I would like to be able to say
var grid: wijmo.grid.FlexGrid<Employee>;or
var row: wijmo.grid.Row<Fruit>;
and access the strongly-typed members (instead of a generic
any) when accessing the underlying dataItem, etc values
eg https://www.typescriptlang.org/docs/handbook/generics.html
