Skip to content

SPARQL Studio API / Yasqe / qlueLs / BackendOptions

Interface: BackendOptions

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

Options for createBackendConf.

Properties

name?

optional name?: string

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

Backend display name (defaults to the endpoint URL).


prefixMap?

optional prefixMap?: PrefixMap

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

Prefix map to use. When omitted, prefixes are fetched from the endpoint.


queries?

optional queries?: Partial<Record<CompletionTemplate, string>>

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

Completion query templates (defaults to defaultCompletionQueries).


engine?

optional engine?: SparqlEngine

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

Target SPARQL engine, lets qlue-ls tailor generated queries.


default?

optional default?: boolean

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

Whether this backend should be the default one.