getChatboxes method

List<Chatbox> getChatboxes()

Returns a list of all active {@link Chatbox} objects linked to this session.

@remarks Only includes chatboxes that are still mounted in the DOM. So if you call createChatbox() but later remove its container element (or an ancestor of the container), then the Chatbox object will have been made invalid and is therefore not included in the results.

Implementation

external List<Chatbox> getChatboxes();