SPARQL Studio API / SparqlEditor / PersistentConfig
Interface: PersistentConfig
Defined in: sparql-editor-monaco/src/index.ts:1285
Properties
query
query:
string
Defined in: sparql-editor-monaco/src/index.ts:1286
editorHeight
editorHeight:
string
Defined in: sparql-editor-monaco/src/index.ts:1287
languageServerSettings?
optionallanguageServerSettings?:object
Defined in: sparql-editor-monaco/src/index.ts:1290
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>