open class Placeholder<TOuter>
A placeholder that is inserted inside TOuter
Placeholder()
A placeholder that is inserted inside TOuter |
var meta: String |
fun apply(destination: TOuter): Unit |
|
operator fun invoke(meta: String = "", content: TOuter.(Placeholder<TOuter>) -> Unit): Unit |
class PlaceholderItem<TOuter> : Placeholder<TOuter>
Item of a placeholder list when it is expanded |