module-AutoMate.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JSDoc: Module: AutoMate</title>
  6. <script src="scripts/prettify/prettify.js"> </script>
  7. <script src="scripts/prettify/lang-css.js"> </script>
  8. <!--[if lt IE 9]>
  9. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  10. <![endif]-->
  11. <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
  12. <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
  13. </head>
  14. <body>
  15. <div id="main">
  16. <h1 class="page-title">Module: AutoMate</h1>
  17. <section>
  18. <header>
  19. </header>
  20. <article>
  21. <div class="container-overview">
  22. </div>
  23. <h3 class="subsection-title">Members</h3>
  24. <h4 class="name" id="~actionCreators"><span class="type-signature">(inner, constant) </span>actionCreators<span class="type-signature"></span></h4>
  25. <div class="description">
  26. Collect the action creators from all modules in actionCreators
  27. </div>
  28. <dl class="details">
  29. <dt class="tag-source">Source:</dt>
  30. <dd class="tag-source"><ul class="dummy"><li>
  31. <a href="index.js.html">index.js</a>, <a href="index.js.html#line54">line 54</a>
  32. </li></ul></dd>
  33. </dl>
  34. <h4 class="name" id="~defaultState"><span class="type-signature">(inner, constant) </span>defaultState<span class="type-signature"></span></h4>
  35. <div class="description">
  36. The default state is combined from all sub-module states.
  37. </div>
  38. <dl class="details">
  39. <dt class="tag-source">Source:</dt>
  40. <dd class="tag-source"><ul class="dummy"><li>
  41. <a href="index.js.html">index.js</a>, <a href="index.js.html#line34">line 34</a>
  42. </li></ul></dd>
  43. </dl>
  44. <h4 class="name" id="~enhancers"><span class="type-signature">(inner, constant) </span>enhancers<span class="type-signature"></span></h4>
  45. <div class="description">
  46. The enhancer allows to use Redux development tools in Chrome.
  47. </div>
  48. <dl class="details">
  49. <dt class="tag-source">Source:</dt>
  50. <dd class="tag-source"><ul class="dummy"><li>
  51. <a href="index.js.html">index.js</a>, <a href="index.js.html#line42">line 42</a>
  52. </li></ul></dd>
  53. </dl>
  54. <h4 class="name" id="~rootReducer"><span class="type-signature">(inner, constant) </span>rootReducer<span class="type-signature"></span></h4>
  55. <div class="description">
  56. The root reducer is combined from all sub-module reducers.
  57. </div>
  58. <dl class="details">
  59. <dt class="tag-source">Source:</dt>
  60. <dd class="tag-source"><ul class="dummy"><li>
  61. <a href="index.js.html">index.js</a>, <a href="index.js.html#line25">line 25</a>
  62. </li></ul></dd>
  63. </dl>
  64. <h4 class="name" id="~router"><span class="type-signature">(inner, constant) </span>router<span class="type-signature"></span></h4>
  65. <div class="description">
  66. Combine the routes from all modules.
  67. </div>
  68. <dl class="details">
  69. <dt class="tag-source">Source:</dt>
  70. <dd class="tag-source"><ul class="dummy"><li>
  71. <a href="index.js.html">index.js</a>, <a href="index.js.html#line82">line 82</a>
  72. </li></ul></dd>
  73. </dl>
  74. <h4 class="name" id="~store"><span class="type-signature">(inner, constant) </span>store<span class="type-signature"></span></h4>
  75. <div class="description">
  76. Build the Redux store from the rootReducer, the defualtState and the enhancers.
  77. </div>
  78. <dl class="details">
  79. <dt class="tag-source">Source:</dt>
  80. <dd class="tag-source"><ul class="dummy"><li>
  81. <a href="index.js.html">index.js</a>, <a href="index.js.html#line48">line 48</a>
  82. </li></ul></dd>
  83. </dl>
  84. <h3 class="subsection-title">Methods</h3>
  85. <h4 class="name" id="~mapStateToProps"><span class="type-signature">(inner) </span>mapStateToProps<span class="signature">()</span><span class="type-signature"></span></h4>
  86. <div class="description">
  87. Creates a function
  88. </div>
  89. <dl class="details">
  90. <dt class="tag-source">Source:</dt>
  91. <dd class="tag-source"><ul class="dummy"><li>
  92. <a href="index.js.html">index.js</a>, <a href="index.js.html#line57">line 57</a>
  93. </li></ul></dd>
  94. </dl>
  95. </article>
  96. </section>
  97. </div>
  98. <nav>
  99. <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-AutoMate.html">AutoMate</a></li><li><a href="module-demo_module.html">demo_module</a></li><li><a href="module-demo_module_components_index.html">demo_module/components/index</a></li><li><a href="module-demo_module_constants.html">demo_module/constants</a></li><li><a href="module-demo_module_initialData.html">demo_module/initialData</a></li><li><a href="module-demo_module_state.html">demo_module/state</a></li><li><a href="module-project.html">project</a></li><li><a href="module-project_components.html">project/components</a></li><li><a href="module-project_state.html">project/state</a></li><li><a href="module-registermap.html">registermap</a></li></ul>
  100. </nav>
  101. <br class="clear">
  102. <footer>
  103. Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Mar 14 2017 18:34:23 GMT+0100 (W. Europe Standard Time)
  104. </footer>
  105. <script> prettyPrint(); </script>
  106. <script src="scripts/linenumber.js"> </script>
  107. </body>
  108. </html>