BB.Controller.Action.Callback (bb v0.15.4)

Copy Markdown View Source

Action that calls an arbitrary function.

Summary

Types

t()

@type t() :: %BB.Controller.Action.Callback{
  handler: (BB.Message.t(), BB.Controller.Action.Context.t() -> any())
}