Skip to content

SPARQL Studio API / SparqlUtils / createLspErrorNotification

Function: createLspErrorNotification()

createLspErrorNotification(host, options?): LspErrorNotification

Defined in: sparql-utils/src/errorNotification.ts:182

Create a single error notification inside host (which must be position: relative). The same element is reused for every LspErrorNotification.show call.

Parameters

host

HTMLElement

options?

LspErrorNotificationOptions = {}

Returns

LspErrorNotification