<MessageField>
The <MessageField> component is displayed at the bottom of the chat panel. It includes the text area to write messages as well as additional buttons for sending an attachment or location.
A collection of objects which are passed to all Chatbox theme components.
When a message is being edited its ID will be stored here.
An object holding the state of the message field.
The current user's permissions.
The message that's currently being replied to, if any.
In the default theme, the <MessageField> component is implemented as follows:
MessageField.jsJavaScript1// loading...