FieldConfig

Describes the configuration information for a field in a table.

Types

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

Properties

Link copied to clipboard

Specifies whether to hide a field.

Link copied to clipboard

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

Link copied to clipboard

The label for the field.

Link copied to clipboard

Specifies the field position.

Link copied to clipboard

The validations to perform on the value in the field.

Functions

Link copied to clipboard
inline fun copy(block: FieldConfig.Builder.() -> Unit = {}): FieldConfig
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