diff options
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> |