mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[DOC] add some info about return value from actions
This commit is contained in:
@@ -127,6 +127,9 @@ arbitrary number of arguments.
|
|||||||
store.dispatch("login", someInfo);
|
store.dispatch("login", someInfo);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that anything returned by an action will also be returned by the `dispatch`
|
||||||
|
call.
|
||||||
|
|
||||||
### Getters
|
### Getters
|
||||||
|
|
||||||
Usually, data contained in the store will be stored in a normalized way. For
|
Usually, data contained in the store will be stored in a normalized way. For
|
||||||
|
|||||||
Reference in New Issue
Block a user