diff options
author | Robert Jaros <rjaros@finn.pl> | 2020-01-20 15:32:35 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2020-01-20 15:32:35 +0100 |
commit | a817e908e6df82b9b6d69758635c852c7a5f628e (patch) | |
tree | 0a508e6324cfe18d6e5d4674aee0b1120eb62a9f /api/pl.treksoft.kvision.redux | |
parent | a8c0bcfc2cbd8cc256331b4908b0ca3f8c43aef9 (diff) | |
download | kvision-a817e908e6df82b9b6d69758635c852c7a5f628e.tar.gz kvision-a817e908e6df82b9b6d69758635c852c7a5f628e.tar.bz2 kvision-a817e908e6df82b9b6d69758635c852c7a5f628e.zip |
API documentation for KVision 2.9.0
Diffstat (limited to 'api/pl.treksoft.kvision.redux')
-rw-r--r-- | api/pl.treksoft.kvision.redux/-redux-store/get-state.html | 2 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.redux/-redux-store/index.html | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/api/pl.treksoft.kvision.redux/-redux-store/get-state.html b/api/pl.treksoft.kvision.redux/-redux-store/get-state.html index fc8d0f34..28cf3eff 100644 --- a/api/pl.treksoft.kvision.redux/-redux-store/get-state.html +++ b/api/pl.treksoft.kvision.redux/-redux-store/get-state.html @@ -10,5 +10,7 @@ <h1>getState</h1> <a name="pl.treksoft.kvision.redux.ReduxStore$getState()"></a> <code><span class="keyword">fun </span><span class="identifier">getState</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html#S"><span class="identifier">S</span></a></code> +<p>Overrides <a href="../../pl.treksoft.kvision.state/-observable-state/get-state.html">ObservableState.getState</a></p> +<p>Get current state.</p> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.redux/-redux-store/index.html b/api/pl.treksoft.kvision.redux/-redux-store/index.html index df931e5f..b70d8f5f 100644 --- a/api/pl.treksoft.kvision.redux/-redux-store/index.html +++ b/api/pl.treksoft.kvision.redux/-redux-store/index.html @@ -45,7 +45,9 @@ <p><a href="get-state.html">getState</a></p> </td> <td> -<code><span class="keyword">fun </span><span class="identifier">getState</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html#S"><span class="identifier">S</span></a></code></td> +<code><span class="keyword">fun </span><span class="identifier">getState</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html#S"><span class="identifier">S</span></a></code> +<p>Get current state.</p> +</td> </tr> <tr> <td> |