mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
working on docs..
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ed08ed83cd
commit
606f48a4d7
@ -116,13 +116,13 @@ Root Action o---|---x
|
||||
|
||||
- a method, created by `Action(..)`,
|
||||
- calls all the shadowed/overloaded actions in the inheritance
|
||||
chain in sequence implicitly,
|
||||
chain in sequence implicitly,
|
||||
**Notes:**
|
||||
- there is no way to prevent an action in the chain from
|
||||
running, this is by design, i.e. no way to fully shadow.
|
||||
- actions that do not shadow anything are called root actions.
|
||||
- returns the action set by default (for call chaining),
|
||||
- the base/root action can return any value.
|
||||
- the base/root action can return any value.
|
||||
**Notes:**
|
||||
- if undefined is returned, it will be replaced by the
|
||||
action context/action set.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user