A partial interface which can be passed into any VPFieldset constructor to be initialized as a FieldsetOption instance with standard defaults applied
Extends
Members
# FindFields Optional
Automatically parse children for Fields, using DOM bindings for options
# 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:
# 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:
# ValidateVisible Optional
Indicate if validation should be enforced for non-visible elements
# ValidationStrategy Optional
Strategy to validate child fields against. See ValidationOption for more information.