Wayfinder.Options (Wayfinder Ex v0.1.1)

View Source

Options for Wayfinder route generation.

Summary

Types

t()

@type t() :: %Wayfinder.Options{app_root: String.t(), package_root: String.t()}

Functions

build_opts(router, otp_app \\ nil)

@spec build_opts(module(), atom() | nil) :: {:ok, t()} | {:error, Wayfinder.Error.t()}