The Aych class exposes all of the libraries features in an encapsulated package.
Exported Piper
Scopes Aych
A case for the switch statements.
The value determines which cases is chosen and rendered.
The renderable associated with this case.
Renders a renderable for each item in a list.
The items used to iterate through.
The index name used for the template string for each renderable.
The item name used for the template string for each renderable.
Renders a renderable for each key/value pair in an object.
An object to iterate through.
The renderable to iterate.
Renders a set of Renderable one after another.
A set of one or more members to add to the group.
Renders a Renderable based on a condition.
The condition that determines if the renderable gets rendered.
Renders a renderable x number of times.
Number of times to render.
The renderable to render.
Renders one out of one or more renderable based on the value of the switch.
The value determines which cases is chosen and rendered.
A set of cases with a value associated to it.
Converts a javascript string literal into an Aych StringLiteral.
The string literal to convert.
Converts a javascript string literal into an unescaped StringLiteral.
The string literal to convert.
Defines a method on Aych that when called returns back a Renderable. These are known as composables.
Name of the composable.
The method that the defines what arguments the composable takes and which renderable it returns.
Factory for creating element factories.
The name of the tag that is used.
The type of element to create.
Remove a created tag or composition.
Name of the tag or composition.
Generated using TypeDoc
The Aych class exposes all of the libraries features in an encapsulated package.