jsonforms-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
jsonforms-kotlin
shared
/
com.paligot.jsonforms.kotlin.internal
/
FieldError
/
MaxValueFieldError
Max
Value
Field
Error
class
MaxValueFieldError
(
val
maxValue
:
Int
,
val
scope
:
String
)
:
FieldError
Members
Constructors
Max
Value
Field
Error
Link copied to clipboard
constructor
(
maxValue
:
Int
,
scope
:
String
)
Properties
max
Value
Link copied to clipboard
val
maxValue
:
Int
message
Link copied to clipboard
val
message
:
String
scope
Link copied to clipboard
val
scope
:
String