Interface: Messages

config~Messages

An interface describing the 'Messages' object property of the config object object.

Properties:
NameTypeAttributesDescription
prefixstring

The program prefix used to denote the program that created the message.

templateMarkerstring

A character that is replaced with specific message information throughout a generic error message template.

messageBoardstring<optional>

A DOM Query String for a element that messages can be appended to.

messageBoxesstring<optional>

A DOM (Class) Query String that is used to identify message elements created by the application.

messageBackdropstring<optional>

A DOM (Class) Query String that is used to identify the backdrop element created by the application.

clearConsoleboolean<optional>

Indicates if console messages should be cleared.

Source: