Navigator.Link (navigator v0.0.8)

Link to this section Summary

Link to this section Types

@type label() :: String.t() | mfa()
@type t() :: %Navigator.Link{
  active_class: String.t(),
  base_class: String.t() | nil,
  class: String.t() | nil,
  condition: mfa() | nil,
  icon: String.t() | nil,
  label: label(),
  method: :get | :post | :put | :patch | :delete | nil,
  otp_app: atom(),
  to: mfa()
}