Returns an array of all items (elements / attributes / attribute values) to be (or being) iterated.
Property Scope:
The propery is valid within the iterator's Init / Step Expressions and body-, header- and footer-blocks.Tip:
This property can be used instead of itemAt()
function.
For example, the following expression:
iterator.items[i]
iterator.itemAt(i)