Current section

Files

Jump to
live_state lib live_state event.ex
Raw

lib/live_state/event.ex

defmodule LiveState.Event do
@moduledoc """
Represents a CustomEvent to be returned from a reply and dispatched on the client.
"""
defstruct name: "", detail: %{}
end