RangeDomain

The range of valid numbers or dates for a Field. A range domain can specify the minimum and maximum value of a number or date for a field. Data entries outside the range will not be accepted in the field. When a user is editing data, you can present the RangeDomain.minValue and RangeDomain.maxValue to guide the user, and validate their input against the range domain before changes are saved. This helps to maintain data integrity.

Since

200.1.0

Properties

Link copied to clipboard

The range domain's maximum value.

Link copied to clipboard

The range domain's minimum value.

Inherited properties

Link copied to clipboard

The field type of the domain.

Link copied to clipboard

The name of the domain.

Inherited functions

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 toJson(): String

Convert an object to JSON string.