Interface

VPFieldsetOptions

VPFieldsetOptions

A partial interface which can be passed into any VPFieldset constructor to be initialized as a FieldsetOption instance with standard defaults applied

View Source interfaces/VPOptions.ts, line 102

Extends

Members

string

# ErrorClassName Optional

Classname appended when validation is erroneous

Inherited From:

View Source interfaces/VPOptions.ts, line 28

string

# FieldClass Optional

Classname signifying a field element

View Source interfaces/VPOptions.ts, line 116

boolean

# FindFields Optional

Automatically parse children for Fields, using DOM bindings for options

View Source interfaces/VPOptions.ts, line 111

ValidationLifecycle.<T>

# Lifecycle Optional

Lifecycle bindings to perform on Valid or Invalid states

Inherited From:

View Source interfaces/VPOptions.ts, line 23

HTMLElement | null

# MessageAnchor Optional

An anchor point for message nodes. Will default to the internal element if undefined

Inherited From:

View Source interfaces/VPOptions.ts, line 48

string

# MessageClassName Optional

Classname message nodes will bear

Inherited From:

View Source interfaces/VPOptions.ts, line 38

string

# MessageContainerClassName Optional

Classname message node container will bear

Inherited From:

View Source interfaces/VPOptions.ts, line 43

VerticalPosition

# MessagePOS Optional

Message positioning; Determines how the messaging container is mounted to the anchor point

Inherited From:

View Source interfaces/VPOptions.ts, line 53

HTMLElement | null

# ScrollAnchor Optional

An anchor point to scroll to if scrolling is enabled and an instance is erroneous

Inherited From:

View Source interfaces/VPOptions.ts, line 63

ScrollIntoViewOptions | boolean

# ScrollOptions Optional

Standard ScrollItnoViewOptions, see MDN

Inherited From:

View Source interfaces/VPOptions.ts, line 68

boolean

# ScrollTo Optional

Indicates if we should scroll to the instance on failed validation

Inherited From:

View Source interfaces/VPOptions.ts, line 58

boolean

# ValidateVisible Optional

Indicate if validation should be enforced for non-visible elements

View Source interfaces/VPOptions.ts, line 121

ValidationOption

# ValidationStrategy Optional

Strategy to validate child fields against. See ValidationOption for more information.

View Source interfaces/VPOptions.ts, line 126

string

# ValidClassName Optional

Classname appended when validation is successful

Inherited From:

View Source interfaces/VPOptions.ts, line 33