subscribeLiveQuery<Defined in: packages/modelence/src/websocket/socketio/client.ts:112T>(method,args,onData,onError?): () =>void
Type Parameters
Parameters
Returns
(): void
Returns
voidDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
subscribeLiveQuery<Defined in: packages/modelence/src/websocket/socketio/client.ts:112T>(method,args,onData,onError?): () =>void
| Type Parameter | Default type |
|---|---|
T | unknown |
| Parameter | Type |
|---|---|
method | string |
args | Record<string, unknown> |
onData | (data) => void |
onError? | (error) => void |
(): void
void