Skip to main content
All docs
V25.2
  • ChatBuilder.TypingUsers(Action<CollectionFactory<UserBuilder>>) Method

    An array of users who are currently typing. Mirrors the client-side typingUsers option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public ChatBuilder TypingUsers(
        Action<CollectionFactory<UserBuilder>> configurator
    )

    Parameters

    Name Type Description
    configurator Action<CollectionFactory<UserBuilder>>

    A function that allows you to specify users who are currently typing.

    Returns

    Type Description
    ChatBuilder

    A reference to this instance after the method is called.

    See Also