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

Struct for flattened scope

Link to this section Summary

Link to this section Types

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