Skip to content

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.

[RENDERABLE]() => ChildrenRenders this object to children.