View Source Ash.Resource.Actions.Destroy (ash v2.14.17)
Represents a destroy action on a resource.
Summary
Types
@type t() :: %Ash.Resource.Actions.Destroy{ accept: term(), arguments: [Ash.Resource.Actions.Argument.t()], changes: term(), delay_global_validations?: boolean(), description: String.t() | nil, error_handler: term(), manual: module() | nil, manual?: term(), metadata: term(), name: atom(), primary?: boolean(), reject: term(), require_attributes: term(), skip_global_validations?: boolean(), soft?: term(), touches_resources: [atom()], transaction?: term(), type: :destroy }