FormInputValueProperty

Describes the configuration for an input field on a form. Use FormInputValueProperty to specify the values to render or bind by default.

Types

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

Properties

Link copied to clipboard

The information to bind fields to data at runtime.

Link copied to clipboard

A list of form properties to concatenate to create the value to assign to this field property.

Link copied to clipboard

The value to assign to the input field.

Functions

Link copied to clipboard
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