View Source PhxLocalizedRoutes.Scope.Nested (Phoenix Localized Routes v0.1.2)

Struct for scope with optionally nested scopes

Link to this section Summary

Link to this section Types

@type t() :: %PhxLocalizedRoutes.Scope.Nested{
  assign: %{required(atom()) => any()} | nil,
  scope_alias: atom(),
  scope_path: [binary()],
  scope_prefix: binary(),
  scopes: %{required(binary() | atom()) => t()} | nil
}