Class TypingUsersTemplateContext
Inheritance
System.Object
TypingUsersTemplateContext
Namespace: Syncfusion.Blazor.InteractiveChat
Assembly: Syncfusion.Blazor.dll
Syntax
public class TypingUsersTemplateContext : Object
Constructors
TypingUsersTemplateContext()
Declaration
public TypingUsersTemplateContext()
Properties
Users
Gets or sets the list of users who are currently typing in the SfChatUI component.
Declaration
public List<UserModel> Users { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UserModel> | A list of UserModel representing the users currently typing in the chat. The default value is |
Remarks
This property provides real-time information about users who are actively engaged in typing within the chat interface. It enhances the user experience by indicating which participants are preparing messages.
Examples
<SfChatUI>
<!-- Custom template rendering for typing users -->
</SfChatUI>