Skip to content

SPARQL Studio API / SparqlEditor / qlueLs / BackendOptions

Interface: BackendOptions

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

Options for createBackendConf.

Properties

name?

optional name?: string

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

Backend display name (defaults to the endpoint URL).


prefixMap?

optional prefixMap?: PrefixMap

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

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:393

Completion query templates (defaults to defaultCompletionQueries).


engine?

optional engine?: SparqlEngine

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

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


default?

optional default?: boolean

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

Whether this backend should be the default one.