| layout | default | ||||
|---|---|---|---|---|---|
| menu_item | api | ||||
| title | IndexIterator | ||||
| description | Version 0.26.1 | ||||
| return_to |
|
||||
| sections |
|
IndexIterator.create(index).then(function(indexIterator) {
// Use indexIterator
});| Parameters | Type | |
|---|---|---|
| index | Index | The index to iterate |
| Returns | |
|---|---|
| IndexIterator | The newly created iterator |
var indexEntry = indexIterator.next();| Returns | |
|---|---|
| IndexEntry |