Samples
Forum
Support
Documentation
add
addMark
attachEvent
blockEvent
callEvent
changeId
clearAll
clearMark
count
destructor
detachEvent
each
exists
filter
getFirstId
getIdByIndex
getIndexById
getIndexRange
getItem
getLastId
getMark
getNextId
getPrevId
getRange
hasEvent
id
importData
mapEvent
move
provideApi
refresh
remove
removeMark
scheme
serialize
setDriver
silent
sort
sync
unblockEvent
unsync
updateItem
Start
API Reference
Mixins
DataStore
Methods
getRange
gets ids of items in the specified range
array
getRange
(
id
from
,
id
to
);
Parameters
from
id
the id of the first object in a range
to
id
the id of the last object in a range
Returns
array
an array of ids in the specified range
See also
articles
Data Object Operations
Back to top