ostack-kform
Toggle table of contents
0.31.6
common
Platform filter
common
Switch theme
Search in API
ostack-kform
kform
/
tech.ostack.kform.schemas
/
ListSchema
/
ListSchema
List
Schema
constructor
(
validations
:
Iterable
<
Validation
<
List
<
T
>
>
>
=
emptyList()
,
initialValue
:
List
<
T
>
=
emptyList()
,
builder
:
(
)
->
TSchema
)
(
source
)
constructor
(
vararg
validations
:
Validation
<
List
<
T
>
>
,
initialValue
:
List
<
T
>
=
emptyList()
,
builder
:
(
)
->
TSchema
)
(
source
)
constructor
(
elementsSchema
:
TSchema
,
validations
:
Iterable
<
Validation
<
List
<
T
>
>
>
=
emptyList()
,
initialValue
:
List
<
T
>
=
emptyList()
)
(
source
)