Navigator.Link (navigator v0.0.3)

Link to this section Summary

Link to this section Types

Specs

t() :: %Navigator.Link{
  class: String.t() | nil,
  condition: mfa() | nil,
  icon: String.t() | nil,
  label: String.t(),
  link: mfa(),
  method: :get | :post | :put | :patch | :delete | nil
}