Below

data class Below(val value: String) : FieldPosition

The field position is below the field specified by the string.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this FieldPosition as a Below and retrieves its kotlin.String value. Throws an exception if the FieldPosition is not a Below.

Link copied to clipboard

Casts this FieldPosition as a Below and retrieves its kotlin.String value. Returns null if the FieldPosition is not a Below.

Link copied to clipboard

Casts this FieldPosition as a Fixed and retrieves its aws.sdk.kotlin.services.amplifyuibuilder.model.FixedPosition value. Throws an exception if the FieldPosition is not a Fixed.

Link copied to clipboard

Casts this FieldPosition as a Fixed and retrieves its aws.sdk.kotlin.services.amplifyuibuilder.model.FixedPosition value. Returns null if the FieldPosition is not a Fixed.

Link copied to clipboard

Casts this FieldPosition as a RightOf and retrieves its kotlin.String value. Throws an exception if the FieldPosition is not a RightOf.

Link copied to clipboard

Casts this FieldPosition as a RightOf and retrieves its kotlin.String value. Returns null if the FieldPosition is not a RightOf.