Skip to content

SPARQL Studio API / Yasqe / qlueLs / QlueLsClient

Interface: QlueLsClient

Defined in: sparql-utils/src/languageServers/qlueLs.ts:430

A connected language client able to send JSON-RPC notifications. This is intentionally editor-agnostic: it matches both a monaco-languageclient MonacoLanguageClient (sendNotification) and a @codemirror/lsp-client LSPClient (notification), so the same qlue-ls helpers drive either editor without per-editor duplication.

Properties

sendNotification?

optional sendNotification?: (method, params) => unknown

Defined in: sparql-utils/src/languageServers/qlueLs.ts:431

Parameters

method

string

params

unknown

Returns

unknown


notification?

optional notification?: (method, params) => unknown

Defined in: sparql-utils/src/languageServers/qlueLs.ts:432

Parameters

method

string

params

unknown

Returns

unknown