summaryrefslogtreecommitdiff
path: root/www/lib/vis/docs/data/dataset.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/vis/docs/data/dataset.html')
-rw-r--r--www/lib/vis/docs/data/dataset.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/lib/vis/docs/data/dataset.html b/www/lib/vis/docs/data/dataset.html
index 3f90ead4..af0f2b4d 100644
--- a/www/lib/vis/docs/data/dataset.html
+++ b/www/lib/vis/docs/data/dataset.html
@@ -598,9 +598,11 @@ function (event, properties, senderId) {
<code>update</code>, and <code>remove</code>,
<code>properties</code> is always an object containing a property
<code>items</code>, which contains an array with the ids of the affected
- items. The <code>update</code> event has an extra field <code>oldData</code>
- containing the original data of the updated items, and a field <code>data</code>
- containing the changes: the properties of the items that are being updated.
+ items. The <code>update</code> and <code>remove</code> events have an extra
+ field <code>oldData</code> containing the original data of the items in the
+ dataset before the items were updated or removed. The <code>update</code>
+ event also contains a field <code>data</code> containing the changes:
+ the properties of the items that are being updated.
</td>
</tr>
<tr>