Converse converse.js

Namespace: controlbox

_converse.api.controlbox

The "controlbox" namespace groups methods pertaining to the controlbox view

Source:

Methods

(static) get() → {View}

Returns the controlbox view.

Source:
Returns:

View representing the controlbox

Type
View
Example
const view = _converse.api.controlbox.get();

(static) open() → {Promise.<_converse.ControlBox>}

Opens the controlbox

Source:
Returns:
Type
Promise.<_converse.ControlBox>