SPARQL Studio API / Yasqe / qlueLs / BackendOptions
Interface: BackendOptions
Defined in: sparql-utils/src/languageServers/qlueLs.ts:386
Options for createBackendConf.
Properties
name?
optionalname?:string
Defined in: sparql-utils/src/languageServers/qlueLs.ts:388
Backend display name (defaults to the endpoint URL).
prefixMap?
optionalprefixMap?:PrefixMap
Defined in: sparql-utils/src/languageServers/qlueLs.ts:390
Prefix map to use. When omitted, prefixes are fetched from the endpoint.
queries?
optionalqueries?:Partial<Record<CompletionTemplate,string>>
Defined in: sparql-utils/src/languageServers/qlueLs.ts:392
Completion query templates (defaults to defaultCompletionQueries).
engine?
optionalengine?:SparqlEngine
Defined in: sparql-utils/src/languageServers/qlueLs.ts:394
Target SPARQL engine, lets qlue-ls tailor generated queries.
default?
optionaldefault?:boolean
Defined in: sparql-utils/src/languageServers/qlueLs.ts:396
Whether this backend should be the default one.