Cartograph.CartographParser (Cartograph v0.2.0)
View SourceStruct that defines a query param parsing configuration.
Summary
Types
@type param_handler() :: (Phoenix.LiveView.Socket.t(), Phoenix.LiveView.unsigned_params(), atom() -> Phoenix.LiveView.Socket.t())
@type t() :: %Cartograph.CartographParser{handler: param_handler(), keys: [atom()]}