MPCancelledFieldState

data class MPCancelledFieldState(val field: Field, val state: State)

Represents the state of a form field at a specific point in time.

This data class combines a form field identifier with its current state, allowing tracking of field validation status during form interaction or at cancellation time.

Constructors

Link copied to clipboard
constructor(field: Field, state: State)

Properties

Link copied to clipboard

The identifier of the form field (e.g., card number, expiration date)

Link copied to clipboard

The current state of the field (e.g., valid, empty, incomplete, invalid)