onMentionTriggers property

List<String> onMentionTriggers
final

The list of string triggers for the onMention callback By default it only includes '@' character

Implementation

final List<String> onMentionTriggers;