Class MentionContentSettings
Properties for mention content
Inherited Members
Namespace: Syncfusion.Blazor.BlockEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class MentionContentSettings : ContentSettings
Constructors
MentionContentSettings()
Declaration
public MentionContentSettings()
Properties
UserID
Gets or sets the ID of the mentioned user.
Declaration
[JsonPropertyName("userId")]
public string UserID { get; set; }
Property Value
| Type |
|---|
| string |