An drawer displays UI content adjacent to a chat interface, such as
a preview, a generated report, or a detail view. Use
chat_drawer() to supply its initial content and layout to the
drawer argument of chat_ui() or page_chat(). Update the panel
later with the other drawer functions.
Value
A configuration object for use with chat_ui() or page_chat().
See also
chat_ui() and page_chat() accept this configuration through
their drawer argument.
Other chat drawers:
chat_drawer_hide(),
chat_drawer_show(),
chat_drawer_toggle(),
chat_drawer_update()