Skip to contents

Toggle a chat drawer

Usage

chat_drawer_toggle(id, session = shiny::getDefaultReactiveDomain())

Arguments

id

The ID of the chat element.

session

The Shiny session object.

Value

Invisibly, NULL.

See also

chat_drawer() to configure a drawer, and chat_ui() or page_chat() to display one.

Other chat drawers: chat_drawer(), chat_drawer_hide(), chat_drawer_show(), chat_drawer_update()