Enumeration
Extension points allow a widget to run code at certain specific times of the Experience Builder application lifecycle. The extension points supported by the Jimu framework are defined here.
Enumeration Members
Enumeration member | Value | Notes |
---|---|---|
AppConfigOperations | "APP_CONFIG_OPERATIONS" | The extension used to manage the configuration in the app config when something happens. e.g. delete widget, duplicate widget, etc. |
AppConfigProcessor | "APP_CONFIG_PROCESSOR" | The process function of the |
ContextTool | "CONTEXT_TOOL" | The |
DependencyDefine | "DEPENDENCY_DEFINE" | The |
ReduxStore | "REDUX_STORE" | A redux-based application has only one store. If a widget needs to use redux to manage its state, it can use the |