Nutrient Web SDK
    Preparing search index...

    Type Alias MentionableUser

    type MentionableUser = {
        avatarUrl?: string;
        description?: string;
        displayName: string;
        id: string;
        name: string;
    }
    Index

    Properties

    avatarUrl?: string

    The URL of the user's avatar.

    description?: string

    The description of the user. This is shown in the mention list. If you want to show the email, you can pass it here.

    displayName: string

    The display name of the user.

    id: string

    The unique ID of the user.

    name: string

    The name of the user.