RenderableObject
A renderable object is any object that has an [ay.RENDERABLE] method that returns children. This is used to allow custom object types to be used as children in Alloy components.
Members
Section titled “Members”| [RENDERABLE] | () => Children | Renders this object to children. |