isPassword
Check if StringProperty is a password based on the format.
val property = StringProperty()
val control = Control(
scope = "#/properties/key",
options = Options(format = Format.Password)
)
val isPassword = property.isPassword(control)
Content copied to clipboard
Return
true if the StringProperty is a password
Parameters
control
Field contained in the com.paligot.jsonforms.kotlin.models.uischema.UiSchema