Skip to content

SPARQL Studio API / SparqlUtils / openSettingsPanel

Function: openSettingsPanel()

openSettingsPanel(opts): () => void

Defined in: sparql-utils/src/languageServers/settingsPanel.ts:112

Open the settings modal. Returns a dispose function that removes it. A backdrop covers the viewport, Esc and a backdrop click cancel, Apply commits via onApply.

Parameters

opts

SettingsPanelOptions

Returns

() => void