ktor-html-builder / io.ktor.html / PlaceholderList

PlaceholderList

open class PlaceholderList<TOuter, TInner>

Placeholder that can appear multiple times

Constructors

<init>

PlaceholderList()

Placeholder that can appear multiple times

Functions

apply

fun apply(destination: TOuter, render: TOuter.(PlaceholderItem<TInner>) -> Unit): Unit

invoke

operator fun invoke(meta: String = "", content: TInner.(Placeholder<TInner>) -> Unit = {}): Unit

isEmpty

fun isEmpty(): Boolean