An interface describing the 'Messages' object property of the config object
object.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
prefix | string | The program prefix used to denote the program that created the message. | |
templateMarker | string | A character that is replaced with specific message information throughout a generic error message template. | |
messageBoard | string | <optional> | A DOM Query String for a element that messages can be appended to. |
messageBoxes | string | <optional> | A DOM (Class) Query String that is used to identify message elements created by the application. |
messageBackdrop | string | <optional> | A DOM (Class) Query String that is used to identify the backdrop element created by the application. |
clearConsole | boolean | <optional> | Indicates if console messages should be cleared. |
- Source: