Tungsten v0.1.0 Tungsten.Codegen.Event View Source

Codegen for Event

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Tungsten.Codegen.Event{
  deprecated?: boolean(),
  description: String.t() | nil,
  domain: Tungsten.Codegen.Domain.t(),
  experimental?: boolean(),
  name: String.t(),
  parameters: [Tungsten.Codegen.Property.t(), ...] | nil,
  spec: map()
}

Link to this section Functions

Link to this function

from_spec(spec, domain) View Source
from_spec(map(), Tungsten.Codegen.Domain.t()) :: t()