Ash.Info.Manifest.Argument (ash v3.25.2)

Copy Markdown View Source

Represents an action argument or calculation argument in the API specification.

Summary

Types

t()

@type t() :: %Ash.Info.Manifest.Argument{
  allow_nil?: boolean(),
  custom: map(),
  description: String.t() | nil,
  has_default?: boolean(),
  name: atom(),
  sensitive?: boolean(),
  type: Ash.Info.Manifest.Type.t()
}