PlaceholderItem

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

An item of a PlaceholderList when it is expanded.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard
Link copied to clipboard

Functions

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