Interface BusEventViewPreChange

interface BusEventViewPreChange {
    cancelViewChange: boolean;
    newViewState: ViewState;
    oldViewState: ViewState;
    reason: ViewChangeReason;
    type: VIEW_PRE_CHANGE;
}

Hierarchy (View Summary, Expand)

Properties

cancelViewChange: boolean

This is used by the event handler to indicate that the view change should be cancelled and web chat's view should not be changed.

newViewState: ViewState

The new view state that web chat is going to switch to. This new state can be changed by the event handler.

oldViewState: ViewState

The previous view state before this event.

The reason the view is changing.

The type of this event.

MMNEPVFCICPMFPCPTTAAATR