Mxpanel.Event.new

You're seeing just the function new, go back to Mxpanel.Event module for more information.
Link to this function

new(name, distinct_id, additional_properties \\ %{})

View Source

Specs

new(String.t(), String.t(), map()) :: t()

Create a new event.

Mxpanel.Event.new("signup", "13793", %{"Favourite Color" => "Red"})