View Source PlausibleWeb.Live.FunnelSettings.Form (Plausible v0.0.1)

Phoenix LiveComponent that renders a form used for setting up funnels. Makes use of dynamically placed PlausibleWeb.Live.FunnelSettings.ComboBox components to allow building searchable funnel definitions out of list of goals available.

Summary

Functions

Link to this function

add_step_button(assigns)

View Source

Attributes

  • at (:integer) (required)
  • result (:map) (required)
Link to this function

handle_event(binary, arg2, socket)

View Source

Callback implementation for Phoenix.LiveView.handle_event/3.

Link to this function

handle_info(arg1, socket)

View Source

Callback implementation for Phoenix.LiveView.handle_info/2.

Attributes

Link to this function

mount(params, map, socket)

View Source

Callback implementation for Phoenix.LiveView.mount/3.

Link to this function

remove_step_button(assigns)

View Source

Attributes

  • step_idx (:integer) (required)

Callback implementation for Phoenix.LiveView.render/1.

Link to this function

submit_button_inactive(assigns)

View Source