Enumeration Members

Enumeration Members

CONSTRUCTED: 0

The component's initial state.

INVALID: 3

Field's state has been validated as incorrect

MOUNTED: 1

Component has been mounted, but validation has not been done yet. This may happen if the validation is asynchronous, for example.

UNMOUNTED: 4

Component was destroyed

VALID: 2

Field's state has been validated as correct

Generated using TypeDoc