Package-level declarations
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Check if StringProperty is a dropdown based on the oneOf field.
Link copied to clipboard
Check if StringProperty is an email based on the format.
Link copied to clipboard
Check if StringProperty is a password based on the format.
Link copied to clipboard
Check if StringProperty is a phone based on the format.
Link copied to clipboard
Check if StringProperty is a radio based on the format and enum or oneOf fields.
Link copied to clipboard
Check if BooleanProperty is a toggle based on the format.
Link copied to clipboard
Get key of the Control at the end of the path in the scope.
Link copied to clipboard
Convert a generic value to a JsonPrimitive with a String, Number or Boolean. If you try to convert a value with another type, a NotImplementedError exception will be thrown.