Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-09-12 05:29:06 +03:00
parent 79e544c7c3
commit 9197a62585

View File

@ -281,6 +281,17 @@ action_set.on('action_name.pre', function(){
**Alias**
```javascript
// ...
fullAlias: ['Alias to .full(..) action...',
'This alias will call the .full(..) action and pass it a couple of arguments',
// the alias code...
'full: "argument" 1'],
// ...
```
- an action created by `Alias(..)`,
- identical to an action with one key difference: instead of a
function `Alias(..)` expects a string/code,
@ -290,6 +301,8 @@ action_set.on('action_name.pre', function(){
actions are mainly load-time entities.
XXX add doc about the code format...
### The action system main protocols: