Skip to main content

Loop Vars [object]

An object naming variables to assign each iterations info to.

Properties

index

A variable reference [string] each iterations index will be bound to.

key

A variable reference [string] each iterations key will be bound to.

Behavior varies based on the range value:

rangebehavior
nullVariable not set
arrayVariable set to current item index
objectVariable set to current property name

value

A variable reference [string] each iterations value will be bound to.

Behavior varies based on the range value:

range valuebehavior
nullVariable not set
arrayVariable set to current item
objectVariable set to current property value