PlaceholderItem

class PlaceholderItem<TOuter>(index: Int, collection: List<PlaceholderItem<TOuter>>) : Placeholder<TOuter>

Item of a placeholder list when it is expanded

Constructors

Link copied to clipboard
fun <TOuter> PlaceholderItem(index: Int, collection: List<PlaceholderItem<TOuter>>)

Functions

Link copied to clipboard
fun apply(destination: TOuter)
Link copied to clipboard
operator fun invoke(meta: String = "", content: TOuter.(Placeholder<TOuter>) -> Unit)

Properties

Link copied to clipboard
val collection: List<PlaceholderItem<TOuter>>
Link copied to clipboard
val first: Boolean
Link copied to clipboard
val index: Int
Link copied to clipboard
val last: Boolean
Link copied to clipboard
var meta: String