IItemPromise.index property

Gets or sets the index of the IItem contained by this IItemPromise.

Syntax

var index = iItemPromise.index;
iItemPromise.index = index;

Property value

Type: ****

The index of the IItem contained by this IItemPromise. (Setting this field does not change the index of the IItem in its underlying data source.)

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

IItemPromise