Interface ChatHeaderLink

Describes the properties of the header link object in the chat header.

interface ChatHeaderLink {
    isNewTab: boolean;
    label: string;
    type: LINK;
    url: string;
}

Hierarchy

  • ChatHeaderObject
    • ChatHeaderLink

Properties

Properties

isNewTab: boolean

The link target.

label: string

The text to display on the interactible object.

type: LINK

The chat header object type.

url: string

The url the user will navigate to when clicking the link.

MMNEPVFCICPMFPCPTTAAATR