ExtensionPoints
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 |
---|---|---|
| "APP_CONFIG_OPERATIONS" | The extension used to manage the configuration in the app config when something happens. e.g. delete widget, duplicate widget, etc. |
| "APP_CONFIG_PROCESSOR" | The process function of the |
| "CONTEXT_TOOL" | The |
| "DEPENDENCY_DEFINE" | The |
| "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 |