AshJido.Resource.AllActions (AshJido v1.0.0)

Copy Markdown View Source

Represents a configuration to expose all Ash actions as Jido actions.

Summary

Types

t()

@type t() :: %AshJido.Resource.AllActions{
  __spark_metadata__: term(),
  category: String.t() | nil,
  emit_signals?: boolean(),
  except: [atom()] | nil,
  include_private?: boolean(),
  only: [atom()] | nil,
  read_allowed_loads: term() | nil,
  read_load: term() | nil,
  read_max_page_size: pos_integer() | nil,
  read_query_params?: boolean(),
  signal_dispatch: term() | nil,
  signal_include: AshJido.Publication.include_mode() | nil,
  signal_source: String.t() | nil,
  signal_type: String.t() | nil,
  tags: [String.t()] | nil,
  telemetry?: boolean(),
  vsn: String.t() | nil
}