View Source ExTeal.Plugin behaviour (ExTeal v0.27.0)
The base module that describes the functionality of a plugin
Summary
Types
Callbacks
@callback js_config() :: map()
@callback router() :: module() | nil
@callback scripts() :: [ExTeal.Asset.Script.t()]
@callback styles() :: [ExTeal.Asset.Style.t()]
@callback title() :: String.t()
@callback uri() :: String.t() | nil