• A hook event that fires for each ChatMessage which is rendered for addition to the ChatLog. This hook allows for final customization of the message HTML before it is added to the log. renderChatMessage

    Parameters

    • message: ChatMessage

      The ChatMessage document being rendered

    • html: jQuery

      The pending HTML as a jQuery object

    • messageData: any

    Returns void