Navigator.Link (navigator v0.0.7)

Link to this section Summary

Link to this section Types

Specs

label() :: String.t() | mfa()

Specs

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