APIs in the MessageManager module
Use the APIs in the MessageManager module to access and manipulate messages from the Redux Store.
- addMessages(config)
Associates validation messages to property and associates HTTP messages to a context.
- clearMessages(config)
Deletes validation messages from property and deletes HTTP messages from context.
- getMessages(config)
Retrieves validation messages from property and retrieves HTTP messages from context.
- MessagesConfigObject
Use the properties in this JavaScript object to process the information in the messages from the Redux Store.
Previous topic openPage(pageName, className, targetContext) Next topic addMessages(config)