Wijmo UI for the Web
currentItem Field
wijmo.data Namespace > IDataView Interface : currentItem Field

The current element in the data view.

Type: wijmo.data.IMutableObservable

 

Syntax
var instance; // Type: wijmo.data.IDataView;
var value; // Type: IMutableObservable
value = instance.currentItem;
var currentItem : IMutableObservable;
See Also

Reference

IDataView Interface