toggle menu
ktor
2.3.12
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
jvmAndNix
switch theme
search in API
ktor-server-html-builder
/
io.ktor.server.html
/
PlaceholderItem
Placeholder
Item
class
PlaceholderItem
<
TOuter
>
(
val
index
:
Int
,
val
collection
:
List
<
PlaceholderItem
<
TOuter
>
>
)
:
Placeholder
<
TOuter
>
An item of a
PlaceholderList
when it is expanded.
Members
Constructors
Placeholder
Item
Link copied to clipboard
constructor
(
index
:
Int
,
collection
:
List
<
PlaceholderItem
<
TOuter
>
>
)
Properties
collection
Link copied to clipboard
val
collection
:
List
<
PlaceholderItem
<
TOuter
>
>
first
Link copied to clipboard
val
first
:
Boolean
index
Link copied to clipboard
val
index
:
Int
last
Link copied to clipboard
val
last
:
Boolean
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
)