IndexNameEntry.add
IndexNameEntry.add(index, ancestor, ours, theirs).then(function(result) {
// Use result
});
| Parameters | Type | |
|---|---|---|
| index | Index | |
| ancestor | String | |
| ours | String | |
| theirs | String |
| Returns | |
|---|---|
| Number |
IndexNameEntry.clear
IndexNameEntry.clear(index).then(function() {
// method complete});
| Parameters | Type | |
|---|---|---|
| index | Index |
IndexNameEntry.entryCount
var result = IndexNameEntry.entryCount(index);
| Parameters | Type | |
|---|---|---|
| index | Index |
| Returns | |
|---|---|
| Number |
IndexNameEntry.getByIndex
var indexNameEntry = IndexNameEntry.getByIndex(index, n);
| Parameters | Type | |
|---|---|---|
| index | Index | |
| n | Number |
| Returns | |
|---|---|
| IndexNameEntry |
Instance Variables
| Variable | Type | Description |
|---|---|---|
| ancestor | String | |
| ours | String | |
| theirs | String |