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]() => Children

Renders this object to children.