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

Attributes

  • at (:integer) (required)
  • result (:map) (required)

Attributes

  • step_idx (:integer) (required)

Callback implementation for Phoenix.LiveView.render/1.

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.

Link to this function

mount(params, session, 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.