enum sap.ui.core.mvc.OverrideExecution

Visiblity: public
Available since: N/A
Module: sap/ui/core/mvc/OverrideExecution
Application Component: CA-UI5-COR

Execution option for overrides defined by a ControllerExtension.



References:


Properties Overview

Node Description
sap.ui.core.mvc.OverrideExecution.After

The override function gets executed after the original function

sap.ui.core.mvc.OverrideExecution.Before

The override function gets executed before the original function

sap.ui.core.mvc.OverrideExecution.Instead

The override function is called instead of the original function

This is the default option for ControllerExtension overrides