IFetchResult.offset property

This topic has not yet been rated - Rate this topic

Gets or sets the location of the requested item within the items array.

Syntax


var offset = iFetchResult.offset;
iFetchResult.offset = offset;

Property value

Type: Number

The index of the requested item within the items array.

Remarks

For the itemsFromKey, itemsFromIndex, or itemsFromDescription methods, the requested item is the one for which you specified a key, index, or description. For the itemsFromStart and itemsFromEnd methods, the requested item is the first or last item in the data source and therefore the first or last item in the items array.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

See also

IFetchResult

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.