toggle menu
ktor
3.0.0
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
switch theme
search in API
ktor-server-html-builder
/
io.ktor.server.html
/
Placeholder
Placeholder
open
class
Placeholder
<
TOuter
>
A placeholder that is inserted inside
TOuter
.
See also
respond
Html
Template
Inheritors
PlaceholderItem
Members
Constructors
Placeholder
Link copied to clipboard
constructor
(
)
Properties
meta
Link copied to clipboard
var
meta
:
String
Functions
apply
Link copied to clipboard
fun
apply
(
destination
:
TOuter
)
invoke
Link copied to clipboard
operator
fun
invoke
(
meta
:
String
=
""
,
content
:
TOuter
.
(
Placeholder
<
TOuter
>
)
->
Unit
)