Builder

class Builder

Properties

Link copied to clipboard

Specifies whether a field has a default value.

Link copied to clipboard

The default country code for a phone number.

Link copied to clipboard

The default value for the field.

Link copied to clipboard

The text to display to describe the field.

Link copied to clipboard

The configuration for the file uploader field.

Link copied to clipboard

Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.

Link copied to clipboard

The maximum value to display for the field.

Link copied to clipboard

The minimum value to display for the field.

Link copied to clipboard
var name: String?

The name of the field.

Link copied to clipboard

The text to display as a placeholder for the field.

Link copied to clipboard

Specifies a read only field.

Link copied to clipboard

Specifies a field that requires input.

Link copied to clipboard
var step: Float?

The stepping increment for a numeric value in a field.

Link copied to clipboard
var type: String?

The input type for the field.

Link copied to clipboard

The value for the field.

Link copied to clipboard

The information to use to customize the input fields with data at runtime.