PlaceholderList

open class PlaceholderList<TOuter, TInner>

Placeholder that can appear multiple times

Constructors

Link copied to clipboard
fun PlaceholderList()

Functions

Link copied to clipboard
fun apply(destination: TOuter, render: TOuter.(PlaceholderItem<TInner>) -> Unit)
Link copied to clipboard
operator fun invoke(meta: String = "", content: TInner.(Placeholder<TInner>) -> Unit = {})
Link copied to clipboard
fun isEmpty(): Boolean