JSRecordMarker
Properties Summarized
Type | Name | Summary |
---|---|---|
The custom object the users did give the the JSRecordMarkers. | ||
The column of this record where this problem is reported for. | ||
The the resolved i19n message if the message was an i18n key. | ||
The LOGGINGLEVEL the users did give the the JSRecordMarkers. | ||
The message of this problem, can be a i18n key, see getI18NMessage() for a resolved one. | ||
The record for which this problem is generated. |
Properties Detailed
customObject
The custom object the users did give the the JSRecordMarkers.report() method.
Type Object the customObject
dataprovider
The column of this record where this problem is reported for.
Type String the column
i18NMessage
The the resolved i19n message if the message was an i18n key.
Type String the resolved message
level
The LOGGINGLEVEL the users did give the the JSRecordMarkers.report() method.
Type Number the level
message
The message of this problem, can be a i18n key, see getI18NMessage() for a resolved one.
Type String the message
record
The record for which this problem is generated.
Type JSRecord the record
Last updated