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