context.stopNextNavigation

Prevents the navigation to the next section after save.

HINT  You can still usecontext.goToSection and context.navigateUrl.

Syntax

Copy
if(condition){
        context.stopNextNavigation = true;
}