Skip to content

SPARQL Studio API / Yasqe / PersistentConfig

Interface: PersistentConfig

Defined in: sparql-editor-monaco/src/index.ts:1229

Properties

query

query: string

Defined in: sparql-editor-monaco/src/index.ts:1230


editorHeight

editorHeight: string

Defined in: sparql-editor-monaco/src/index.ts:1231


languageServerSettings?

optional languageServerSettings?: object

Defined in: sparql-editor-monaco/src/index.ts:1234

Last-applied settings panel values per language server label (flat dotted keys), so they survive reloads and are re-applied to the server when it restarts.

Index Signature

[label: string]: Record<string, unknown>