PlaceholderItem
class PlaceholderItem<TOuter>(val index: Int, val collection: List<PlaceholderItem<TOuter>>) : Placeholder<TOuter> (source)
An item of a PlaceholderList when it is expanded.
An item of a PlaceholderList when it is expanded.