core
/
dev.fritz2.binding
/
QueuedUpdate
js
Queued
Update
class
QueuedUpdate
<
T
>(update:
Update
<
T
>, errorHandler: (
Throwable
,
T
) ->
T
)
Content copied to clipboard
Type of elements in the update-queue of a
Store
Constructors
Properties
Constructors
QueuedUpdate
Link copied to clipboard
js
fun <
T
>
QueuedUpdate
(update:
Update
<
T
>, errorHandler: (
Throwable
,
T
) ->
T
)
Content copied to clipboard
Properties
errorHandler
Link copied to clipboard
js
val
errorHandler
: (
Throwable
,
T
) ->
T
Content copied to clipboard
describes the handling of errors during an update and the new value in case of error
update
Link copied to clipboard
js
val
update
:
Update
<
T
>
Content copied to clipboard
function describing the step from the old value to the new