Lightning.Extensions.Message (Lightning v2.13.4)

View Source

Message for the limiters to communicate with the client.

Summary

Types

t()

@type t() :: %Lightning.Extensions.Message{
  attrs: map() | nil,
  function: fun() | nil,
  position: atom() | nil,
  text: String.t() | nil
}