Construct the each statement
The items used to iterate through.
The renderable to create for each item.
The index name used for the template string for each renderable.
The item name used for the template string for each renderable.
Getting for the HTML returned by the render function.
Appends templates to the existing templates object.
Key-value pairs that map to a template rendered in StringLiteral's
Whether or not to allow appended templates to override existing template properties
Sets the empty renderable which gets used if the list is empty.
The default renderable if the list is empty.
Renders the internalRender function.
Templates to pass in
Render options
Sets the index variable name used for the template generated by the each method.
The new index name.
Sets the item variable name used for the template generated by the each method.
The new item name.
Overrides the toString method called by JavaScript when string concatenate occurs
Turn on and off the ability for this element to render
The condition that determines whether or not the element can render.
Sets the templates.
Key-value pairs that map to a template rendered in StringLiteral's
Generated using TypeDoc
The Each class renders a renderable for each item in a list.