View Source Routex.Extension.Alternatives.Scope.Nested (Phoenix Routes Extension Framework v0.2.0-alpha.8)

Struct for scope with optionally nested scopes

Link to this section Summary

Link to this section Types

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