Readonly
actionAction name
Readonly
argsArray of action arguments.
Readonly
dataCustom data for the action context to be set by middlewares, an object. Symbols must be used as keys to avoid name clashing between middlewares.
Optional
Readonly
parentParent action context, if any.
Readonly
rootRoot action context, or itself if the root.
Readonly
targetAction target model instance.
Readonly
typeAction type, sync or async.
Simplified version of action context.