Miscellaneous Methods - matthewnitschke/Kavie GitHub Wiki

Deactivate

You can deactivate kavie after isValid()

Kavie.deactivate(self); // will deactivate the entire viewModel
Kavie.deactivate("basicInfo"); // will deactivate just the basicInfo section

Reset

You might want to set Kavie to its initial state. To do this simply call

Kavie.reset()

this simply clears out all of kavie's saved sections