Interface ChatHeaderConfig

interface ChatHeaderConfig {
    headerTitle: { name?: string; title: string };
    left?: ChatHeaderObjectTypes[];
    right?: ChatHeaderObjectTypes[];
}

Properties

headerTitle: { name?: string; title: string }

The chat header title with an optional name after the title.

Type declaration

  • Optionalname?: string

    The name display after the title.

  • title: string

    The chat header title.

The list of chat header items that suplement the platform.

The list of chat header items that suplement the chat.

MMNEPVFCICPMFPCPTTAAATR