mention/mentionediting
@ckeditor/ckeditor5-mention/src/mentionediting
module
Filtering
Classes
-
The mention editing feature.
Functions
-
_toMentionAttribute( viewElementOrMention, [ data ] ) → MentionAttribute
protected
Creates a mention attribute value from the provided view element and optional data.
This function is exposed as
editor.plugins.get( 'Mention' ).toMentionAttribute()
.Parameters
viewElementOrMention : Element
[ data ] : String | Object
Mention data to be extended.
Returns