View Source Ash.Reactor.Dsl.Read (ash v3.4.4)
The read
entity for the Ash.Reactor
reactor extension.
Summary
Types
@type t() :: %Ash.Reactor.Dsl.Read{ __identifier__: any(), action: atom(), action_step?: true, actor: nil | Ash.Reactor.Dsl.Actor.t(), async?: boolean(), authorize?: boolean() | nil, description: String.t() | nil, domain: Ash.Domain.t(), inputs: [Ash.Reactor.Dsl.Inputs.t()], load: nil | Ash.Reactor.Dsl.ActionLoad.t(), name: atom(), resource: module(), tenant: nil | Ash.Reactor.Dsl.Tenant.t(), transform: term(), type: :create, wait_for: [Reactor.Dsl.WaitFor.t()] }