View Source Routex.Extension.Alternatives.Scope.Flat (Phoenix Routes Extension Framework v0.1.0-alpha.6)

Struct for flattened scope

Link to this section Summary

Link to this section Types

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