Returns the previous item.
If the current item is the first one, the property returns null
.
For further usage of the returned object, you may need to typecast it according the iterator's type, e.g.:
iterator.prevItem.toElement()
.
iterator.prevItem.toAttr()
.
See Also:
GOMIterator.curItem, GOMIterator.nextItem, itemAt()