A partial interface which can be passed into any VPField constructor to be initialized as a FieldOption instance with standard defaults applied
Extends
Members
# Lifecycle Optional
Lifecycle bindings to perform on Valid or Invalid states
- Inherited From:
# MessageAnchor Optional
An anchor point for message nodes. Will default to the internal element if undefined
- Inherited From:
# MessageContainerClassName Optional
Classname message node container will bear
- Inherited From:
# MessagePOS Optional
Message positioning; Determines how the messaging container is mounted to the anchor point
- Inherited From:
# PrimaryInputIndex Optional
The index to pluck from if we find multiple eligible inputs to parse
# PrimaryInputType Optional
The type of input we should prioritize picking from if multiple eligible inputs of different types are found
# ScrollAnchor Optional
An anchor point to scroll to if scrolling is enabled and an instance is erroneous
- Inherited From:
# ScrollOptions Optional
Standard ScrollItnoViewOptions, see MDN
- Inherited From:
# ScrollTo Optional
Indicates if we should scroll to the instance on failed validation
- Inherited From:
# ValidateAsync Optional
Force IsValid to always resolve async, regardless of the presence of promises
# ValidateAsyncResolved Optional
Force waiting for async validation to finish before being able to validate again