Interface ChatHeaderMenu

Describes the properties and methods of a menu to be rendered in the chat header. This menu object can only render chat header objects as menu items which only supports submenus 1 level deep.

interface ChatHeaderMenu {
    items: ChatHeaderMenuItemTypes[];
    label: string;
    type: MENU;
}

Hierarchy

  • ChatHeaderObject
    • ChatHeaderMenu

Properties

Properties

The chat header objects to render in the menu.

label: string

The text to display on the interactible object.

type: MENU

The chat header object type.

MMNEPVFCICPMFPCPTTAAATR