Built-in Helpers
A list of all Squirrelly's built-in native helpers..
if/else
each
each
loops over an array.
Helper References:
this
: the current array elementindex
: the index of the array element
foreach
foreach
loops over an object
Helper References:
this
: the value of the current object childkey
: the key of the current child
log
tags
js
Last updated