PhoenixLiveViewExt.Listilled.Helpers.assign_list
You're seeing just the function
assign_list
, go back to PhoenixLiveViewExt.Listilled.Helpers module for more information.
Specs
assign_list( Phoenix.LiveView.Socket.t(), {[PhoenixLiveViewExt.Listilled.assigns()], PhoenixLiveViewExt.Listiller.list_meta()} ) :: Phoenix.LiveView.Socket.t()
Assigns the listilled list assigns, list update and state version to the socket.
Uses the listilled name (a value return by Listilled.component_name/0 if defined, otherwise the last name of the module with the truncated "Component" suffix if any) and appends the following to form the atom keys:
- <component_name>_list_assigns
- <component_name>_list_update
- <component_name>_list_version