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
The internal render functions is used to define how a subclass renders itself.
Key-value pairs that map to a template rendered in StringLiteral's
Renders the internalRender function.
Templates to pass in
Render options
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 Renderable class is part of the most basic unit of Aych. This abstract class provides foundational logic for renderable child class to inherit and use. A renderable, conceptually, is a class that has a render method that can be called to get a string representation of that class.