View Source ExTeal.Plugin (ExTeal v0.26.0)

The base module that describes the functionality of a plugin

Summary

Types

@type t() :: %ExTeal.Plugin{
  navigation_component: term(),
  options: term(),
  router: term(),
  scripts: term(),
  styles: term(),
  title: term(),
  uri: term()
}

Functions

Link to this function

available_scripts(plugin)

View Source