Shared store getter
Last updated
Last updated
[data/Shared store getter]
Retrieves the shared store specified by store ID
.
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, get, read
store ID: string
data: any
error: {"error": string}