MessagesConfigObject
Use the properties in this JavaScript object to process the information in the messages from the Redux Store.
Properties
Name | Type | Description | Required |
type | string | The classification of the message. The value of type can be
| ❌ |
property | string | The name of the property that must be bound to a component. | ✅ |
pageReference | string | The relative path of the property that must be bound to a component. | ✅ |
category | string | The value that determines the position of the message. The value of
category can be | ✅ |
context | string | The name of the context where the message is displayed. For example,
| ✅ |
Previous topic getMessages(config) Next topic APIs in the MessagingServiceManager class