Actions
Action config.
Overview
A config that accepts various things that are accepted as actions in model lifecycle hooks:
- A callable (which should accept
modelas a parameter) - An instance of clearskies.actions.Action
- 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