messageFilter property

MessagePredicate? messageFilter
getter/setter pair

Used to control which messages are shown in the message list, depending on a type, origin or custom message attributes.

See {@link MessagePredicate} for all available options.

You can also modify the filter on the fly using {@link UIBox.setMessageFilter}.

Implementation

external MessagePredicate? messageFilter;