AshOps.Entity.Action (ash_ops v0.2.3)

The mix_tasks.action DSL entity.

Summary

Types

t()

@type t() :: %AshOps.Entity.Action{
  __identifier__: any(),
  action: atom() | Ash.Resource.Actions.Action.t(),
  arguments: [],
  description: nil | String.t(),
  domain: module(),
  name: atom(),
  prefix: atom(),
  resource: module(),
  task_name: atom(),
  type: :action
}