Skip to content

SPARQL Studio API / SparqlEditor / PersistentConfig

Interface: PersistentConfig

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

Properties

query

query: string

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


editorHeight

editorHeight: string

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


languageServerSettings?

optional languageServerSettings?: object

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

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>