Function: getSharedStore()
function getSharedStore(name?, scope?): AnyStore;
Imperative access to the store behind useSharedState (patch logs, non-React code).
Parameters
| Parameter | Type | Default value |
|---|---|---|
name | string | DEFAULT_NAME |
scope | ShareScope | 'everywhere' |