Get a value from the shared store with proper typing.
This runs synchronously and does not wait for initialization: it may return undefined if the
shared store service has not yet been populated (e.g. during the bootstrap window, before initial
sync completes). Use getAsync if you need to wait for a populated value. Note that even
after the store is populated, the returned value may not reflect the most up-to-date value, since
changes from other processes arrive asynchronously.
Get a value from the shared store with proper typing.
This runs synchronously and does not wait for initialization: it may return
undefinedif the shared store service has not yet been populated (e.g. during the bootstrap window, before initial sync completes). Use getAsync if you need to wait for a populated value. Note that even after the store is populated, the returned value may not reflect the most up-to-date value, since changes from other processes arrive asynchronously.