jsonforms-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
jsonforms-kotlin
shared
/
com.paligot.jsonforms.kotlin.models.schema
/
BooleanProperty
/
BooleanProperty
Boolean
Property
constructor
(
title
:
String
?
=
null
,
format
:
String
?
=
null
,
description
:
String
?
=
null
,
readOnly
:
Boolean
?
=
null
,
const
:
JsonPrimitive
?
=
null
,
not
:
Property
?
=
null
,
pattern
:
Regex
?
=
null
)