@ably/chat - v1.3.0
    Preparing search index...

    Interface TypingMember

    Represents a user in the set of currently typing users, with associated metadata.

    interface TypingMember {
        clientId: string;
        userClaim?: string;
    }
    Index

    Properties

    Properties

    clientId: string

    The client ID of the typing user.

    userClaim?: string

    The user claim attached to this user's typing event, if any.