Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.modelence.com/llms.txt

Use this file to discover all available pages before exploring further.

API Reference / modelence / client / subscribeLiveQuery
subscribeLiveQuery<T>(method, args, onData, onError?): () => void
Defined in: packages/modelence/src/websocket/socketio/client.ts:110

Type Parameters

Type ParameterDefault type
Tunknown

Parameters

ParameterType
methodstring
argsRecord<string, unknown>
onData(data) => void
onError?(error) => void

Returns

(): void

Returns

void