Interface ViewState

Whether a particular web chat view is visible or not.

interface ViewState {
    launcher: boolean;
    mainWindow: boolean;
    tour: boolean;
}

Properties

launcher: boolean

Whether the launcher is visible or not.

mainWindow: boolean

Whether the main window is visible or not.

tour: boolean

Whether a tour is visible or not.

MMNEPVFCICPMFPCPTTAAATR