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

Type: wijmo.data.IMutableObservable

The current element in the data view

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

Reference

IPagedDataView Interface