Shared store setter
Last updated
Last updated
[data/Shared store setter]
Sets the contents of the shared store specified by store ID
to data
.
Works like a database, in that it acts like a key-value store of global shared variables, and thus it's important to watch out for race conditions, etc.
Keywords: shared, stateful, global, memory, variable, set, write
store ID: string
data: any
written: {"storeId": string, "data": any}
error: {"error": string}