Collection of items to display
Iteration handler
Template helper function for branching template logic.
Returns a function that takes in a JSX, which in turn returns chainable functions (ElseIf, Else).
The chain must always be terminated by calling EndIf()
.
Display condition
Chainable generator
Generated using TypeDoc
Template helper function for handling iteration. Returns a function with the value, key/index, and helper utilities.