Interface HeaderConfig

interface HeaderConfig {
    hideMinimizeButton?: boolean;
    minimizeButtonIconType?: MinimizeButtonIconType;
    showCloseAndRestartButton?: boolean;
    showRestartButton?: boolean;
}

Properties

hideMinimizeButton?: boolean

Hide the ability to minimize the web chat.

minimizeButtonIconType?: MinimizeButtonIconType

Indicates the icon to use for the close button in the header.

showCloseAndRestartButton?: boolean

Indicates if the close and restart (X) button should be rendered.

showRestartButton?: boolean

If true, shows the restart conversation button in the header of home screen and main chat.

MMNEPVFCICPMFPCPTTAAATR