Wijmo UI for the Web
Breaking Changes in V3
Wijmo User Guide > Widgets > List > Breaking Changes in V3

For two of the List methods, a new Boolean parameter called byIndices is available in v3.

This parameter indicates whether to read the indices parameter as an index or a string value. If this parameter is set to true, the indices parameter will be read as a number or as an array of numbers. If you set this parameter to false, then the indices parameter will be read as a string or as an array of strings.

See Also

Reference