# `AshJido.Resource.AllActions`
[🔗](https://github.com/agentjido/ash_jido/blob/v1.0.0/lib/ash_jido/resource/all_actions.ex#L1)

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

# `t`

```elixir
@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
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
