Class UserModel
Represents a user that can be mentioned in the SfBlockEditor.
Inherited Members
Namespace: Syncfusion.Blazor.BlockEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class UserModel
Constructors
UserModel()
Declaration
public UserModel()
Properties
AvatarBackgroundColor
Background color for the avatar or collaborative cursor.
Declaration
public string AvatarBackgroundColor { get; set; }
Property Value
| Type |
|---|
| string |
AvatarUrl
URL of the user's avatar image.
Declaration
public string AvatarUrl { get; set; }
Property Value
| Type |
|---|
| string |
CssClass
Custom CSS class for styling the mention block.
Declaration
public string CssClass { get; set; }
Property Value
| Type |
|---|
| string |
ID
Unique identifier for the user.
Declaration
public string ID { get; set; }
Property Value
| Type |
|---|
| string |
User
Display name of the user.
Declaration
public string User { get; set; }
Property Value
| Type |
|---|
| string |