singyeong_plugin v0.1.2 Singyeong.Plugin.Manifest View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Singyeong.Plugin.Manifest{
  capabilities: [atom()] | [],
  description: String.t(),
  events: [String.t()] | [],
  name: String.t(),
  native_modules: [atom()] | [],
  rest_routes: [Singyeong.Plugin.RestRoute.t()] | [],
  website: String.t() | nil
}