FieldInputConfig

Describes the configuration for the default input values to display for a field.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
val 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
val step: Float?

The stepping increment for a numeric value in a field.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: FieldInputConfig.Builder.() -> Unit = {}): FieldInputConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String