Tungsten v0.1.0 Tungsten.Codegen.Property View Source

Codegen for Property

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Tungsten.Codegen.Property{
  description: String.t() | nil,
  experimental?: boolean(),
  name: String.t(),
  optional?: boolean(),
  owner: owner(),
  spec: map(),
  tungsten_name: atom(),
  type: Tungsten.Codegen.Type.t()
}

Link to this section Functions

Link to this function

from_spec(spec, owner) View Source
from_spec(map(), owner()) :: t()