View Source Ash.Resource.Calculation.Argument (ash v2.14.3)

An argument to a calculation

Link to this section Summary

Link to this section Types

@type t() :: %Ash.Resource.Calculation.Argument{
  allow_expr?: boolean(),
  allow_nil?: boolean(),
  constraints: keyword(),
  default: any(),
  name: atom(),
  type: Ash.Type.t()
}

Link to this section Functions