Skip to contents

Chat module UI

Chat module server

Usage

chat_mod_ui(id, board, ...)

chat_mod_srv(id = "chat", board, update, session, parent, ...)

Arguments

id

Module id.

board

Board reactiveValues. Read-only.

...

Extra parameters.

update

Update reactiveVal to signal change to the board.

session

Shiny session.

parent

Parent global reactiveValues.