Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ```
  2. class View extends React.Component {
  3. ...
  4. }
  5.  
  6. export default [
  7. View,
  8. {
  9. store:{
  10. mapDispatchToProps:['executeOnManuver']
  11. }
  12.  
  13. ```
  14. Animator animates. Only.
  15. Messages => handleEvent => set prototype, hang in in tree, fix parents, create ExposeObjects => created(obj)
  16.  
  17. RwItemInstance.
  18. -ExposeObjectInstance
  19.  
  20. ExposeObject.
  21.  
  22. Button/click
  23. const anim = div.animtor;
  24. .publish(ClickMessage);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement