You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
There's a $kv.setItemField('someField') which puts event payload to someField
But sometimes you need to set specific value (or calculate it)
There's a mapItem((item, payload) => ...) but it updates a whole shape, so you have to return an object
Solution
Add optional callback to $kv.setItemField that defines what value to put
Case
There's a
$kv.setItemField('someField')
which puts event payload tosomeField
But sometimes you need to set specific value (or calculate it)
There's a
mapItem((item, payload) => ...)
but it updates a whole shape, so you have to return an objectSolution
Add optional callback to
$kv.setItemField
that defines what value to putmetaItemApi.expand
will set totrue
,collapse
tofalse
andtoggle
will change the value based onitem
The text was updated successfully, but these errors were encountered: