Renderable

typealias Renderable = Any?

The value produced by a column / header / footer template.

Templates may resolve to either already-rendered content (for example a String) or to a callable that produces that content when given its props. Both arms erase to Any? in Kotlin, so Renderable is exposed as Any?.