class PlaceholderItem<TOuter> : Placeholder<TOuter>
Item of a placeholder list when it is expanded
PlaceholderItem(index: Int, collection: List<PlaceholderItem<TOuter>>)
Item of a placeholder list when it is expanded |
val collection: List<PlaceholderItem<TOuter>> |
|
val first: Boolean |
|
val index: Int |
|
val last: Boolean |
var meta: String |
fun apply(destination: TOuter): Unit |
|
operator fun invoke(meta: String = "", content: TOuter.(Placeholder<TOuter>) -> Unit): Unit |