ExTeal.Plugin (ExTeal v0.21.0) View Source

The base module that describes the functionality of a plugin

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

available_scripts(plugin)

View Source