Element State
interface ElementState
An interface that represents the state of the ForageElement as the customer interacts with it.
See also
Inheritors
Properties
Link copied to clipboard
Whether the text field of the Element is ready to submit. This is true
when all input value validation constraints are satisfied.
Link copied to clipboard
An ElementValidationError, if isValid
is false
.