updateChatTextInput {shinyChatR} | R Documentation |
A function to update the chat textInput
Description
Updates the value of the chat textInput
Usage
updateChatTextInput(session = getDefaultReactiveDomain(), id, value)
Arguments
session |
The shiny session. |
id |
The id of the module. |
value |
The new value that should be shown in the chat textInput. |
[Package shinyChatR version 1.2.0 Index]