Skip to contents

Hide a chat drawer

Usage

chat_drawer_hide(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_show(), chat_drawer_toggle(), chat_drawer_update()