Are you an LLM? You can read better optimized documentation at /documentation/api/solid/functions/fromStore.md for this page in Markdown format
ws-asyncapi API / solid / fromStore
Function: fromStore()
fromStore<
T>(store):Accessor<T>
Defined in: .api-entries/solid/index.d.ts:32
Bridge any query-core Subscribable (e.g. cursorsStore from @ws-asyncapi/cursors, or your own) into a Solid accessor (signal). The generic escape hatch that keeps cursor/other opinions out of this package.
Type Parameters
T
T
Parameters
store
Subscribable<T>
Returns
Accessor<T>