createWebOwnedClient()
function createWebOwnedClient\<T\>(options: WebOwnedObservableOptions\<T\>): WebOwnedObservable\<T\>;Defined in: src/lib/client/observable/webOwned.ts:49
Client-side factory for webOwned observable. Returns a stub that stores values locally and syncs with web.
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
options | WebOwnedObservableOptions<T> |