PlaceholderList

A placeholder that can be used to insert the content that appears multiple times (for example, list items).

Report a problem

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val size: Int

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
Link copied to clipboard