Ash.Changeset.after_action
You're seeing just the function
after_action
, go back to Ash.Changeset module for more information.
Specs
after_action( t(), (t(), Ash.Resource.record() -> {:ok, Ash.Resource.record()} | {:ok, Ash.Resource.record(), [Ash.Notifier.Notification.t()]} | {:error, term()}) ) :: t()
Adds an after_action hook to the changeset.