View Source Chaperon.Action.WebSocket.SendMessage (chaperon v0.3.1)

WebSocket action to send a message in a WebSocket-connected session. Includes an optional list of options to be sent along to Socket.Web.send/3.

Link to this section Summary

Link to this section Types

@type t() :: %Chaperon.Action.WebSocket.SendMessage{
  message: term(),
  options: term(),
  type: term()
}

Link to this section Functions