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

An argument to a calculation

Summary

Types

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

Functions