Skip to content

SPARQL Studio API / Yasqe / LanguageServerSettingsSchema

Interface: LanguageServerSettingsSchema

Defined in: sparql-utils/src/languageServers/types.ts:47

Describes the settings a language server exposes; drives the settings panel in both editors.

Properties

title?

optional title?: string

Defined in: sparql-utils/src/languageServers/types.ts:49

Panel heading (defaults to <server> settings).


properties

properties: Record<string, SettingFieldSchema>

Defined in: sparql-utils/src/languageServers/types.ts:51

The configurable fields, keyed by (optionally dotted) setting path.