MentionFeed (mention)
@ckeditor/ckeditor5-mention/src/mention
The mention feed descriptor. Used in config.mention
.
See MentionConfig
to learn more.
Filtering
Properties
-
Autocomplete items. Provide an array for a static configuration (the mention feature will show matching items automatically) or a function which returns an array of matching items (directly, or via a promise). If a function is passed, it is executed in the context of the editor instance.
-
A function that renders a
MentionFeedItem
to the autocomplete panel. -
The character which triggers autocompletion for mention. It must be a single character.
-
minimumCharacters : Number
Specifies after how many characters the autocomplete panel should be shown.
Defaults to
0
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.