I'm playing around with the View class and I noticed that my prepareData function was not receiving the index parameter whenever I called refreshNode().
It looks like in onAdd (line 195) and onUpdate (line 182) prepareData is called with just the data object without the index. Is this intentional? The documentation does not list the index parameter as optional so I would expect to receive it always.