View Source Phoenix.LiveEditableView (Phoenix.LiveEditable v0.0.1-alpha.2)

View-Level LiveEditable Utiltities

defmodule MyView do
  use MyAppWeb, :live_view
  use Phoenix.LiveEditableView

  ...

end

Layered configuration:

  • hardcoded default -> config -> view -> tag -> handler
  • values can be overridden

Link to this section Summary

Link to this section Functions

Link to this function

on_mount(atom, params, session, socket)

View Source