extractSystemMessages
extractSystemMessages(
messages):object
Defined in: system-message.ts:27
Extract system messages from message array.
Returns both the system messages and the remaining non-system messages.
Parameters
Section titled “Parameters”messages
Section titled “messages”readonly IRMessage[]
Message array
Returns
Section titled “Returns”object
Object with system messages and remaining messages
otherMessages
Section titled “otherMessages”otherMessages:
IRMessage[]
systemMessages
Section titled “systemMessages”systemMessages:
IRMessage[]