Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 301 Bytes

chatLog.md

File metadata and controls

22 lines (14 loc) · 301 Bytes

Chat Log

This method sends data to the chat window/tab to display a message to the user.

Example

Simple Message

API.chatLog("Example Message");

Warning Message

API.chatLog("Example Warning Message", true);

Appears in red with a ! icon.

Endpoint

Client Side Only