Interface InstanceElements

The interface represents the elements that web chat provides access to.

interface InstanceElements {
    getHomeScreenInput: () => InstanceInputElement;
    getMainWindow: () => HasAddRemoveClassName;
    getMessageInput: () => InstanceInputElement;
}

Properties

getHomeScreenInput: () => InstanceInputElement

Returns the element that represents the input field (text area) on the home screen.

getMainWindow: () => HasAddRemoveClassName

Returns the element that represents the main window.

getMessageInput: () => InstanceInputElement

Returns the element that represents the input field (text area) on the main message area.

MMNEPVFCICPMFPCPTTAAATR