From bfd5aa358e141d6c86d476d8bb66b104a80a3b96 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 21 May 2020 00:13:50 +0200 Subject: API documentation for KVision 3.10.0 --- api/pl.treksoft.kvision.state/state-update.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.state/state-update.html') diff --git a/api/pl.treksoft.kvision.state/state-update.html b/api/pl.treksoft.kvision.state/state-update.html index d3cbd9bd..697f7501 100644 --- a/api/pl.treksoft.kvision.state/state-update.html +++ b/api/pl.treksoft.kvision.state/state-update.html @@ -9,7 +9,9 @@

stateUpdate

(js) -fun <S : Any, CONT : Container, CONTENT> CONT.stateUpdate(observableState: ObservableState<S>, factory: CONT.(S) -> CONTENT): Updateable<S, CONTENT> +fun <S : Any, CONT : Container, CONTENT> CONT.stateUpdate(observableState: ObservableState<S>, factory: CONT.(S) -> CONTENT): Updateable<S, CONTENT>
+Deprecated: Use bind function instead.
+

DSL builder extension function for updateable redux content.

It takes the same parameters as the constructor of the built component.

-- cgit