GetCurrentFormState

An API exposed to retrieve the current state of the view model for the form. A method available under `convenienceApi` that is provided to retrieve the current state of the view model for the form.

Methods

getCurrentFormState()FormViewModel
Returns a copy of the current view-model.

Properties Details

getCurrentFormState() ⇒ FormViewModel

Returns a copy of the current view-model.

Returns: FormViewModel - A copy of the current view-model instance.