|
|
@@ -225,6 +225,6 @@ export default class Mention extends Plugin {
|
|
|
* @interface module:mention/mention~MentionAttribute
|
|
|
* @property {String} id Id of a mention - identifies the mention item in mention feed.
|
|
|
* @property {String} _uid Internal mention view item id. Should be passed as an `option.id` when using
|
|
|
- * {@link module:engine/model/writer~Writer#createAttributeElement writer.createAttributeElement()}.
|
|
|
+ * {@link module:engine/view/downcastwriter~DowncastWriter#createAttributeElement writer.createAttributeElement()}.
|
|
|
* @property {String} _text Helper property that holds text of inserted mention. Used for detecting broken mention in the editing area.
|
|
|
*/
|