Actions

Action config.

  1. Overview
  2. required
  3. default

Overview

A config that accepts various things that are accepted as actions in model lifecycle hooks:

  1. A callable (which should accept model as a parameter)
  2. An instance of clearskies.actions.Action
  3. A list containing any combination of the above

Incoming values are normalized to a list so that a list always comes out even if a non-list is provided.

required

Optional

default

Optional