Compose Form Reflect
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Form Reflect
Compose Form Reflect
/
com.idscodelabs.compose_form.annotations.validators
/
MinLength
Min
Length
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
annotation class
MinLength
(
val
minLength
:
Int
,
val
error
:
String
=
""
)
Members
Members & Extensions
Properties
error
Link copied to clipboard
val
error
:
String
min
Length
Link copied to clipboard
val
minLength
:
Int
Functions
validator
Link copied to clipboard
@
Composable
fun
MinLength
.
validator
(
)
:
MaxLengthValidator